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.
5061 5062 5063 |
# File 'sig/types.rbs', line 5061 def app_specification @app_specification end |
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
5075 5076 5077 |
# File 'sig/types.rbs', line 5075 def auto_ml_job_arn @auto_ml_job_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5073 5074 5075 |
# File 'sig/types.rbs', line 5073 def creation_time @creation_time end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
5062 5063 5064 |
# File 'sig/types.rbs', line 5062 def environment @environment end |
#exit_message ⇒ ::String
Returns the value of attribute exit_message.
5068 5069 5070 |
# File 'sig/types.rbs', line 5068 def @exit_message end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
5065 5066 5067 |
# File 'sig/types.rbs', line 5065 def experiment_config @experiment_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5069 5070 5071 |
# File 'sig/types.rbs', line 5069 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5072 5073 5074 |
# File 'sig/types.rbs', line 5072 def last_modified_time @last_modified_time end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
5074 5075 5076 |
# File 'sig/types.rbs', line 5074 def monitoring_schedule_arn @monitoring_schedule_arn end |
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
5063 5064 5065 |
# File 'sig/types.rbs', line 5063 def network_config @network_config end |
#processing_end_time ⇒ ::Time
Returns the value of attribute processing_end_time.
5070 5071 5072 |
# File 'sig/types.rbs', line 5070 def processing_end_time @processing_end_time end |
#processing_inputs ⇒ ::Array[Types::ProcessingInput]
Returns the value of attribute processing_inputs.
5056 5057 5058 |
# File 'sig/types.rbs', line 5056 def processing_inputs @processing_inputs end |
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
5066 5067 5068 |
# File 'sig/types.rbs', line 5066 def processing_job_arn @processing_job_arn end |
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
5058 5059 5060 |
# File 'sig/types.rbs', line 5058 def processing_job_name @processing_job_name end |
#processing_job_status ⇒ "InProgress", ...
Returns the value of attribute processing_job_status.
5067 5068 5069 |
# File 'sig/types.rbs', line 5067 def processing_job_status @processing_job_status end |
#processing_output_config ⇒ Types::ProcessingOutputConfig
Returns the value of attribute processing_output_config.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def processing_output_config @processing_output_config end |
#processing_resources ⇒ Types::ProcessingResources
Returns the value of attribute processing_resources.
5059 5060 5061 |
# File 'sig/types.rbs', line 5059 def processing_resources @processing_resources end |
#processing_start_time ⇒ ::Time
Returns the value of attribute processing_start_time.
5071 5072 5073 |
# File 'sig/types.rbs', line 5071 def processing_start_time @processing_start_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5064 5065 5066 |
# File 'sig/types.rbs', line 5064 def role_arn @role_arn end |
#stopping_condition ⇒ Types::ProcessingStoppingCondition
Returns the value of attribute stopping_condition.
5060 5061 5062 |
# File 'sig/types.rbs', line 5060 def stopping_condition @stopping_condition end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
5076 5077 5078 |
# File 'sig/types.rbs', line 5076 def training_job_arn @training_job_arn end |