public static interface DescribeTransformJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeTransformJobResponse.Builder,DescribeTransformJobResponse>
Modifier and Type | Method and Description |
---|---|
DescribeTransformJobResponse.Builder |
batchStrategy(BatchStrategy batchStrategy)
SingleRecord means only one record was used per a batch.
|
DescribeTransformJobResponse.Builder |
batchStrategy(String batchStrategy)
SingleRecord means only one record was used per a batch.
|
DescribeTransformJobResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the transform Job was created.
|
DescribeTransformJobResponse.Builder |
environment(Map<String,String> environment)
|
DescribeTransformJobResponse.Builder |
failureReason(String failureReason)
If the transform job failed, the reason that 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.
|
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 is
Completed , 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
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, the reason that it failed.
failureReason
- If the transform job failed, the reason that it failed.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 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)
SingleRecord means only one record was used per a batch. MultiRecord
means batches contained as
many records that could possibly fit within the MaxPayloadInMB
limit.
batchStrategy
- SingleRecord means only one record was used per a batch. MultiRecord
means batches
contained as many records that could possibly fit within the MaxPayloadInMB
limit.BatchStrategy
,
BatchStrategy
DescribeTransformJobResponse.Builder batchStrategy(BatchStrategy batchStrategy)
SingleRecord means only one record was used per a batch. MultiRecord
means batches contained as
many records that could possibly fit within the MaxPayloadInMB
limit.
batchStrategy
- SingleRecord means only one record was used per a batch. MultiRecord
means batches
contained as many records that could possibly fit within the MaxPayloadInMB
limit.BatchStrategy
,
BatchStrategy
DescribeTransformJobResponse.Builder environment(Map<String,String> environment)
environment
- 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 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 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 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 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 is Completed
, Stopped
, or Failed
. You
are billed for the time interval between this time and the value of TransformStartTime
.
transformEndTime
- Indicates when the transform job is Completed
, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.