Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringStatisticsResource
-
Packages that use MonitoringStatisticsResource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringStatisticsResource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringStatisticsResource Modifier and Type Method Description MonitoringStatisticsResourceDataQualityBaselineConfig. statisticsResource()Returns the value of the StatisticsResource property for this object.MonitoringStatisticsResourceMonitoringBaselineConfig. statisticsResource()The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringStatisticsResource Modifier and Type Method Description DataQualityBaselineConfig.BuilderDataQualityBaselineConfig.Builder. statisticsResource(MonitoringStatisticsResource statisticsResource)Sets the value of the StatisticsResource property for this object.MonitoringBaselineConfig.BuilderMonitoringBaselineConfig.Builder. statisticsResource(MonitoringStatisticsResource statisticsResource)The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
-