Class: Aws::MachineLearning::Types::DeleteRealtimeEndpointInput

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 DeleteRealtimeEndpointInput data as a hash:

{
  ml_model_id: "EntityId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_idString

The ID assigned to the ‘MLModel` during creation.

Returns:

  • (String)


1061
1062
1063
1064
# File 'lib/aws-sdk-machinelearning/types.rb', line 1061

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