public sealed class FeatureMonitorJob : IMessage<FeatureMonitorJob>, IEquatable<FeatureMonitorJob>, IDeepCloneable<FeatureMonitorJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureMonitorJob.
Vertex AI Feature Monitor Job.
Implements
IMessageFeatureMonitorJob, IEquatableFeatureMonitorJob, IDeepCloneableFeatureMonitorJob, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureMonitorJob()
public FeatureMonitorJob()
FeatureMonitorJob(FeatureMonitorJob)
public FeatureMonitorJob(FeatureMonitorJob other)
Parameter | |
---|---|
Name | Description |
other |
FeatureMonitorJob |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this FeatureMonitorJob was created. Creation of a FeatureMonitorJob means that the job is pending / waiting for sufficient resources but may not have started running yet.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the FeatureMonitor.
Property Value | |
---|---|
Type | Description |
string |
DriftBaseFeatureMonitorJobId
public long DriftBaseFeatureMonitorJobId { get; set; }
Output only. FeatureMonitorJob ID comparing to which the drift is calculated.
Property Value | |
---|---|
Type | Description |
long |
DriftBaseSnapshotTime
public Timestamp DriftBaseSnapshotTime { get; set; }
Output only. Data snapshot time comparing to which the drift is calculated.
Property Value | |
---|---|
Type | Description |
Timestamp |
FeatureMonitorJobName
public FeatureMonitorJobName FeatureMonitorJobName { get; set; }
FeatureMonitorJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FeatureMonitorJobName |
FeatureSelectionConfig
public FeatureSelectionConfig FeatureSelectionConfig { get; set; }
Output only. Feature selection config used when creating FeatureMonitorJob.
Property Value | |
---|---|
Type | Description |
FeatureSelectionConfig |
FinalStatus
public Status FinalStatus { get; set; }
Output only. Final status of the FeatureMonitorJob.
Property Value | |
---|---|
Type | Description |
Status |
JobSummary
public FeatureMonitorJob.Types.JobSummary JobSummary { get; set; }
Output only. Summary from the FeatureMonitorJob.
Property Value | |
---|---|
Type | Description |
FeatureMonitorJobTypesJobSummary |
Labels
public MapField<string, string> Labels { get; }
Optional. The labels with user-defined metadata to organize your FeatureMonitorJob.
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 FeatureMonitorJob. Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}/featureMonitorJobs/{feature_monitor_job}
.
Property Value | |
---|---|
Type | Description |
string |
TriggerType
public FeatureMonitorJob.Types.FeatureMonitorJobTrigger TriggerType { get; set; }
Output only. Trigger type of the Feature Monitor Job.
Property Value | |
---|---|
Type | Description |
FeatureMonitorJobTypesFeatureMonitorJobTrigger |