Struct aws_sdk_sagemaker::model::monitoring_dataset_format::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MonitoringDatasetFormat
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn csv(self, input: MonitoringCsvDatasetFormat) -> Self
pub fn csv(self, input: MonitoringCsvDatasetFormat) -> Self
The CSV dataset used in the monitoring job.
sourcepub fn set_csv(self, input: Option<MonitoringCsvDatasetFormat>) -> Self
pub fn set_csv(self, input: Option<MonitoringCsvDatasetFormat>) -> Self
The CSV dataset used in the monitoring job.
sourcepub fn json(self, input: MonitoringJsonDatasetFormat) -> Self
pub fn json(self, input: MonitoringJsonDatasetFormat) -> Self
The JSON dataset used in the monitoring job
sourcepub fn set_json(self, input: Option<MonitoringJsonDatasetFormat>) -> Self
pub fn set_json(self, input: Option<MonitoringJsonDatasetFormat>) -> Self
The JSON dataset used in the monitoring job
sourcepub fn parquet(self, input: MonitoringParquetDatasetFormat) -> Self
pub fn parquet(self, input: MonitoringParquetDatasetFormat) -> Self
The Parquet dataset used in the monitoring job
sourcepub fn set_parquet(self, input: Option<MonitoringParquetDatasetFormat>) -> Self
pub fn set_parquet(self, input: Option<MonitoringParquetDatasetFormat>) -> Self
The Parquet dataset used in the monitoring job
sourcepub fn build(self) -> MonitoringDatasetFormat
pub fn build(self) -> MonitoringDatasetFormat
Consumes the builder and constructs a MonitoringDatasetFormat
.