Class: Aws::SageMaker::Types::MonitoringCsvDatasetFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringCsvDatasetFormat
- Includes:
- Aws::Structure
- Defined in:
- 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.
34169 34170 34171 34172 34173 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34169 class MonitoringCsvDatasetFormat < Struct.new( :header) SENSITIVE = [] include Aws::Structure end |