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)


32421
32422
32423
32424
32425
# File 'lib/aws-sdk-sagemaker/types.rb', line 32421

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