public static final class CfnEndpointConfig.AsyncInferenceConfigProperty.Builder
extends java.lang.Object
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() |
public CfnEndpointConfig.AsyncInferenceConfigProperty.Builder outputConfig(IResolvable outputConfig)
CfnEndpointConfig.AsyncInferenceConfigProperty.getOutputConfig()
outputConfig
- Specifies the configuration for asynchronous inference invocation outputs. This parameter is required.this
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
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
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
public CfnEndpointConfig.AsyncInferenceConfigProperty build()
CfnEndpointConfig.AsyncInferenceConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided