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.



9979
9980
9981
# File 'sig/types.rbs', line 9979

def app_specification
  @app_specification
end

#auto_ml_job_arn::String

Returns the value of attribute auto_ml_job_arn.

Returns:

  • (::String)


9993
9994
9995
# File 'sig/types.rbs', line 9993

def auto_ml_job_arn
  @auto_ml_job_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9991
9992
9993
# File 'sig/types.rbs', line 9991

def creation_time
  @creation_time
end

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

Returns the value of attribute environment.

Returns:

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


9980
9981
9982
# File 'sig/types.rbs', line 9980

def environment
  @environment
end

#exit_message::String

Returns the value of attribute exit_message.

Returns:

  • (::String)


9986
9987
9988
# File 'sig/types.rbs', line 9986

def exit_message
  @exit_message
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



9983
9984
9985
# File 'sig/types.rbs', line 9983

def experiment_config
  @experiment_config
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9987
9988
9989
# File 'sig/types.rbs', line 9987

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9990
9991
9992
# File 'sig/types.rbs', line 9990

def last_modified_time
  @last_modified_time
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


9992
9993
9994
# File 'sig/types.rbs', line 9992

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#network_configTypes::NetworkConfig

Returns the value of attribute network_config.



9981
9982
9983
# File 'sig/types.rbs', line 9981

def network_config
  @network_config
end

#processing_end_time::Time

Returns the value of attribute processing_end_time.

Returns:

  • (::Time)


9988
9989
9990
# File 'sig/types.rbs', line 9988

def processing_end_time
  @processing_end_time
end

#processing_inputs::Array[Types::ProcessingInput]

Returns the value of attribute processing_inputs.

Returns:



9974
9975
9976
# File 'sig/types.rbs', line 9974

def processing_inputs
  @processing_inputs
end

#processing_job_arn::String

Returns the value of attribute processing_job_arn.

Returns:

  • (::String)


9984
9985
9986
# File 'sig/types.rbs', line 9984

def processing_job_arn
  @processing_job_arn
end

#processing_job_name::String

Returns the value of attribute processing_job_name.

Returns:

  • (::String)


9976
9977
9978
# File 'sig/types.rbs', line 9976

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


9985
9986
9987
# File 'sig/types.rbs', line 9985

def processing_job_status
  @processing_job_status
end

#processing_output_configTypes::ProcessingOutputConfig

Returns the value of attribute processing_output_config.



9975
9976
9977
# File 'sig/types.rbs', line 9975

def processing_output_config
  @processing_output_config
end

#processing_resourcesTypes::ProcessingResources

Returns the value of attribute processing_resources.



9977
9978
9979
# File 'sig/types.rbs', line 9977

def processing_resources
  @processing_resources
end

#processing_start_time::Time

Returns the value of attribute processing_start_time.

Returns:

  • (::Time)


9989
9990
9991
# File 'sig/types.rbs', line 9989

def processing_start_time
  @processing_start_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


9982
9983
9984
# File 'sig/types.rbs', line 9982

def role_arn
  @role_arn
end

#stopping_conditionTypes::ProcessingStoppingCondition

Returns the value of attribute stopping_condition.



9978
9979
9980
# File 'sig/types.rbs', line 9978

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9995
9996
9997
# File 'sig/types.rbs', line 9995

def tags
  @tags
end

#training_job_arn::String

Returns the value of attribute training_job_arn.

Returns:

  • (::String)


9994
9995
9996
# File 'sig/types.rbs', line 9994

def training_job_arn
  @training_job_arn
end