Class: Aws::Types::DescribeProcessingJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProcessingJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_specification ⇒ Types::AppSpecification
Returns the value of attribute app_specification.
-
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#exit_message ⇒ ::String
Returns the value of attribute exit_message.
-
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
-
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
-
#processing_end_time ⇒ ::Time
Returns the value of attribute processing_end_time.
-
#processing_inputs ⇒ ::Array[Types::ProcessingInput]
Returns the value of attribute processing_inputs.
-
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
-
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
-
#processing_job_status ⇒ "InProgress", ...
Returns the value of attribute processing_job_status.
-
#processing_output_config ⇒ Types::ProcessingOutputConfig
Returns the value of attribute processing_output_config.
-
#processing_resources ⇒ Types::ProcessingResources
Returns the value of attribute processing_resources.
-
#processing_start_time ⇒ ::Time
Returns the value of attribute processing_start_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::ProcessingStoppingCondition
Returns the value of attribute stopping_condition.
-
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
Instance Attribute Details
#app_specification ⇒ Types::AppSpecification
Returns the value of attribute app_specification.
5080 5081 5082 |
# File 'sig/types.rbs', line 5080 def app_specification @app_specification end |
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
5094 5095 5096 |
# File 'sig/types.rbs', line 5094 def auto_ml_job_arn @auto_ml_job_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5092 5093 5094 |
# File 'sig/types.rbs', line 5092 def creation_time @creation_time end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
5081 5082 5083 |
# File 'sig/types.rbs', line 5081 def environment @environment end |
#exit_message ⇒ ::String
Returns the value of attribute exit_message.
5087 5088 5089 |
# File 'sig/types.rbs', line 5087 def @exit_message end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
5084 5085 5086 |
# File 'sig/types.rbs', line 5084 def experiment_config @experiment_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5091 5092 5093 |
# File 'sig/types.rbs', line 5091 def last_modified_time @last_modified_time end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
5093 5094 5095 |
# File 'sig/types.rbs', line 5093 def monitoring_schedule_arn @monitoring_schedule_arn end |
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
5082 5083 5084 |
# File 'sig/types.rbs', line 5082 def network_config @network_config end |
#processing_end_time ⇒ ::Time
Returns the value of attribute processing_end_time.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def processing_end_time @processing_end_time end |
#processing_inputs ⇒ ::Array[Types::ProcessingInput]
Returns the value of attribute processing_inputs.
5075 5076 5077 |
# File 'sig/types.rbs', line 5075 def processing_inputs @processing_inputs end |
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
5085 5086 5087 |
# File 'sig/types.rbs', line 5085 def processing_job_arn @processing_job_arn end |
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
5077 5078 5079 |
# File 'sig/types.rbs', line 5077 def processing_job_name @processing_job_name end |
#processing_job_status ⇒ "InProgress", ...
Returns the value of attribute processing_job_status.
5086 5087 5088 |
# File 'sig/types.rbs', line 5086 def processing_job_status @processing_job_status end |
#processing_output_config ⇒ Types::ProcessingOutputConfig
Returns the value of attribute processing_output_config.
5076 5077 5078 |
# File 'sig/types.rbs', line 5076 def processing_output_config @processing_output_config end |
#processing_resources ⇒ Types::ProcessingResources
Returns the value of attribute processing_resources.
5078 5079 5080 |
# File 'sig/types.rbs', line 5078 def processing_resources @processing_resources end |
#processing_start_time ⇒ ::Time
Returns the value of attribute processing_start_time.
5090 5091 5092 |
# File 'sig/types.rbs', line 5090 def processing_start_time @processing_start_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5083 5084 5085 |
# File 'sig/types.rbs', line 5083 def role_arn @role_arn end |
#stopping_condition ⇒ Types::ProcessingStoppingCondition
Returns the value of attribute stopping_condition.
5079 5080 5081 |
# File 'sig/types.rbs', line 5079 def stopping_condition @stopping_condition end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
5095 5096 5097 |
# File 'sig/types.rbs', line 5095 def training_job_arn @training_job_arn end |