Class: Aws::SageMaker::Types::CaptureContentTypeHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CaptureContentTypeHeader
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass CaptureContentTypeHeader data as a hash:
{
csv_content_types: ["CsvContentType"],
json_content_types: ["JsonContentType"],
}
Instance Attribute Summary collapse
Instance Attribute Details
#csv_content_types ⇒ Array<String>
1294 1295 1296 1297 1298 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1294 class CaptureContentTypeHeader < Struct.new( :csv_content_types, :json_content_types) include Aws::Structure end |
#json_content_types ⇒ Array<String>
1294 1295 1296 1297 1298 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1294 class CaptureContentTypeHeader < Struct.new( :csv_content_types, :json_content_types) include Aws::Structure end |