Class: Aws::MachineLearning::Types::GetMLModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::GetMLModelInput
- 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
at creation. -
#verbose ⇒ Boolean
Specifies whether the
GetMLModel
operation should returnRecipe
.
Instance Attribute Details
#ml_model_id ⇒ String
The ID assigned to the MLModel
at creation.
2149 2150 2151 2152 2153 2154 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2149 class GetMLModelInput < Struct.new( :ml_model_id, :verbose) SENSITIVE = [] include Aws::Structure end |
#verbose ⇒ Boolean
Specifies whether the GetMLModel
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
2149 2150 2151 2152 2153 2154 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2149 class GetMLModelInput < Struct.new( :ml_model_id, :verbose) SENSITIVE = [] include Aws::Structure end |