TransformJobSummary

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A timestamp that shows when the transform Job was created.

Link copied to clipboard

If the transform job failed, the reason it failed.

Link copied to clipboard

Indicates when the transform job was last modified.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The name of the transform job.

Link copied to clipboard

The status of the transform job.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String