static AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.builder() |
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt
the asynchronous inference output in Amazon S3.
|
default AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.notificationConfig(Consumer<AsyncInferenceNotificationConfig.Builder> notificationConfig) |
Specifies the configuration for notifications of inference results for asynchronous inference.
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.notificationConfig(AsyncInferenceNotificationConfig notificationConfig) |
Specifies the configuration for notifications of inference results for asynchronous inference.
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.s3FailurePath(String s3FailurePath) |
The Amazon S3 location to upload failure inference responses to.
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.s3OutputPath(String s3OutputPath) |
The Amazon S3 location to upload inference responses to.
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.toBuilder() |
|