Class: Aws::MachineLearning::Types::DeleteRealtimeEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteRealtimeEndpointInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
940 941 942 943 944 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 940 class DeleteRealtimeEndpointInput < Struct.new( :ml_model_id) SENSITIVE = [] include Aws::Structure end |