Class: Aws::Types::DescribeProcessingJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_specificationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Hash[::String, ::String])


5062
5063
5064
# File 'sig/types.rbs', line 5062

def environment
  @environment
end

#exit_message::String

Returns the value of attribute exit_message.

Returns:

  • (::String)


5068
5069
5070
# File 'sig/types.rbs', line 5068

def exit_message
  @exit_message
end

#experiment_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


5074
5075
5076
# File 'sig/types.rbs', line 5074

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#network_configTypes::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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


5067
5068
5069
# File 'sig/types.rbs', line 5067

def processing_job_status
  @processing_job_status
end

#processing_output_configTypes::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_resourcesTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


5064
5065
5066
# File 'sig/types.rbs', line 5064

def role_arn
  @role_arn
end

#stopping_conditionTypes::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.

Returns:

  • (::String)


5076
5077
5078
# File 'sig/types.rbs', line 5076

def training_job_arn
  @training_job_arn
end