Model Package Drift Check Baselines Args
data class ModelPackageDriftCheckBaselinesArgs(val bias: Output<ModelPackageDriftCheckBiasArgs>? = null, val explainability: Output<ModelPackageDriftCheckExplainabilityArgs>? = null, val modelDataQuality: Output<ModelPackageDriftCheckModelDataQualityArgs>? = null, val modelQuality: Output<ModelPackageDriftCheckModelQualityArgs>? = null) : ConvertibleToJava<ModelPackageDriftCheckBaselinesArgs>
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: Output<ModelPackageDriftCheckBiasArgs>? = null, explainability: Output<ModelPackageDriftCheckExplainabilityArgs>? = null, modelDataQuality: Output<ModelPackageDriftCheckModelDataQualityArgs>? = null, modelQuality: Output<ModelPackageDriftCheckModelQualityArgs>? = null)
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.