Class: Aws::SageMaker::Types::MonitoringCsvDatasetFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringCsvDatasetFormat
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Represents the CSV dataset format used when running a monitoring job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#header ⇒ Boolean
Indicates if the CSV data has a header.
Instance Attribute Details
#header ⇒ Boolean
Indicates if the CSV data has a header.
35632 35633 35634 35635 35636 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35632 class MonitoringCsvDatasetFormat < Struct.new( :header) SENSITIVE = [] include Aws::Structure end |