Class: Aws::Types::CreateSolutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSolutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#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_config ⇒ Types::SolutionConfig
Returns the value of attribute solution_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
384 385 386 |
# File 'sig/types.rbs', line 384 def dataset_group_arn @dataset_group_arn end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
385 386 387 |
# File 'sig/types.rbs', line 385 def event_type @event_type end |
#name ⇒ ::String
Returns the value of attribute name.
378 379 380 |
# File 'sig/types.rbs', line 378 def name @name end |
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
380 381 382 |
# File 'sig/types.rbs', line 380 def perform_auto_ml @perform_auto_ml end |
#perform_auto_training ⇒ Boolean
Returns the value of attribute perform_auto_training.
381 382 383 |
# File 'sig/types.rbs', line 381 def perform_auto_training @perform_auto_training end |
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
379 380 381 |
# File 'sig/types.rbs', line 379 def perform_hpo @perform_hpo end |
#perform_incremental_update ⇒ Boolean
Returns the value of attribute perform_incremental_update.
382 383 384 |
# File 'sig/types.rbs', line 382 def perform_incremental_update @perform_incremental_update end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def recipe_arn @recipe_arn end |
#solution_config ⇒ Types::SolutionConfig
Returns the value of attribute solution_config.
386 387 388 |
# File 'sig/types.rbs', line 386 def solution_config @solution_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
387 388 389 |
# File 'sig/types.rbs', line 387 def @tags end |