Class: Aws::SageMaker::Types::MonitoringDatasetFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringDatasetFormat
- 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
-
#csv ⇒ Types::MonitoringCsvDatasetFormat
The CSV dataset used in the monitoring job.
-
#json ⇒ Types::MonitoringJsonDatasetFormat
The JSON dataset used in the monitoring job.
-
#parquet ⇒ Types::MonitoringParquetDatasetFormat
The Parquet dataset used in the monitoring job.
Instance Attribute Details
#csv ⇒ Types::MonitoringCsvDatasetFormat
The CSV dataset used in the monitoring job.
34191 34192 34193 34194 34195 34196 34197 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34191 class MonitoringDatasetFormat < Struct.new( :csv, :json, :parquet) SENSITIVE = [] include Aws::Structure end |
#json ⇒ Types::MonitoringJsonDatasetFormat
The JSON dataset used in the monitoring job
34191 34192 34193 34194 34195 34196 34197 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34191 class MonitoringDatasetFormat < Struct.new( :csv, :json, :parquet) SENSITIVE = [] include Aws::Structure end |
#parquet ⇒ Types::MonitoringParquetDatasetFormat
The Parquet dataset used in the monitoring job
34191 34192 34193 34194 34195 34196 34197 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34191 class MonitoringDatasetFormat < Struct.new( :csv, :json, :parquet) SENSITIVE = [] include Aws::Structure end |