Class: Aws::MachineLearning::Types::DeleteMLModelInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-machinelearning/types.rb

Overview

Note:

When making an API call, you may pass DeleteMLModelInput data as a hash:

{
  ml_model_id: "EntityId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_idString

A user-supplied ID that uniquely identifies the ‘MLModel`.

Returns:

  • (String)


1029
1030
1031
1032
# File 'lib/aws-sdk-machinelearning/types.rb', line 1029

class DeleteMLModelInput < Struct.new(
  :ml_model_id)
  include Aws::Structure
end