| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.InferenceExperimentDataStorageConfig
Description
Synopsis
- data InferenceExperimentDataStorageConfig = InferenceExperimentDataStorageConfig' {}
- newInferenceExperimentDataStorageConfig :: Text -> InferenceExperimentDataStorageConfig
- inferenceExperimentDataStorageConfig_contentType :: Lens' InferenceExperimentDataStorageConfig (Maybe CaptureContentTypeHeader)
- inferenceExperimentDataStorageConfig_kmsKey :: Lens' InferenceExperimentDataStorageConfig (Maybe Text)
- inferenceExperimentDataStorageConfig_destination :: Lens' InferenceExperimentDataStorageConfig Text
Documentation
data InferenceExperimentDataStorageConfig Source #
The Amazon S3 location and configuration for storing inference request and response data.
See: newInferenceExperimentDataStorageConfig smart constructor.
Constructors
| InferenceExperimentDataStorageConfig' | |
Fields
| |
Instances
newInferenceExperimentDataStorageConfig Source #
Arguments
| :: Text | |
| -> InferenceExperimentDataStorageConfig |
Create a value of InferenceExperimentDataStorageConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contentType:InferenceExperimentDataStorageConfig', inferenceExperimentDataStorageConfig_contentType - Undocumented member.
$sel:kmsKey:InferenceExperimentDataStorageConfig', inferenceExperimentDataStorageConfig_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.
$sel:destination:InferenceExperimentDataStorageConfig', inferenceExperimentDataStorageConfig_destination - The Amazon S3 bucket where the inference request and response data is
stored.
inferenceExperimentDataStorageConfig_contentType :: Lens' InferenceExperimentDataStorageConfig (Maybe CaptureContentTypeHeader) Source #
Undocumented member.
inferenceExperimentDataStorageConfig_kmsKey :: Lens' InferenceExperimentDataStorageConfig (Maybe Text) Source #
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
inferenceExperimentDataStorageConfig_destination :: Lens' InferenceExperimentDataStorageConfig Text Source #
The Amazon S3 bucket where the inference request and response data is stored.