Class: Aws::MachineLearning::Types::DeleteRealtimeEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteRealtimeEndpointInput
- 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
-
#ml_model_id ⇒ String
The ID assigned to the ‘MLModel` during creation.
Instance Attribute Details
#ml_model_id ⇒ String
The ID assigned to the ‘MLModel` during creation.
1061 1062 1063 1064 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 1061 class DeleteRealtimeEndpointInput < Struct.new( :ml_model_id) include Aws::Structure end |