public static interface DescribeTransformJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeTransformJobResponse.Builder,DescribeTransformJobResponse>
Modifier and Type | Method and Description |
---|---|
DescribeTransformJobResponse.Builder |
autoMLJobArn(String autoMLJobArn)
The Amazon Resource Name (ARN) of the AutoML transform job.
|
DescribeTransformJobResponse.Builder |
batchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
DescribeTransformJobResponse.Builder |
batchStrategy(String batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
DescribeTransformJobResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the transform Job was created.
|
DescribeTransformJobResponse.Builder |
dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
default DescribeTransformJobResponse.Builder |
dataCaptureConfig(Consumer<BatchDataCaptureConfig.Builder> dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
default DescribeTransformJobResponse.Builder |
dataProcessing(Consumer<DataProcessing.Builder> dataProcessing)
Sets the value of the DataProcessing property for this object.
|
DescribeTransformJobResponse.Builder |
dataProcessing(DataProcessing dataProcessing)
Sets the value of the DataProcessing property for this object.
|
DescribeTransformJobResponse.Builder |
environment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
default DescribeTransformJobResponse.Builder |
experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
DescribeTransformJobResponse.Builder |
experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
DescribeTransformJobResponse.Builder |
failureReason(String failureReason)
If the transform job failed,
FailureReason describes why it failed. |
DescribeTransformJobResponse.Builder |
labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform
or training job.
|
DescribeTransformJobResponse.Builder |
maxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests on each instance node that can be launched in a transform job.
|
DescribeTransformJobResponse.Builder |
maxPayloadInMB(Integer maxPayloadInMB)
The maximum payload size, in MB, used in the transform job.
|
default DescribeTransformJobResponse.Builder |
modelClientConfig(Consumer<ModelClientConfig.Builder> modelClientConfig)
The timeout and maximum number of retries for processing a transform job invocation.
|
DescribeTransformJobResponse.Builder |
modelClientConfig(ModelClientConfig modelClientConfig)
The timeout and maximum number of retries for processing a transform job invocation.
|
DescribeTransformJobResponse.Builder |
modelName(String modelName)
The name of the model used in the transform job.
|
DescribeTransformJobResponse.Builder |
transformEndTime(Instant transformEndTime)
Indicates when the transform job has been completed, or has stopped or failed.
|
default DescribeTransformJobResponse.Builder |
transformInput(Consumer<TransformInput.Builder> transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
DescribeTransformJobResponse.Builder |
transformInput(TransformInput transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
DescribeTransformJobResponse.Builder |
transformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
DescribeTransformJobResponse.Builder |
transformJobName(String transformJobName)
The name of the transform job.
|
DescribeTransformJobResponse.Builder |
transformJobStatus(String transformJobStatus)
The status of the transform job.
|
DescribeTransformJobResponse.Builder |
transformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
default DescribeTransformJobResponse.Builder |
transformOutput(Consumer<TransformOutput.Builder> transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
DescribeTransformJobResponse.Builder |
transformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
default DescribeTransformJobResponse.Builder |
transformResources(Consumer<TransformResources.Builder> transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
DescribeTransformJobResponse.Builder |
transformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
DescribeTransformJobResponse.Builder |
transformStartTime(Instant transformStartTime)
Indicates when the transform job starts on ML instances.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTransformJobResponse.Builder transformJobName(String transformJobName)
The name of the transform job.
transformJobName
- The name of the transform job.DescribeTransformJobResponse.Builder transformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn
- The Amazon Resource Name (ARN) of the transform job.DescribeTransformJobResponse.Builder transformJobStatus(String transformJobStatus)
The status of the transform job. If the transform job failed, the reason is returned in the
FailureReason
field.
transformJobStatus
- The status of the transform job. If the transform job failed, the reason is returned in the
FailureReason
field.TransformJobStatus
,
TransformJobStatus
DescribeTransformJobResponse.Builder transformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job. If the transform job failed, the reason is returned in the
FailureReason
field.
transformJobStatus
- The status of the transform job. If the transform job failed, the reason is returned in the
FailureReason
field.TransformJobStatus
,
TransformJobStatus
DescribeTransformJobResponse.Builder failureReason(String 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.
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.DescribeTransformJobResponse.Builder modelName(String modelName)
The name of the model used in the transform job.
modelName
- The name of the model used in the transform job.DescribeTransformJobResponse.Builder maxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.
maxConcurrentTransforms
- The maximum number of parallel requests on each instance node that can be launched in a transform job.
The default value is 1.DescribeTransformJobResponse.Builder modelClientConfig(ModelClientConfig modelClientConfig)
The timeout and maximum number of retries for processing a transform job invocation.
modelClientConfig
- The timeout and maximum number of retries for processing a transform job invocation.default DescribeTransformJobResponse.Builder modelClientConfig(Consumer<ModelClientConfig.Builder> modelClientConfig)
The timeout and maximum number of retries for processing a transform job invocation.
This is a convenience method that creates an instance of theModelClientConfig.Builder
avoiding the
need to create one manually via ModelClientConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to modelClientConfig(ModelClientConfig)
.
modelClientConfig
- a consumer that will call methods on ModelClientConfig.Builder
modelClientConfig(ModelClientConfig)
DescribeTransformJobResponse.Builder maxPayloadInMB(Integer maxPayloadInMB)
The maximum payload size, in MB, used in the transform job.
maxPayloadInMB
- The maximum payload size, in MB, used in the transform job.DescribeTransformJobResponse.Builder batchStrategy(String 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
.
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
.
BatchStrategy
,
BatchStrategy
DescribeTransformJobResponse.Builder batchStrategy(BatchStrategy 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
.
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
.
BatchStrategy
,
BatchStrategy
DescribeTransformJobResponse.Builder environment(Map<String,String> environment)
The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
environment
- The environment variables to set in the Docker container. We support up to 16 key and values entries
in the map.DescribeTransformJobResponse.Builder transformInput(TransformInput transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
transformInput
- Describes the dataset to be transformed and the Amazon S3 location where it is stored.default DescribeTransformJobResponse.Builder transformInput(Consumer<TransformInput.Builder> transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
This is a convenience method that creates an instance of theTransformInput.Builder
avoiding the need
to create one manually via TransformInput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to transformInput(TransformInput)
.
transformInput
- a consumer that will call methods on TransformInput.Builder
transformInput(TransformInput)
DescribeTransformJobResponse.Builder transformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
transformOutput
- Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the
transform job.default DescribeTransformJobResponse.Builder transformOutput(Consumer<TransformOutput.Builder> transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
This is a convenience method that creates an instance of theTransformOutput.Builder
avoiding the
need to create one manually via TransformOutput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to transformOutput(TransformOutput)
.
transformOutput
- a consumer that will call methods on TransformOutput.Builder
transformOutput(TransformOutput)
DescribeTransformJobResponse.Builder dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
dataCaptureConfig
- Configuration to control how SageMaker captures inference data.default DescribeTransformJobResponse.Builder dataCaptureConfig(Consumer<BatchDataCaptureConfig.Builder> dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
This is a convenience method that creates an instance of theBatchDataCaptureConfig.Builder
avoiding
the need to create one manually via BatchDataCaptureConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to dataCaptureConfig(BatchDataCaptureConfig)
.
dataCaptureConfig
- a consumer that will call methods on BatchDataCaptureConfig.Builder
dataCaptureConfig(BatchDataCaptureConfig)
DescribeTransformJobResponse.Builder transformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
transformResources
- Describes the resources, including ML instance types and ML instance count, to use for the transform
job.default DescribeTransformJobResponse.Builder transformResources(Consumer<TransformResources.Builder> transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
This is a convenience method that creates an instance of theTransformResources.Builder
avoiding the
need to create one manually via TransformResources.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to transformResources(TransformResources)
.
transformResources
- a consumer that will call methods on TransformResources.Builder
transformResources(TransformResources)
DescribeTransformJobResponse.Builder creationTime(Instant creationTime)
A timestamp that shows when the transform Job was created.
creationTime
- A timestamp that shows when the transform Job was created.DescribeTransformJobResponse.Builder transformStartTime(Instant 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
.
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
.DescribeTransformJobResponse.Builder transformEndTime(Instant 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
.
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
.DescribeTransformJobResponse.Builder labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.
labelingJobArn
- The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the
transform or training job.DescribeTransformJobResponse.Builder autoMLJobArn(String autoMLJobArn)
The Amazon Resource Name (ARN) of the AutoML transform job.
autoMLJobArn
- The Amazon Resource Name (ARN) of the AutoML transform job.DescribeTransformJobResponse.Builder dataProcessing(DataProcessing dataProcessing)
dataProcessing
- The new value for the DataProcessing property for this object.default DescribeTransformJobResponse.Builder dataProcessing(Consumer<DataProcessing.Builder> dataProcessing)
DataProcessing.Builder
avoiding the need
to create one manually via DataProcessing.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to dataProcessing(DataProcessing)
.
dataProcessing
- a consumer that will call methods on DataProcessing.Builder
dataProcessing(DataProcessing)
DescribeTransformJobResponse.Builder experimentConfig(ExperimentConfig experimentConfig)
experimentConfig
- The new value for the ExperimentConfig property for this object.default DescribeTransformJobResponse.Builder experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig)
ExperimentConfig.Builder
avoiding the
need to create one manually via ExperimentConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to experimentConfig(ExperimentConfig)
.
experimentConfig
- a consumer that will call methods on ExperimentConfig.Builder
experimentConfig(ExperimentConfig)
Copyright © 2023. All rights reserved.