NAME

Paws::SageMaker::DescribeTransformJobResponse

ATTRIBUTES

BatchStrategy => Str

If you want to include only one record in a batch, specify SingleRecord.. If you want batches to contain a maximum of the number of records specified in the MaxPayloadInMB parameter, specify MultiRecord.S

Valid values are: "MultiRecord", "SingleRecord" =head2 REQUIRED CreationTime => Str

A timestamp that shows when the transform Job was created.

Environment => Paws::SageMaker::TransformEnvironmentMap

FailureReason => Str

If the transform job failed, the reason that it failed.

LabelingJobArn => Str

The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.

MaxConcurrentTransforms => Int

The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.

MaxPayloadInMB => Int

The maximum payload size, in MB, used in the transform job.

REQUIRED ModelName => Str

The name of the model used in the transform job.

TransformEndTime => Str

Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

REQUIRED TransformInput => Paws::SageMaker::TransformInput

Describes the dataset to be transformed and the Amazon S3 location where it is stored.

REQUIRED TransformJobArn => Str

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

REQUIRED TransformJobName => Str

The name of the transform job.

REQUIRED TransformJobStatus => Str

The status of the transform job. If the transform job failed, the reason is returned in the FailureReason field.

Valid values are: "InProgress", "Completed", "Failed", "Stopping", "Stopped" =head2 TransformOutput => Paws::SageMaker::TransformOutput

Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

REQUIRED TransformResources => Paws::SageMaker::TransformResources

Describes the resources, including ML instance types and ML instance count, to use for the transform job.

TransformStartTime => Str

Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

_request_id => Str