Class: Aws::Types::CreateMLModelInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMLModelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#ml_model_name ⇒ ::String
Returns the value of attribute ml_model_name.
-
#ml_model_type ⇒ "REGRESSION", ...
Returns the value of attribute ml_model_type.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#recipe_uri ⇒ ::String
Returns the value of attribute recipe_uri.
-
#training_data_source_id ⇒ ::String
Returns the value of attribute training_data_source_id.
Instance Attribute Details
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def ml_model_id @ml_model_id end |
#ml_model_name ⇒ ::String
Returns the value of attribute ml_model_name.
114 115 116 |
# File 'sig/types.rbs', line 114 def ml_model_name @ml_model_name end |
#ml_model_type ⇒ "REGRESSION", ...
Returns the value of attribute ml_model_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def ml_model_type @ml_model_type end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
116 117 118 |
# File 'sig/types.rbs', line 116 def parameters @parameters end |
#recipe ⇒ ::String
Returns the value of attribute recipe.
118 119 120 |
# File 'sig/types.rbs', line 118 def recipe @recipe end |
#recipe_uri ⇒ ::String
Returns the value of attribute recipe_uri.
119 120 121 |
# File 'sig/types.rbs', line 119 def recipe_uri @recipe_uri end |
#training_data_source_id ⇒ ::String
Returns the value of attribute training_data_source_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def training_data_source_id @training_data_source_id end |