Method: Aws::SageMaker::Types::InferenceExperimentDataStorageConfig#content_type

Defined in:
lib/aws-sdk-sagemaker/types.rb

#content_typeTypes::CaptureContentTypeHeader

Configuration specifying how to treat different headers. If no headers are specified Amazon SageMaker AI will by default base64 encode when capturing the data.



29237
29238
29239
29240
29241
29242
29243
# File 'lib/aws-sdk-sagemaker/types.rb', line 29237

class InferenceExperimentDataStorageConfig < Struct.new(
  :destination,
  :kms_key,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end