Class: Aws::Types::Solution
- Inherits:
-
Object
- Object
- Aws::Types::Solution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_result ⇒ Types::AutoMLResult
Returns the value of attribute auto_ml_result.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#latest_solution_update ⇒ Types::SolutionUpdateSummary
Returns the value of attribute latest_solution_update.
-
#latest_solution_version ⇒ Types::SolutionVersionSummary
Returns the value of attribute latest_solution_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
-
#perform_auto_training ⇒ Boolean
Returns the value of attribute perform_auto_training.
-
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
-
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
-
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
-
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
-
#solution_config ⇒ Types::SolutionConfig
Returns the value of attribute solution_config.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#auto_ml_result ⇒ Types::AutoMLResult
Returns the value of attribute auto_ml_result.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def auto_ml_result @auto_ml_result end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def dataset_group_arn @dataset_group_arn end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def event_type @event_type end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def last_updated_date_time @last_updated_date_time end |
#latest_solution_update ⇒ Types::SolutionUpdateSummary
Returns the value of attribute latest_solution_update.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def latest_solution_update @latest_solution_update end |
#latest_solution_version ⇒ Types::SolutionVersionSummary
Returns the value of attribute latest_solution_version.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def latest_solution_version @latest_solution_version end |
#name ⇒ ::String
Returns the value of attribute name.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def name @name end |
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def perform_auto_ml @perform_auto_ml end |
#perform_auto_training ⇒ Boolean
Returns the value of attribute perform_auto_training.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def perform_auto_training @perform_auto_training end |
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def perform_hpo @perform_hpo end |
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def perform_incremental_update @perform_incremental_update end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def recipe_arn @recipe_arn end |
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def solution_arn @solution_arn end |
#solution_config ⇒ Types::SolutionConfig
Returns the value of attribute solution_config.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def solution_config @solution_config end |
#status ⇒ ::String
Returns the value of attribute status.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def status @status end |