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

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

Instance Attribute Details

#headerBoolean

Indicates if the CSV data has a header.

Returns:

  • (Boolean)


32415
32416
32417
32418
32419
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32415

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