Class: Aws::MachineLearning::Types::GetMLModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::GetMLModelInput
- Includes:
- Structure
- Defined in:
- 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 return `Recipe`.
Instance Attribute Details
#ml_model_id ⇒ String
The ID assigned to the ‘MLModel` at creation.
2151 2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2151 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.
2151 2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2151 class GetMLModelInput < Struct.new( :ml_model_id, :verbose) SENSITIVE = [] include Aws::Structure end |