public static interface DescribeBatchInferenceJobResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchInferenceJobResponse.Builder,DescribeBatchInferenceJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchInferenceJobResponse.Builder |
batchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
|
default DescribeBatchInferenceJobResponse.Builder |
batchInferenceJob(Consumer<BatchInferenceJob.Builder> batchInferenceJob)
Information on the specified batch inference job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBatchInferenceJobResponse.Builder batchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
batchInferenceJob - Information on the specified batch inference job.default DescribeBatchInferenceJobResponse.Builder batchInferenceJob(Consumer<BatchInferenceJob.Builder> batchInferenceJob)
Information on the specified batch inference job.
This is a convenience method that creates an instance of theBatchInferenceJob.Builder avoiding the
need to create one manually via BatchInferenceJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to batchInferenceJob(BatchInferenceJob).batchInferenceJob - a consumer that will call methods on BatchInferenceJob.BuilderbatchInferenceJob(BatchInferenceJob)Copyright © 2022. All rights reserved.