public static interface TransformJob.Builder extends SdkPojo, CopyableBuilder<TransformJob.Builder,TransformJob>
| Modifier and Type | Method and Description |
|---|---|
TransformJob.Builder |
autoMLJobArn(String autoMLJobArn)
The Amazon Resource Name (ARN) of the AutoML job that created the transform job.
|
TransformJob.Builder |
batchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJob.Builder |
batchStrategy(String batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJob.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the transform Job was created.
|
default TransformJob.Builder |
dataProcessing(Consumer<DataProcessing.Builder> dataProcessing)
Sets the value of the DataProcessing property for this object.
|
TransformJob.Builder |
dataProcessing(DataProcessing dataProcessing)
Sets the value of the DataProcessing property for this object.
|
TransformJob.Builder |
environment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
default TransformJob.Builder |
experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
TransformJob.Builder |
experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
TransformJob.Builder |
failureReason(String failureReason)
If the transform job failed, the reason it failed.
|
TransformJob.Builder |
labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job that created the transform job.
|
TransformJob.Builder |
maxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests that can be sent to each instance in a transform job.
|
TransformJob.Builder |
maxPayloadInMB(Integer maxPayloadInMB)
The maximum allowed size of the payload, in MB.
|
default TransformJob.Builder |
modelClientConfig(Consumer<ModelClientConfig.Builder> modelClientConfig)
Sets the value of the ModelClientConfig property for this object.
|
TransformJob.Builder |
modelClientConfig(ModelClientConfig modelClientConfig)
Sets the value of the ModelClientConfig property for this object.
|
TransformJob.Builder |
modelName(String modelName)
The name of the model associated with the transform job.
|
TransformJob.Builder |
tags(Collection<Tag> tags)
A list of tags associated with the transform job.
|
TransformJob.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags associated with the transform job.
|
TransformJob.Builder |
tags(Tag... tags)
A list of tags associated with the transform job.
|
TransformJob.Builder |
transformEndTime(Instant transformEndTime)
Indicates when the transform job has been completed, or has stopped or failed.
|
default TransformJob.Builder |
transformInput(Consumer<TransformInput.Builder> transformInput)
Sets the value of the TransformInput property for this object.
|
TransformJob.Builder |
transformInput(TransformInput transformInput)
Sets the value of the TransformInput property for this object.
|
TransformJob.Builder |
transformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
TransformJob.Builder |
transformJobName(String transformJobName)
The name of the transform job.
|
TransformJob.Builder |
transformJobStatus(String transformJobStatus)
The status of the transform job.
|
TransformJob.Builder |
transformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
default TransformJob.Builder |
transformOutput(Consumer<TransformOutput.Builder> transformOutput)
Sets the value of the TransformOutput property for this object.
|
TransformJob.Builder |
transformOutput(TransformOutput transformOutput)
Sets the value of the TransformOutput property for this object.
|
default TransformJob.Builder |
transformResources(Consumer<TransformResources.Builder> transformResources)
Sets the value of the TransformResources property for this object.
|
TransformJob.Builder |
transformResources(TransformResources transformResources)
Sets the value of the TransformResources property for this object.
|
TransformJob.Builder |
transformStartTime(Instant transformStartTime)
Indicates when the transform job starts on ML instances.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformJob.Builder transformJobName(String transformJobName)
The name of the transform job.
transformJobName - The name of the transform job.TransformJob.Builder transformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn - The Amazon Resource Name (ARN) of the transform job.TransformJob.Builder transformJobStatus(String transformJobStatus)
The status of the transform job.
Transform job statuses are:
InProgress - The job is in progress.
Completed - The job has completed.
Failed - The transform job has failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeTransformJob call.
Stopping - The transform job is stopping.
Stopped - The transform job has stopped.
transformJobStatus - The status of the transform job.
Transform job statuses are:
InProgress - The job is in progress.
Completed - The job has completed.
Failed - The transform job has failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeTransformJob call.
Stopping - The transform job is stopping.
Stopped - The transform job has stopped.
TransformJobStatus,
TransformJobStatusTransformJob.Builder transformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
Transform job statuses are:
InProgress - The job is in progress.
Completed - The job has completed.
Failed - The transform job has failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeTransformJob call.
Stopping - The transform job is stopping.
Stopped - The transform job has stopped.
transformJobStatus - The status of the transform job.
Transform job statuses are:
InProgress - The job is in progress.
Completed - The job has completed.
Failed - The transform job has failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeTransformJob call.
Stopping - The transform job is stopping.
Stopped - The transform job has stopped.
TransformJobStatus,
TransformJobStatusTransformJob.Builder failureReason(String failureReason)
If the transform job failed, the reason it failed.
failureReason - If the transform job failed, the reason it failed.TransformJob.Builder modelName(String modelName)
The name of the model associated with the transform job.
modelName - The name of the model associated with the transform job.TransformJob.Builder maxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests that can be sent to each instance in a transform job. If
MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional
execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters
endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for
MaxConcurrentTransforms.
maxConcurrentTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. If
MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional
execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters
endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a
value for MaxConcurrentTransforms.TransformJob.Builder modelClientConfig(ModelClientConfig modelClientConfig)
modelClientConfig - The new value for the ModelClientConfig property for this object.default TransformJob.Builder modelClientConfig(Consumer<ModelClientConfig.Builder> modelClientConfig)
ModelClientConfig.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.BuildermodelClientConfig(ModelClientConfig)TransformJob.Builder maxPayloadInMB(Integer maxPayloadInMB)
The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata).
The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To
estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that
the records fit within the maximum payload size, we recommend using a slightly larger value. The default
value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked
encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in
algorithms do not support HTTP chunked encoding.
maxPayloadInMB - The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without
metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a
single record. To estimate the size of a record in MB, divide the size of your dataset by the number
of records. To ensure that the records fit within the maximum payload size, we recommend using a
slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily
large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in
supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.TransformJob.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.
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.BatchStrategy,
BatchStrategyTransformJob.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.
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.BatchStrategy,
BatchStrategyTransformJob.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.TransformJob.Builder transformInput(TransformInput transformInput)
transformInput - The new value for the TransformInput property for this object.default TransformJob.Builder transformInput(Consumer<TransformInput.Builder> transformInput)
TransformInput.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.BuildertransformInput(TransformInput)TransformJob.Builder transformOutput(TransformOutput transformOutput)
transformOutput - The new value for the TransformOutput property for this object.default TransformJob.Builder transformOutput(Consumer<TransformOutput.Builder> transformOutput)
TransformOutput.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.BuildertransformOutput(TransformOutput)TransformJob.Builder transformResources(TransformResources transformResources)
transformResources - The new value for the TransformResources property for this object.default TransformJob.Builder transformResources(Consumer<TransformResources.Builder> transformResources)
TransformResources.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.BuildertransformResources(TransformResources)TransformJob.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.TransformJob.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.TransformJob.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.TransformJob.Builder labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job that created the transform job.
labelingJobArn - The Amazon Resource Name (ARN) of the labeling job that created the transform job.TransformJob.Builder autoMLJobArn(String autoMLJobArn)
The Amazon Resource Name (ARN) of the AutoML job that created the transform job.
autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML job that created the transform job.TransformJob.Builder dataProcessing(DataProcessing dataProcessing)
dataProcessing - The new value for the DataProcessing property for this object.default TransformJob.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.BuilderdataProcessing(DataProcessing)TransformJob.Builder experimentConfig(ExperimentConfig experimentConfig)
experimentConfig - The new value for the ExperimentConfig property for this object.default TransformJob.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.BuilderexperimentConfig(ExperimentConfig)TransformJob.Builder tags(Collection<Tag> tags)
A list of tags associated with the transform job.
tags - A list of tags associated with the transform job.TransformJob.Builder tags(Tag... tags)
A list of tags associated with the transform job.
tags - A list of tags associated with the transform job.TransformJob.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags associated with the transform job.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.