public sealed class FeatureMonitor : IMessage<FeatureMonitor>, IEquatable<FeatureMonitor>, IDeepCloneable<FeatureMonitor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureMonitor.
Vertex AI Feature Monitor.
Implements
IMessageFeatureMonitor, IEquatableFeatureMonitor, IDeepCloneableFeatureMonitor, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureMonitor()
public FeatureMonitor()
FeatureMonitor(FeatureMonitor)
public FeatureMonitor(FeatureMonitor other)
Parameter | |
---|---|
Name | Description |
other |
FeatureMonitor |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this FeatureMonitor was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the FeatureMonitor.
Property Value | |
---|---|
Type | Description |
string |
Etag
public string Etag { get; set; }
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
Property Value | |
---|---|
Type | Description |
string |
FeatureMonitorName
public FeatureMonitorName FeatureMonitorName { get; set; }
FeatureMonitorName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FeatureMonitorName |
FeatureSelectionConfig
public FeatureSelectionConfig FeatureSelectionConfig { get; set; }
Required. Feature selection config for the FeatureMonitor.
Property Value | |
---|---|
Type | Description |
FeatureSelectionConfig |
Labels
public MapField<string, string> Labels { get; }
Optional. The labels with user-defined metadata to organize your FeatureMonitor.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureMonitor(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Identifier. Name of the FeatureMonitor. Format:
projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}
Property Value | |
---|---|
Type | Description |
string |
ScheduleConfig
public ScheduleConfig ScheduleConfig { get; set; }
Required. Schedule config for the FeatureMonitor.
Property Value | |
---|---|
Type | Description |
ScheduleConfig |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when this FeatureMonitor was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |