Cloud AI Platform v1beta1 API - Class UpdateFeatureMonitorRequest (1.0.0-beta14)

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

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

Request message for [FeatureRegistryService.UpdateFeatureMonitor][google.cloud.aiplatform.v1beta1.FeatureRegistryService.UpdateFeatureMonitor].

Inheritance

object > UpdateFeatureMonitorRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpdateFeatureMonitorRequest()

public UpdateFeatureMonitorRequest()

UpdateFeatureMonitorRequest(UpdateFeatureMonitorRequest)

public UpdateFeatureMonitorRequest(UpdateFeatureMonitorRequest other)
Parameter
Name Description
other UpdateFeatureMonitorRequest

Properties

FeatureMonitor

public FeatureMonitor FeatureMonitor { get; set; }

Required. The FeatureMonitor's name field is used to identify the FeatureMonitor to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}

Property Value
Type Description
FeatureMonitor

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to specify the fields to be overwritten in the FeatureMonitor resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to * to override all fields.

Updatable fields:

  • labels
Property Value
Type Description
FieldMask