Class: Aws::MachineLearning::Types::DeleteMLModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteMLModelInput
- 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
-
#ml_model_id ⇒ String
A user-supplied ID that uniquely identifies the ‘MLModel`.
Instance Attribute Details
#ml_model_id ⇒ String
A user-supplied ID that uniquely identifies the ‘MLModel`.
1029 1030 1031 1032 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 1029 class DeleteMLModelInput < Struct.new( :ml_model_id) include Aws::Structure end |