@Stability(value=Stable) public static final class CfnEndpointConfig.AsyncInferenceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointConfig.AsyncInferenceConfigProperty>
CfnEndpointConfig.AsyncInferenceConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointConfig.AsyncInferenceConfigProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder |
clientConfig(CfnEndpointConfig.AsyncInferenceClientConfigProperty clientConfig)
Sets the value of
CfnEndpointConfig.AsyncInferenceConfigProperty.getClientConfig() |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder |
clientConfig(IResolvable clientConfig)
Sets the value of
CfnEndpointConfig.AsyncInferenceConfigProperty.getClientConfig() |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder |
outputConfig(CfnEndpointConfig.AsyncInferenceOutputConfigProperty outputConfig)
Sets the value of
CfnEndpointConfig.AsyncInferenceConfigProperty.getOutputConfig() |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder |
outputConfig(IResolvable outputConfig)
Sets the value of
CfnEndpointConfig.AsyncInferenceConfigProperty.getOutputConfig() |
@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceConfigProperty.Builder outputConfig(CfnEndpointConfig.AsyncInferenceOutputConfigProperty outputConfig)
CfnEndpointConfig.AsyncInferenceConfigProperty.getOutputConfig()outputConfig - Specifies the configuration for asynchronous inference invocation outputs. This parameter is required.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceConfigProperty.Builder outputConfig(IResolvable outputConfig)
CfnEndpointConfig.AsyncInferenceConfigProperty.getOutputConfig()outputConfig - Specifies the configuration for asynchronous inference invocation outputs. This parameter is required.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceConfigProperty.Builder clientConfig(CfnEndpointConfig.AsyncInferenceClientConfigProperty clientConfig)
CfnEndpointConfig.AsyncInferenceConfigProperty.getClientConfig()clientConfig - Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceConfigProperty.Builder clientConfig(IResolvable clientConfig)
CfnEndpointConfig.AsyncInferenceConfigProperty.getClientConfig()clientConfig - Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpointConfig.AsyncInferenceConfigProperty>CfnEndpointConfig.AsyncInferenceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.