Class: Aws::SageMaker::Types::MonitoringCsvDatasetFormat

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#headerBoolean

Indicates if the CSV data has a header.

Returns:

  • (Boolean)


30208
30209
30210
30211
30212
# File 'lib/aws-sdk-sagemaker/types.rb', line 30208

class MonitoringCsvDatasetFormat < Struct.new(
  :header)
  SENSITIVE = []
  include Aws::Structure
end