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.
35683 35684 35685 35686 35687 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35683 class MonitoringCsvDatasetFormat < Struct.new( :header) SENSITIVE = [] include Aws::Structure end |