AWSMachineLearningDeleteTagsInput

Objective-C

@interface AWSMachineLearningDeleteTagsInput

Swift

class AWSMachineLearningDeleteTagsInput
  • The ID of the tagged ML object. For example, exampleModelId.

    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 }
  • One or more tags to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;

    Swift

    var tagKeys: [String]? { get set }