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.
35616 35617 35618 35619 35620 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35616 class MonitoringCsvDatasetFormat < Struct.new( :header) SENSITIVE = [] include Aws::Structure end |