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.
Implements
IMessageModelMonitoringSpec, IEquatableModelMonitoringSpec, IDeepCloneableModelMonitoringSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |