public sealed class ModelMonitoringObjectiveSpec.Types.TabularObjective : IMessage<ModelMonitoringObjectiveSpec.Types.TabularObjective>, IEquatable<ModelMonitoringObjectiveSpec.Types.TabularObjective>, IDeepCloneable<ModelMonitoringObjectiveSpec.Types.TabularObjective>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringObjectiveSpec.Types.TabularObjective.
Tabular monitoring objective.
Implements
IMessageModelMonitoringObjectiveSpecTypesTabularObjective, IEquatableModelMonitoringObjectiveSpecTypesTabularObjective, IDeepCloneableModelMonitoringObjectiveSpecTypesTabularObjective, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TabularObjective()
public TabularObjective()TabularObjective(TabularObjective)
public TabularObjective(ModelMonitoringObjectiveSpec.Types.TabularObjective other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringObjectiveSpecTypesTabularObjective |
Properties
FeatureAttributionSpec
public ModelMonitoringObjectiveSpec.Types.FeatureAttributionSpec FeatureAttributionSpec { get; set; }Feature attribution monitoring spec.
| Property Value | |
|---|---|
| Type | Description |
ModelMonitoringObjectiveSpecTypesFeatureAttributionSpec |
|
FeatureDriftSpec
public ModelMonitoringObjectiveSpec.Types.DataDriftSpec FeatureDriftSpec { get; set; }Input feature distribution drift monitoring spec.
| Property Value | |
|---|---|
| Type | Description |
ModelMonitoringObjectiveSpecTypesDataDriftSpec |
|
PredictionOutputDriftSpec
public ModelMonitoringObjectiveSpec.Types.DataDriftSpec PredictionOutputDriftSpec { get; set; }Prediction output distribution drift monitoring spec.
| Property Value | |
|---|---|
| Type | Description |
ModelMonitoringObjectiveSpecTypesDataDriftSpec |
|