Uses of Class
software.amazon.awssdk.services.sagemaker.model.DriftCheckBaselines
-
Packages that use DriftCheckBaselines Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DriftCheckBaselines in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DriftCheckBaselines Modifier and Type Method Description DriftCheckBaselinesCreateModelPackageRequest. driftCheckBaselines()Represents the drift check baselines that can be used when the model monitor is set using the model package.DriftCheckBaselinesDescribeModelPackageResponse. driftCheckBaselines()Represents the drift check baselines that can be used when the model monitor is set using the model package.DriftCheckBaselinesModelPackage. driftCheckBaselines()Represents the drift check baselines that can be used when the model monitor is set using the model package.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DriftCheckBaselines Modifier and Type Method Description CreateModelPackageRequest.BuilderCreateModelPackageRequest.Builder. driftCheckBaselines(DriftCheckBaselines driftCheckBaselines)Represents the drift check baselines that can be used when the model monitor is set using the model package.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. driftCheckBaselines(DriftCheckBaselines driftCheckBaselines)Represents the drift check baselines that can be used when the model monitor is set using the model package.ModelPackage.BuilderModelPackage.Builder. driftCheckBaselines(DriftCheckBaselines driftCheckBaselines)Represents the drift check baselines that can be used when the model monitor is set using the model package.
-