public static interface BatchInferenceJob.Builder extends SdkPojo, CopyableBuilder<BatchInferenceJob.Builder,BatchInferenceJob>
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJob.Builder |
batchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
|
BatchInferenceJob.Builder |
batchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
|
default BatchInferenceJob.Builder |
batchInferenceJobConfig(Consumer<BatchInferenceJobConfig.Builder> batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
|
BatchInferenceJob.Builder |
creationDateTime(Instant creationDateTime)
The time at which the batch inference job was created.
|
BatchInferenceJob.Builder |
failureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
|
BatchInferenceJob.Builder |
filterArn(String filterArn)
The ARN of the filter used on the batch inference job.
|
BatchInferenceJob.Builder |
jobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
default BatchInferenceJob.Builder |
jobInput(Consumer<BatchInferenceJobInput.Builder> jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
BatchInferenceJob.Builder |
jobName(String jobName)
The name of the batch inference job.
|
BatchInferenceJob.Builder |
jobOutput(BatchInferenceJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
default BatchInferenceJob.Builder |
jobOutput(Consumer<BatchInferenceJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
BatchInferenceJob.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch inference job was last updated.
|
BatchInferenceJob.Builder |
numResults(Integer numResults)
The number of recommendations generated by the batch inference job.
|
BatchInferenceJob.Builder |
roleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
|
BatchInferenceJob.Builder |
solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
|
BatchInferenceJob.Builder |
status(String status)
The status of the batch inference job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchInferenceJob.Builder jobName(String jobName)
The name of the batch inference job.
jobName - The name of the batch inference job.BatchInferenceJob.Builder batchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
batchInferenceJobArn - The Amazon Resource Name (ARN) of the batch inference job.BatchInferenceJob.Builder filterArn(String filterArn)
The ARN of the filter used on the batch inference job.
filterArn - The ARN of the filter used on the batch inference job.BatchInferenceJob.Builder failureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
failureReason - If the batch inference job failed, the reason for the failure.BatchInferenceJob.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
solutionVersionArn - The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.BatchInferenceJob.Builder numResults(Integer numResults)
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
numResults - The number of recommendations generated by the batch inference job. This number includes the error
messages generated for failed input records.BatchInferenceJob.Builder jobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
jobInput - The Amazon S3 path that leads to the input data used to generate the batch inference job.default BatchInferenceJob.Builder jobInput(Consumer<BatchInferenceJobInput.Builder> jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
This is a convenience method that creates an instance of theBatchInferenceJobInput.Builder avoiding
the need to create one manually via BatchInferenceJobInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jobInput(BatchInferenceJobInput).
jobInput - a consumer that will call methods on BatchInferenceJobInput.BuilderjobInput(BatchInferenceJobInput)BatchInferenceJob.Builder jobOutput(BatchInferenceJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
jobOutput - The Amazon S3 bucket that contains the output data generated by the batch inference job.default BatchInferenceJob.Builder jobOutput(Consumer<BatchInferenceJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
This is a convenience method that creates an instance of theBatchInferenceJobOutput.Builder avoiding
the need to create one manually via BatchInferenceJobOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to jobOutput(BatchInferenceJobOutput).
jobOutput - a consumer that will call methods on BatchInferenceJobOutput.BuilderjobOutput(BatchInferenceJobOutput)BatchInferenceJob.Builder batchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
batchInferenceJobConfig - A string to string map of the configuration details of a batch inference job.default BatchInferenceJob.Builder batchInferenceJobConfig(Consumer<BatchInferenceJobConfig.Builder> batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
This is a convenience method that creates an instance of theBatchInferenceJobConfig.Builder avoiding
the need to create one manually via BatchInferenceJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to batchInferenceJobConfig(BatchInferenceJobConfig).
batchInferenceJobConfig - a consumer that will call methods on BatchInferenceJobConfig.BuilderbatchInferenceJobConfig(BatchInferenceJobConfig)BatchInferenceJob.Builder roleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
roleArn - The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference
job.BatchInferenceJob.Builder status(String status)
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
status - The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
BatchInferenceJob.Builder creationDateTime(Instant creationDateTime)
The time at which the batch inference job was created.
creationDateTime - The time at which the batch inference job was created.BatchInferenceJob.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch inference job was last updated.
lastUpdatedDateTime - The time at which the batch inference job was last updated.Copyright © 2023. All rights reserved.