public static interface AsyncInferenceClientConfig.Builder extends SdkPojo, CopyableBuilder<AsyncInferenceClientConfig.Builder,AsyncInferenceClientConfig>
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceClientConfig.Builder |
maxConcurrentInvocationsPerInstance(Integer maxConcurrentInvocationsPerInstance)
The maximum number of concurrent requests sent by the SageMaker client to the model container.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAsyncInferenceClientConfig.Builder maxConcurrentInvocationsPerInstance(Integer maxConcurrentInvocationsPerInstance)
The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.
maxConcurrentInvocationsPerInstance - The maximum number of concurrent requests sent by the SageMaker client to the model container. If no
value is provided, Amazon SageMaker will choose an optimal value for you.Copyright © 2022. All rights reserved.