@Stability(value=Stable) public static final class CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointConfig.AsyncInferenceOutputConfigProperty>
CfnEndpointConfig.AsyncInferenceOutputConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getKmsKeyId() |
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
notificationConfig(CfnEndpointConfig.AsyncInferenceNotificationConfigProperty notificationConfig)
|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
notificationConfig(IResolvable notificationConfig)
|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
s3OutputPath(String s3OutputPath)
Sets the value of
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getS3OutputPath() |
@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder s3OutputPath(String s3OutputPath)
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getS3OutputPath()s3OutputPath - The Amazon S3 location to upload inference responses to. This parameter is required.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder kmsKeyId(String kmsKeyId)
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getKmsKeyId()kmsKeyId - The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder notificationConfig(CfnEndpointConfig.AsyncInferenceNotificationConfigProperty notificationConfig)
notificationConfig - Specifies the configuration for notifications of inference results for asynchronous inference.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder notificationConfig(IResolvable notificationConfig)
notificationConfig - Specifies the configuration for notifications of inference results for asynchronous inference.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceOutputConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpointConfig.AsyncInferenceOutputConfigProperty>CfnEndpointConfig.AsyncInferenceOutputConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.