AWSMachineLearningDescribeTagsInput
Objective-C
@interface AWSMachineLearningDescribeTagsInput
Swift
class AWSMachineLearningDescribeTagsInput
-
The ID of the ML object. For example,
exampleModelId
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The type of the ML object.
Declaration
Objective-C
@property (nonatomic) AWSMachineLearningTaggableResourceType resourceType;
Swift
var resourceType: AWSMachineLearningTaggableResourceType { get set }