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, SageMaker chooses an optimal value.
maxConcurrentInvocationsPerInstance - The maximum number of concurrent requests sent by the SageMaker client to the model container. If no
value is provided, SageMaker chooses an optimal value.Copyright © 2023. All rights reserved.