| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceClientConfig |
AsyncInferenceClientConfig.clone() |
AsyncInferenceClientConfig |
AsyncInferenceConfig.getClientConfig()
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
AsyncInferenceClientConfig |
AsyncInferenceClientConfig.withMaxConcurrentInvocationsPerInstance(Integer maxConcurrentInvocationsPerInstance)
The maximum number of concurrent requests sent by the SageMaker client to the model container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncInferenceConfig.setClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
AsyncInferenceConfig |
AsyncInferenceConfig.withClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
Copyright © 2025. All rights reserved.