Class: Aws::Types::DescribeOptimizationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptimizationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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_end_time ⇒ ::Time
Returns the value of attribute optimization_end_time.
-
#optimization_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_environment.
-
#optimization_job_arn ⇒ ::String
Returns the value of attribute optimization_job_arn.
-
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
-
#optimization_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute optimization_job_status.
-
#optimization_output ⇒ Types::OptimizationOutput
Returns the value of attribute optimization_output.
-
#optimization_start_time ⇒ ::Time
Returns the value of attribute optimization_start_time.
-
#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.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4943 4944 4945 |
# File 'sig/types.rbs', line 4943 def creation_time @creation_time end |
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
4949 4950 4951 |
# File 'sig/types.rbs', line 4949 def deployment_instance_type @deployment_instance_type end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4945 4946 4947 |
# File 'sig/types.rbs', line 4945 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4944 4945 4946 |
# File 'sig/types.rbs', line 4944 def last_modified_time @last_modified_time end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
4950 4951 4952 |
# File 'sig/types.rbs', line 4950 def max_instance_count @max_instance_count end |
#model_source ⇒ Types::OptimizationJobModelSource
Returns the value of attribute model_source.
4947 4948 4949 |
# File 'sig/types.rbs', line 4947 def model_source @model_source end |
#optimization_configs ⇒ ::Array[Types::OptimizationConfig]
Returns the value of attribute optimization_configs.
4951 4952 4953 |
# File 'sig/types.rbs', line 4951 def optimization_configs @optimization_configs end |
#optimization_end_time ⇒ ::Time
Returns the value of attribute optimization_end_time.
4942 4943 4944 |
# File 'sig/types.rbs', line 4942 def optimization_end_time @optimization_end_time end |
#optimization_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_environment.
4948 4949 4950 |
# File 'sig/types.rbs', line 4948 def optimization_environment @optimization_environment end |
#optimization_job_arn ⇒ ::String
Returns the value of attribute optimization_job_arn.
4939 4940 4941 |
# File 'sig/types.rbs', line 4939 def optimization_job_arn @optimization_job_arn end |
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
4946 4947 4948 |
# File 'sig/types.rbs', line 4946 def optimization_job_name @optimization_job_name end |
#optimization_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute optimization_job_status.
4940 4941 4942 |
# File 'sig/types.rbs', line 4940 def optimization_job_status @optimization_job_status end |
#optimization_output ⇒ Types::OptimizationOutput
Returns the value of attribute optimization_output.
4953 4954 4955 |
# File 'sig/types.rbs', line 4953 def optimization_output @optimization_output end |
#optimization_start_time ⇒ ::Time
Returns the value of attribute optimization_start_time.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def optimization_start_time @optimization_start_time end |
#output_config ⇒ Types::OptimizationJobOutputConfig
Returns the value of attribute output_config.
4952 4953 4954 |
# File 'sig/types.rbs', line 4952 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4954 4955 4956 |
# File 'sig/types.rbs', line 4954 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
4955 4956 4957 |
# File 'sig/types.rbs', line 4955 def stopping_condition @stopping_condition end |
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
4957 4958 4959 |
# File 'sig/types.rbs', line 4957 def training_plan_arns @training_plan_arns end |
#vpc_config ⇒ Types::OptimizationVpcConfig
Returns the value of attribute vpc_config.
4956 4957 4958 |
# File 'sig/types.rbs', line 4956 def vpc_config @vpc_config end |