Cloud AI Platform v1beta1 API - Class ModelMonitoringObjectiveSpec.Types.TabularObjective (1.0.0-beta03)

public sealed class ModelMonitoringObjectiveSpec.Types.TabularObjective : IMessage<ModelMonitoringObjectiveSpec.Types.TabularObjective>, IEquatable<ModelMonitoringObjectiveSpec.Types.TabularObjective>, IDeepCloneable<ModelMonitoringObjectiveSpec.Types.TabularObjective>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringObjectiveSpec.Types.TabularObjective.

Tabular monitoring objective.

Inheritance

object > ModelMonitoringObjectiveSpec.Types.TabularObjective

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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