public static interface AsyncInferenceOutputConfig.Builder extends SdkPojo, CopyableBuilder<AsyncInferenceOutputConfig.Builder,AsyncInferenceOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to
encrypt the asynchronous inference output in Amazon S3.
|
AsyncInferenceOutputConfig.Builder |
notificationConfig(AsyncInferenceNotificationConfig notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
default AsyncInferenceOutputConfig.Builder |
notificationConfig(Consumer<AsyncInferenceNotificationConfig.Builder> notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
AsyncInferenceOutputConfig.Builder |
s3OutputPath(String s3OutputPath)
The Amazon S3 location to upload inference responses to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAsyncInferenceOutputConfig.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
uses to encrypt the asynchronous inference output in Amazon S3.
AsyncInferenceOutputConfig.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 location to upload inference responses to.
s3OutputPath - The Amazon S3 location to upload inference responses to.AsyncInferenceOutputConfig.Builder notificationConfig(AsyncInferenceNotificationConfig notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
notificationConfig - Specifies the configuration for notifications of inference results for asynchronous inference.default AsyncInferenceOutputConfig.Builder notificationConfig(Consumer<AsyncInferenceNotificationConfig.Builder> notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
This is a convenience that creates an instance of theAsyncInferenceNotificationConfig.Builder
avoiding the need to create one manually via AsyncInferenceNotificationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to notificationConfig(AsyncInferenceNotificationConfig).notificationConfig - a consumer that will call methods on AsyncInferenceNotificationConfig.BuildernotificationConfig(AsyncInferenceNotificationConfig)Copyright © 2022. All rights reserved.