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.



34044
34045
34046
34047
34048
34049
34050
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34044

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

#jsonTypes::MonitoringJsonDatasetFormat

The JSON dataset used in the monitoring job



34044
34045
34046
34047
34048
34049
34050
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34044

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)


34044
34045
34046
34047
34048
34049
34050
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34044

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