GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SageMaker::DescribeTransformJobResponse(3) User Contributed Perl Documentation Paws::SageMaker::DescribeTransformJobResponse(3)

Paws::SageMaker::DescribeTransformJobResponse

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

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set "SplitType" to "Line", "RecordIO", or "TFRecord".

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

A timestamp that shows when the transform Job was created.

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

If the transform job failed, "FailureReason" describes why it failed. A transform job creates a log file, which includes error messages, and stores it as an Amazon S3 object. For more information, see Log Amazon SageMaker Events with Amazon CloudWatch (https://docs.aws.amazon.com/sagemaker/latest/dg/logging-cloudwatch.html).

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

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

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

The timeout and maximum number of retries for processing a transform job invocation.

REQUIRED ModelName => Str

The name of the model used in the transform job.

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.

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

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.