Class: Aws::Types::CreateOptimizationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOptimizationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
-
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
-
#model_source ⇒ Types::OptimizationJobModelSource
Returns the value of attribute model_source.
-
#optimization_configs ⇒ ::Array[Types::OptimizationConfig]
Returns the value of attribute optimization_configs.
-
#optimization_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_environment.
-
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
-
#output_config ⇒ Types::OptimizationJobOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
-
#vpc_config ⇒ Types::OptimizationVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def deployment_instance_type @deployment_instance_type end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def max_instance_count @max_instance_count end |
#model_source ⇒ Types::OptimizationJobModelSource
Returns the value of attribute model_source.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def model_source @model_source end |
#optimization_configs ⇒ ::Array[Types::OptimizationConfig]
Returns the value of attribute optimization_configs.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def optimization_configs @optimization_configs end |
#optimization_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_environment.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def optimization_environment @optimization_environment end |
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def optimization_job_name @optimization_job_name end |
#output_config ⇒ Types::OptimizationJobOutputConfig
Returns the value of attribute output_config.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def @tags end |
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def training_plan_arns @training_plan_arns end |
#vpc_config ⇒ Types::OptimizationVpcConfig
Returns the value of attribute vpc_config.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def vpc_config @vpc_config end |