| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceExperimentDataStorageConfig |
InferenceExperimentDataStorageConfig.clone() |
InferenceExperimentDataStorageConfig |
DescribeInferenceExperimentResult.getDataStorageConfig()
The Amazon S3 location and configuration for storing inference request and response data.
|
InferenceExperimentDataStorageConfig |
CreateInferenceExperimentRequest.getDataStorageConfig()
The Amazon S3 location and configuration for storing inference request and response data.
|
InferenceExperimentDataStorageConfig |
UpdateInferenceExperimentRequest.getDataStorageConfig()
The Amazon S3 location and configuration for storing inference request and response data.
|
InferenceExperimentDataStorageConfig |
InferenceExperimentDataStorageConfig.withContentType(CaptureContentTypeHeader contentType) |
InferenceExperimentDataStorageConfig |
InferenceExperimentDataStorageConfig.withDestination(String destination)
The Amazon S3 bucket where the inference request and response data is stored.
|
InferenceExperimentDataStorageConfig |
InferenceExperimentDataStorageConfig.withKmsKey(String kmsKey)
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest
using Amazon S3 server-side encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceExperimentResult.setDataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
|
void |
CreateInferenceExperimentRequest.setDataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
|
void |
UpdateInferenceExperimentRequest.setDataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
|
DescribeInferenceExperimentResult |
DescribeInferenceExperimentResult.withDataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
|
CreateInferenceExperimentRequest |
CreateInferenceExperimentRequest.withDataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
|
UpdateInferenceExperimentRequest |
UpdateInferenceExperimentRequest.withDataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
|
Copyright © 2024. All rights reserved.