Class: Aws::MachineLearning::Types::DeleteMLModelOutput

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

Overview

Represents the output of a ‘DeleteMLModel` operation.

You can use the ‘GetMLModel` operation and check the value of the `Status` parameter to see whether an `MLModel` is marked as `DELETED`.

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_idString

A user-supplied ID that uniquely identifies the ‘MLModel`. This value should be identical to the value of the `MLModelID` in the request.

Returns:

  • (String)


1045
1046
1047
1048
# File 'lib/aws-sdk-machinelearning/types.rb', line 1045

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