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.
34213 34214 34215 34216 34217 34218 34219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34213 class MonitoringDatasetFormat < Struct.new( :csv, :json, :parquet) SENSITIVE = [] include Aws::Structure end |
#json ⇒ Types::MonitoringJsonDatasetFormat
The JSON dataset used in the monitoring job
34213 34214 34215 34216 34217 34218 34219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34213 class MonitoringDatasetFormat < Struct.new( :csv, :json, :parquet) SENSITIVE = [] include Aws::Structure end |
#parquet ⇒ Types::MonitoringParquetDatasetFormat
The Parquet dataset used in the monitoring job
34213 34214 34215 34216 34217 34218 34219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34213 class MonitoringDatasetFormat < Struct.new( :csv, :json, :parquet) SENSITIVE = [] include Aws::Structure end |