class Aws::MachineLearning::Types::DeleteTagsInput

@note When making an API call, you may pass DeleteTagsInput

data as a hash:

    {
      tag_keys: ["TagKey"], # required
      resource_id: "EntityId", # required
      resource_type: "BatchPrediction", # required, accepts BatchPrediction, DataSource, Evaluation, MLModel
    }

@!attribute [rw] tag_keys

One or more tags to delete.
@return [Array<String>]

@!attribute [rw] resource_id

The ID of the tagged ML object. For example, `exampleModelId`.
@return [String]

@!attribute [rw] resource_type

The type of the tagged ML object.
@return [String]

Constants

SENSITIVE