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