Class: Aws::SageMaker::Types::ProcessingJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Summary of information about a processing job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time at which the processing job was created.

Returns:

  • (Time)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#exit_messageString

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

Returns:

  • (String)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

Returns:

  • (String)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A timestamp that indicates the last time the processing job was modified.

Returns:

  • (Time)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#processing_end_timeTime

The time at which the processing job completed.

Returns:

  • (Time)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#processing_job_arnString

The Amazon Resource Name (ARN) of the processing job..

Returns:

  • (String)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#processing_job_nameString

The name of the processing job.

Returns:

  • (String)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end

#processing_job_statusString

The status of the processing job.

Returns:

  • (String)


35110
35111
35112
35113
35114
35115
35116
35117
35118
35119
35120
35121
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35110

class ProcessingJobSummary < Struct.new(
  :processing_job_name,
  :processing_job_arn,
  :creation_time,
  :processing_end_time,
  :last_modified_time,
  :processing_job_status,
  :failure_reason,
  :exit_message)
  SENSITIVE = []
  include Aws::Structure
end