AWSMachineLearningAddTagsOutput
Objective-C
@interface AWSMachineLearningAddTagsOutput
Swift
class AWSMachineLearningAddTagsOutput
Amazon ML returns the following elements.
-
The ID of the ML object that was tagged.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The type of the ML object that was tagged.
Declaration
Objective-C
@property (nonatomic) AWSMachineLearningTaggableResourceType resourceType;
Swift
var resourceType: AWSMachineLearningTaggableResourceType { get set }