Inference Experiment Data Storage Config
data class InferenceExperimentDataStorageConfig(val contentType: InferenceExperimentCaptureContentTypeHeader? = null, val destination: String, val kmsKey: String? = null)
The Amazon S3 location and configuration for storing inference request and response data.
Constructors
Link copied to clipboard
constructor(contentType: InferenceExperimentCaptureContentTypeHeader? = null, destination: String, kmsKey: String? = null)