You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::GetMLModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::GetMLModelInput
- Defined in:
- (unknown)
Overview
Note:
When passing GetMLModelInput as input to an Aws::Client method, you can use a vanilla Hash:
{
ml_model_id: "EntityId", # required
verbose: false,
}
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.
#verbose ⇒ Boolean
Specifies whether the GetMLModel
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.