AWSMachineLearningDescribeTagsOutput
Objective-C
@interface AWSMachineLearningDescribeTagsOutput
Swift
class AWSMachineLearningDescribeTagsOutput
Amazon ML returns the following elements.
-
The ID of the tagged ML object.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The type of the tagged ML object.
Declaration
Objective-C
@property (nonatomic) AWSMachineLearningTaggableResourceType resourceType;
Swift
var resourceType: AWSMachineLearningTaggableResourceType { get set }
-
A list of tags associated with the ML object.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSMachineLearningTag *> *_Nullable tags;
Swift
var tags: [AWSMachineLearningTag]? { get set }