![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::DescribeTransformJobResponse ATTRIBUTESAutoMLJobArn => StrThe Amazon Resource Name (ARN) of the AutoML transform job. BatchStrategy => StrSpecifies 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. DataProcessing => Paws::SageMaker::DataProcessingEnvironment => Paws::SageMaker::TransformEnvironmentMapThe environment variables to set in the Docker container. We support up to 16 key and values entries in the map. ExperimentConfig => Paws::SageMaker::ExperimentConfigFailureReason => StrIf 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). LabelingJobArn => StrThe Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job. MaxConcurrentTransforms => IntThe maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1. MaxPayloadInMB => IntThe maximum payload size, in MB, used in the transform job. ModelClientConfig => Paws::SageMaker::ModelClientConfigThe timeout and maximum number of retries for processing a transform job invocation. REQUIRED ModelName => StrThe name of the model used in the transform job. TransformEndTime => StrIndicates 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::TransformInputDescribes the dataset to be transformed and the Amazon S3 location where it is stored. REQUIRED TransformJobArn => StrThe Amazon Resource Name (ARN) of the transform job. REQUIRED TransformJobName => StrThe name of the transform job. REQUIRED TransformJobStatus => StrThe 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::TransformResourcesDescribes the resources, including ML instance types and ML instance count, to use for the transform job. TransformStartTime => StrIndicates 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
|