public static interface GetBatchPredictionRequest.Builder extends MachineLearningRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<GetBatchPredictionRequest.Builder,GetBatchPredictionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionRequest.Builder |
batchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
GetBatchPredictionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
GetBatchPredictionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigGetBatchPredictionRequest.Builder batchPredictionId(String batchPredictionId)
An ID assigned to the BatchPrediction at creation.
batchPredictionId - An ID assigned to the BatchPrediction at creation.GetBatchPredictionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderGetBatchPredictionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.