Class: Aws::Types::SolutionVersion
- Inherits:
-
Object
- Object
- Aws::Types::SolutionVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
-
#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.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#training_hours ⇒ ::Float
Returns the value of attribute training_hours.
-
#training_mode ⇒ "FULL", ...
Returns the value of attribute training_mode.
-
#training_type ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute training_type.
-
#tuned_hpo_params ⇒ Types::TunedHPOParams
Returns the value of attribute tuned_hpo_params.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def dataset_group_arn @dataset_group_arn end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def event_type @event_type end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def name @name end |
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def perform_auto_ml @perform_auto_ml end |
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def perform_hpo @perform_hpo end |
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def perform_incremental_update @perform_incremental_update end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def recipe_arn @recipe_arn end |
#solution_arn ⇒ ::String
Returns the value of attribute solution_arn.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def solution_arn @solution_arn end |
#solution_config ⇒ Types::SolutionConfig
Returns the value of attribute solution_config.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def solution_config @solution_config end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def status @status end |
#training_hours ⇒ ::Float
Returns the value of attribute training_hours.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def training_hours @training_hours end |
#training_mode ⇒ "FULL", ...
Returns the value of attribute training_mode.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def training_mode @training_mode end |
#training_type ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute training_type.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def training_type @training_type end |
#tuned_hpo_params ⇒ Types::TunedHPOParams
Returns the value of attribute tuned_hpo_params.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def tuned_hpo_params @tuned_hpo_params end |