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.



39056
39057
39058
39059
39060
39061
39062
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39056

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

#jsonTypes::MonitoringJsonDatasetFormat

The JSON dataset used in the monitoring job



39056
39057
39058
39059
39060
39061
39062
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39056

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)


39056
39057
39058
39059
39060
39061
39062
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39056

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