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.
4961 4962 4963 |
# File 'sig/types.rbs', line 4961 def creation_time @creation_time end |
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
4967 4968 4969 |
# File 'sig/types.rbs', line 4967 def deployment_instance_type @deployment_instance_type end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4963 4964 4965 |
# File 'sig/types.rbs', line 4963 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4962 4963 4964 |
# File 'sig/types.rbs', line 4962 def last_modified_time @last_modified_time end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
4968 4969 4970 |
# File 'sig/types.rbs', line 4968 def max_instance_count @max_instance_count end |
#model_source ⇒ Types::OptimizationJobModelSource
Returns the value of attribute model_source.
4965 4966 4967 |
# File 'sig/types.rbs', line 4965 def model_source @model_source end |
#optimization_configs ⇒ ::Array[Types::OptimizationConfig]
Returns the value of attribute optimization_configs.
4969 4970 4971 |
# File 'sig/types.rbs', line 4969 def optimization_configs @optimization_configs end |
#optimization_end_time ⇒ ::Time
Returns the value of attribute optimization_end_time.
4960 4961 4962 |
# File 'sig/types.rbs', line 4960 def optimization_end_time @optimization_end_time end |
#optimization_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_environment.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def optimization_environment @optimization_environment end |
#optimization_job_arn ⇒ ::String
Returns the value of attribute optimization_job_arn.
4957 4958 4959 |
# File 'sig/types.rbs', line 4957 def optimization_job_arn @optimization_job_arn end |
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
4964 4965 4966 |
# File 'sig/types.rbs', line 4964 def optimization_job_name @optimization_job_name end |
#optimization_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute optimization_job_status.
4958 4959 4960 |
# File 'sig/types.rbs', line 4958 def optimization_job_status @optimization_job_status end |
#optimization_output ⇒ Types::OptimizationOutput
Returns the value of attribute optimization_output.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def optimization_output @optimization_output end |
#optimization_start_time ⇒ ::Time
Returns the value of attribute optimization_start_time.
4959 4960 4961 |
# File 'sig/types.rbs', line 4959 def optimization_start_time @optimization_start_time end |
#output_config ⇒ Types::OptimizationJobOutputConfig
Returns the value of attribute output_config.
4970 4971 4972 |
# File 'sig/types.rbs', line 4970 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def stopping_condition @stopping_condition end |
#training_plan_arns ⇒ ::Array[::String]
Returns the value of attribute training_plan_arns.
4975 4976 4977 |
# File 'sig/types.rbs', line 4975 def training_plan_arns @training_plan_arns end |
#vpc_config ⇒ Types::OptimizationVpcConfig
Returns the value of attribute vpc_config.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def vpc_config @vpc_config end |