Class: Aws::MachineLearning::Types::UpdateMLModelOutput

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

Overview

Represents the output of an ‘UpdateMLModel` operation.

You can see the updated content by using the ‘GetMLModel` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_idString

The ID assigned to the ‘MLModel` during creation. This value should be identical to the value of the `MLModelID` in the request.

Returns:

  • (String)


3856
3857
3858
3859
# File 'lib/aws-sdk-machinelearning/types.rb', line 3856

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