| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.notificationConfig(AsyncInferenceNotificationConfig notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
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.s3OutputPath(String s3OutputPath)
The Amazon S3 location to upload inference responses to.
|
AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AsyncInferenceOutputConfig.Builder> |
AsyncInferenceOutputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AsyncInferenceConfig.Builder |
AsyncInferenceConfig.Builder.outputConfig(Consumer<AsyncInferenceOutputConfig.Builder> outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
|
Copyright © 2023. All rights reserved.