| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceOutputConfig |
AsyncInferenceOutputConfig.clone() |
AsyncInferenceOutputConfig |
AsyncInferenceConfig.getOutputConfig()
Specifies the configuration for asynchronous inference invocation outputs.
|
AsyncInferenceOutputConfig |
AsyncInferenceOutputConfig.withKmsKeyId(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 |
AsyncInferenceOutputConfig.withNotificationConfig(AsyncInferenceNotificationConfig notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
AsyncInferenceOutputConfig |
AsyncInferenceOutputConfig.withS3OutputPath(String s3OutputPath)
The Amazon S3 location to upload inference responses to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncInferenceConfig.setOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
|
AsyncInferenceConfig |
AsyncInferenceConfig.withOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
|
Copyright © 2022. All rights reserved.