Class: Aws::SageMaker::Types::MonitoringDatasetFormat

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Represents the dataset format used when running a monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#csvTypes::MonitoringCsvDatasetFormat

The CSV dataset used in the monitoring job.



32443
32444
32445
32446
32447
32448
32449
# File 'lib/aws-sdk-sagemaker/types.rb', line 32443

class MonitoringDatasetFormat < Struct.new(
  :csv,
  :json,
  :parquet)
  SENSITIVE = []
  include Aws::Structure
end

#jsonTypes::MonitoringJsonDatasetFormat

The JSON dataset used in the monitoring job



32443
32444
32445
32446
32447
32448
32449
# File 'lib/aws-sdk-sagemaker/types.rb', line 32443

class MonitoringDatasetFormat < Struct.new(
  :csv,
  :json,
  :parquet)
  SENSITIVE = []
  include Aws::Structure
end

#parquetTypes::MonitoringParquetDatasetFormat

The Parquet dataset used in the monitoring job



32443
32444
32445
32446
32447
32448
32449
# File 'lib/aws-sdk-sagemaker/types.rb', line 32443

class MonitoringDatasetFormat < Struct.new(
  :csv,
  :json,
  :parquet)
  SENSITIVE = []
  include Aws::Structure
end