Class: Aws::MachineLearning::Types::CreateRealtimeEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::CreateRealtimeEndpointInput
- 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.
667 668 669 670 671 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 667 class CreateRealtimeEndpointInput < Struct.new( :ml_model_id) SENSITIVE = [] include Aws::Structure end |