Class: Aws::Types::ProcessingJob
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingJob
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
10000 10001 10002 |
# File 'sig/types.rbs', line 10000 def app_specification @app_specification end |
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
10014 10015 10016 |
# File 'sig/types.rbs', line 10014 def auto_ml_job_arn @auto_ml_job_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
10012 10013 10014 |
# File 'sig/types.rbs', line 10012 def creation_time @creation_time end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
10001 10002 10003 |
# File 'sig/types.rbs', line 10001 def environment @environment end |
#exit_message ⇒ ::String
Returns the value of attribute exit_message.
10007 10008 10009 |
# File 'sig/types.rbs', line 10007 def @exit_message end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
10004 10005 10006 |
# File 'sig/types.rbs', line 10004 def experiment_config @experiment_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
10008 10009 10010 |
# File 'sig/types.rbs', line 10008 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
10011 10012 10013 |
# File 'sig/types.rbs', line 10011 def last_modified_time @last_modified_time end |
#monitoring_schedule_arn ⇒ ::String
Returns the value of attribute monitoring_schedule_arn.
10013 10014 10015 |
# File 'sig/types.rbs', line 10013 def monitoring_schedule_arn @monitoring_schedule_arn end |
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
10002 10003 10004 |
# File 'sig/types.rbs', line 10002 def network_config @network_config end |
#processing_end_time ⇒ ::Time
Returns the value of attribute processing_end_time.
10009 10010 10011 |
# File 'sig/types.rbs', line 10009 def processing_end_time @processing_end_time end |
#processing_inputs ⇒ ::Array[Types::ProcessingInput]
Returns the value of attribute processing_inputs.
9995 9996 9997 |
# File 'sig/types.rbs', line 9995 def processing_inputs @processing_inputs end |
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
10005 10006 10007 |
# File 'sig/types.rbs', line 10005 def processing_job_arn @processing_job_arn end |
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
9997 9998 9999 |
# File 'sig/types.rbs', line 9997 def processing_job_name @processing_job_name end |
#processing_job_status ⇒ "InProgress", ...
Returns the value of attribute processing_job_status.
10006 10007 10008 |
# File 'sig/types.rbs', line 10006 def processing_job_status @processing_job_status end |
#processing_output_config ⇒ Types::ProcessingOutputConfig
Returns the value of attribute processing_output_config.
9996 9997 9998 |
# File 'sig/types.rbs', line 9996 def processing_output_config @processing_output_config end |
#processing_resources ⇒ Types::ProcessingResources
Returns the value of attribute processing_resources.
9998 9999 10000 |
# File 'sig/types.rbs', line 9998 def processing_resources @processing_resources end |
#processing_start_time ⇒ ::Time
Returns the value of attribute processing_start_time.
10010 10011 10012 |
# File 'sig/types.rbs', line 10010 def processing_start_time @processing_start_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
10003 10004 10005 |
# File 'sig/types.rbs', line 10003 def role_arn @role_arn end |
#stopping_condition ⇒ Types::ProcessingStoppingCondition
Returns the value of attribute stopping_condition.
9999 10000 10001 |
# File 'sig/types.rbs', line 9999 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
10016 10017 10018 |
# File 'sig/types.rbs', line 10016 def @tags end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
10015 10016 10017 |
# File 'sig/types.rbs', line 10015 def training_job_arn @training_job_arn end |