Class: Aws::Types::ProcessingJob

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.



10057
10058
10059
# File 'sig/types.rbs', line 10057

def app_specification
  @app_specification
end

#auto_ml_job_arn::String

Returns the value of attribute auto_ml_job_arn.

Returns:

  • (::String)


10071
10072
10073
# File 'sig/types.rbs', line 10071

def auto_ml_job_arn
  @auto_ml_job_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


10069
10070
10071
# File 'sig/types.rbs', line 10069

def creation_time
  @creation_time
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

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


10058
10059
10060
# File 'sig/types.rbs', line 10058

def environment
  @environment
end

#exit_message::String

Returns the value of attribute exit_message.

Returns:

  • (::String)


10064
10065
10066
# File 'sig/types.rbs', line 10064

def exit_message
  @exit_message
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



10061
10062
10063
# File 'sig/types.rbs', line 10061

def experiment_config
  @experiment_config
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


10065
10066
10067
# File 'sig/types.rbs', line 10065

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


10068
10069
10070
# File 'sig/types.rbs', line 10068

def last_modified_time
  @last_modified_time
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


10070
10071
10072
# File 'sig/types.rbs', line 10070

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#network_configTypes::NetworkConfig

Returns the value of attribute network_config.



10059
10060
10061
# File 'sig/types.rbs', line 10059

def network_config
  @network_config
end

#processing_end_time::Time

Returns the value of attribute processing_end_time.

Returns:

  • (::Time)


10066
10067
10068
# File 'sig/types.rbs', line 10066

def processing_end_time
  @processing_end_time
end

#processing_inputs::Array[Types::ProcessingInput]

Returns the value of attribute processing_inputs.

Returns:



10052
10053
10054
# File 'sig/types.rbs', line 10052

def processing_inputs
  @processing_inputs
end

#processing_job_arn::String

Returns the value of attribute processing_job_arn.

Returns:

  • (::String)


10062
10063
10064
# File 'sig/types.rbs', line 10062

def processing_job_arn
  @processing_job_arn
end

#processing_job_name::String

Returns the value of attribute processing_job_name.

Returns:

  • (::String)


10054
10055
10056
# File 'sig/types.rbs', line 10054

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")


10063
10064
10065
# File 'sig/types.rbs', line 10063

def processing_job_status
  @processing_job_status
end

#processing_output_configTypes::ProcessingOutputConfig

Returns the value of attribute processing_output_config.



10053
10054
10055
# File 'sig/types.rbs', line 10053

def processing_output_config
  @processing_output_config
end

#processing_resourcesTypes::ProcessingResources

Returns the value of attribute processing_resources.



10055
10056
10057
# File 'sig/types.rbs', line 10055

def processing_resources
  @processing_resources
end

#processing_start_time::Time

Returns the value of attribute processing_start_time.

Returns:

  • (::Time)


10067
10068
10069
# File 'sig/types.rbs', line 10067

def processing_start_time
  @processing_start_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


10060
10061
10062
# File 'sig/types.rbs', line 10060

def role_arn
  @role_arn
end

#stopping_conditionTypes::ProcessingStoppingCondition

Returns the value of attribute stopping_condition.



10056
10057
10058
# File 'sig/types.rbs', line 10056

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



10073
10074
10075
# File 'sig/types.rbs', line 10073

def tags
  @tags
end

#training_job_arn::String

Returns the value of attribute training_job_arn.

Returns:

  • (::String)


10072
10073
10074
# File 'sig/types.rbs', line 10072

def training_job_arn
  @training_job_arn
end