ModelPackageDriftCheckBaselines

data class ModelPackageDriftCheckBaselines(val bias: ModelPackageDriftCheckBias? = null, val explainability: ModelPackageDriftCheckExplainability? = null, val modelDataQuality: ModelPackageDriftCheckModelDataQuality? = null, val modelQuality: ModelPackageDriftCheckModelQuality? = null)

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

Constructors

Link copied to clipboard
constructor(bias: ModelPackageDriftCheckBias? = null, explainability: ModelPackageDriftCheckExplainability? = null, modelDataQuality: ModelPackageDriftCheckModelDataQuality? = null, modelQuality: ModelPackageDriftCheckModelQuality? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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