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.



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.

Returns:

  • (::String)


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.

Returns:

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

Returns:

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


5081
5082
5083
# File 'sig/types.rbs', line 5081

def environment
  @environment
end

#exit_message::String

Returns the value of attribute exit_message.

Returns:

  • (::String)


5087
5088
5089
# File 'sig/types.rbs', line 5087

def exit_message
  @exit_message
end

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

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


5093
5094
5095
# File 'sig/types.rbs', line 5093

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

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

Returns:

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

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


5086
5087
5088
# File 'sig/types.rbs', line 5086

def processing_job_status
  @processing_job_status
end

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

Returns:

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

Returns:

  • (::String)


5083
5084
5085
# File 'sig/types.rbs', line 5083

def role_arn
  @role_arn
end

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

Returns:

  • (::String)


5095
5096
5097
# File 'sig/types.rbs', line 5095

def training_job_arn
  @training_job_arn
end