| 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.withBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
|
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 © 2022. All rights reserved.