@Stability(value=Stable)
public static interface CfnEndpointConfig.AsyncInferenceClientConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
AsyncInferenceClientConfigProperty asyncInferenceClientConfigProperty = AsyncInferenceClientConfigProperty.builder()
.maxConcurrentInvocationsPerInstance(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.AsyncInferenceClientConfigProperty.Builder
A builder for
CfnEndpointConfig.AsyncInferenceClientConfigProperty |
static class |
CfnEndpointConfig.AsyncInferenceClientConfigProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.AsyncInferenceClientConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.AsyncInferenceClientConfigProperty.Builder |
builder() |
default Number |
getMaxConcurrentInvocationsPerInstance()
The maximum number of concurrent requests sent by the SageMaker client to the model container.
|
@Stability(value=Stable) @Nullable default Number getMaxConcurrentInvocationsPerInstance()
If no value is provided, SageMaker will choose an optimal value for you.
@Stability(value=Stable) static CfnEndpointConfig.AsyncInferenceClientConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.