| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringBaselineConfig |
MonitoringBaselineConfig.clone() |
MonitoringBaselineConfig |
MonitoringJobDefinition.getBaselineConfig()
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
|
MonitoringBaselineConfig |
MonitoringBaselineConfig.withConstraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
|
MonitoringBaselineConfig |
MonitoringBaselineConfig.withStatisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringJobDefinition.setBaselineConfig(MonitoringBaselineConfig baselineConfig)
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
|
MonitoringJobDefinition |
MonitoringJobDefinition.withBaselineConfig(MonitoringBaselineConfig baselineConfig)
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
|
Copyright © 2020. All rights reserved.