class Aws::SageMaker::Types::TransformJobSummary

Provides a summary of a transform job. Multiple `TransformJobSummary` objects are returned as a list after in response to a ListTransformJobs call.

@!attribute [rw] transform_job_name

The name of the transform job.
@return [String]

@!attribute [rw] transform_job_arn

The Amazon Resource Name (ARN) of the transform job.
@return [String]

@!attribute [rw] creation_time

A timestamp that shows when the transform Job was created.
@return [Time]

@!attribute [rw] transform_end_time

Indicates when the transform job ends on compute instances. For
successful jobs and stopped jobs, this is the exact time recorded
after the results are uploaded. For failed jobs, this is when Amazon
SageMaker detected that the job failed.
@return [Time]

@!attribute [rw] last_modified_time

Indicates when the transform job was last modified.
@return [Time]

@!attribute [rw] transform_job_status

The status of the transform job.
@return [String]

@!attribute [rw] failure_reason

If the transform job failed, the reason it failed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformJobSummary AWS API Documentation

Constants

SENSITIVE