ModelPackageDriftCheckBias

data class ModelPackageDriftCheckBias(val configFile: ModelPackageFileSource? = null, val postTrainingConstraints: ModelPackageMetricsSource? = null, val preTrainingConstraints: ModelPackageMetricsSource? = null)

Represents the drift check bias baselines that can be used when the model monitor is set using the model package.

Constructors

Link copied to clipboard
constructor(configFile: ModelPackageFileSource? = null, postTrainingConstraints: ModelPackageMetricsSource? = null, preTrainingConstraints: ModelPackageMetricsSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bias config file for a model.

Link copied to clipboard

The post-training constraints.

Link copied to clipboard

The pre-training constraints.