Cloud AI Platform v1beta1 API - Class ModelMonitoringSpec (1.0.0-beta02)

public sealed class ModelMonitoringSpec : IMessage<ModelMonitoringSpec>, IEquatable<ModelMonitoringSpec>, IDeepCloneable<ModelMonitoringSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringSpec.

Monitoring monitoring job spec. It outlines the specifications for monitoring objectives, notifications, and result exports.

Inheritance

object > ModelMonitoringSpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ModelMonitoringSpec()

public ModelMonitoringSpec()

ModelMonitoringSpec(ModelMonitoringSpec)

public ModelMonitoringSpec(ModelMonitoringSpec other)
Parameter
Name Description
other ModelMonitoringSpec

Properties

NotificationSpec

public ModelMonitoringNotificationSpec NotificationSpec { get; set; }

The model monitoring notification spec.

Property Value
Type Description
ModelMonitoringNotificationSpec

ObjectiveSpec

public ModelMonitoringObjectiveSpec ObjectiveSpec { get; set; }

The monitoring objective spec.

Property Value
Type Description
ModelMonitoringObjectiveSpec

OutputSpec

public ModelMonitoringOutputSpec OutputSpec { get; set; }

The Output destination spec for metrics, error logs, etc.

Property Value
Type Description
ModelMonitoringOutputSpec