public sealed class UpdateModelMonitorRequest : IMessage<UpdateModelMonitorRequest>, IEquatable<UpdateModelMonitorRequest>, IDeepCloneable<UpdateModelMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateModelMonitorRequest.
Request message for [ModelMonitoringService.UpdateModelMonitor][google.cloud.aiplatform.v1beta1.ModelMonitoringService.UpdateModelMonitor].
Implements
IMessageUpdateModelMonitorRequest, IEquatableUpdateModelMonitorRequest, IDeepCloneableUpdateModelMonitorRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateModelMonitorRequest()
public UpdateModelMonitorRequest()
UpdateModelMonitorRequest(UpdateModelMonitorRequest)
public UpdateModelMonitorRequest(UpdateModelMonitorRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateModelMonitorRequest |
Properties
ModelMonitor
public ModelMonitor ModelMonitor { get; set; }
Required. The model monitoring configuration which replaces the resource on the server.
Property Value | |
---|---|
Type | Description |
ModelMonitor |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Mask specifying which fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |