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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



32403
32404
32405
32406
32407
32408
32409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32403

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

#jsonTypes::MonitoringJsonDatasetFormat

The JSON dataset used in the monitoring job



32403
32404
32405
32406
32407
32408
32409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32403

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

#parquetTypes::MonitoringParquetDatasetFormat

The Parquet dataset used in the monitoring job

Returns:

  • (Types::MonitoringParquetDatasetFormat)


32403
32404
32405
32406
32407
32408
32409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32403

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