AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeTransformJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeTransformJobResponse

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeTransformJobResponse : AmazonWebServiceResponse

The DescribeTransformJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutoMLJobArn System.String

Gets and sets the property AutoMLJobArn.

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

Public Property BatchStrategy Amazon.SageMaker.BatchStrategy

Gets and sets the property BatchStrategy.

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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp that shows when the transform Job was created.

Public Property DataCaptureConfig Amazon.SageMaker.Model.BatchDataCaptureConfig

Gets and sets the property DataCaptureConfig.

Configuration to control how SageMaker captures inference data.

Public Property DataProcessing Amazon.SageMaker.Model.DataProcessing

Gets and sets the property DataProcessing.

Public Property Environment System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Environment.

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

Public Property ExperimentConfig Amazon.SageMaker.Model.ExperimentConfig

Gets and sets the property ExperimentConfig.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LabelingJobArn System.String

Gets and sets the property LabelingJobArn.

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

Public Property MaxConcurrentTransforms System.Int32

Gets and sets the property MaxConcurrentTransforms.

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

Public Property MaxPayloadInMB System.Int32

Gets and sets the property MaxPayloadInMB.

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

Public Property ModelClientConfig Amazon.SageMaker.Model.ModelClientConfig

Gets and sets the property ModelClientConfig.

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

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the model used in the transform job.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TransformEndTime System.DateTime

Gets and sets the property TransformEndTime.

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.

Public Property TransformInput Amazon.SageMaker.Model.TransformInput

Gets and sets the property TransformInput.

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

Public Property TransformJobArn System.String

Gets and sets the property TransformJobArn.

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

Public Property TransformJobName System.String

Gets and sets the property TransformJobName.

The name of the transform job.

Public Property TransformJobStatus Amazon.SageMaker.TransformJobStatus

Gets and sets the property TransformJobStatus.

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

Public Property TransformOutput Amazon.SageMaker.Model.TransformOutput

Gets and sets the property TransformOutput.

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

Public Property TransformResources Amazon.SageMaker.Model.TransformResources

Gets and sets the property TransformResources.

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

Public Property TransformStartTime System.DateTime

Gets and sets the property TransformStartTime.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5