Class GoogleCloudAiplatformV1beta1FeatureMonitorJob
Vertex AI Feature Monitor Job.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureMonitorJob : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
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.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. Description of the FeatureMonitor.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DriftBaseFeatureMonitorJobId
Output only. FeatureMonitorJob ID comparing to which the drift is calculated.
Declaration
[JsonProperty("driftBaseFeatureMonitorJobId")]
public virtual long? DriftBaseFeatureMonitorJobId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DriftBaseSnapshotTime
object representation of DriftBaseSnapshotTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DriftBaseSnapshotTimeDateTimeOffset instead.")]
public virtual object DriftBaseSnapshotTime { get; set; }
Property Value
Type | Description |
---|---|
object |
DriftBaseSnapshotTimeDateTimeOffset
DateTimeOffset representation of DriftBaseSnapshotTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DriftBaseSnapshotTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DriftBaseSnapshotTimeRaw
Output only. Data snapshot time comparing to which the drift is calculated.
Declaration
[JsonProperty("driftBaseSnapshotTime")]
public virtual string DriftBaseSnapshotTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureSelectionConfig
Output only. Feature selection config used when creating FeatureMonitorJob.
Declaration
[JsonProperty("featureSelectionConfig")]
public virtual GoogleCloudAiplatformV1beta1FeatureSelectionConfig FeatureSelectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureSelectionConfig |
FinalStatus
Output only. Final status of the FeatureMonitorJob.
Declaration
[JsonProperty("finalStatus")]
public virtual GoogleRpcStatus FinalStatus { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
JobSummary
Output only. Summary from the FeatureMonitorJob.
Declaration
[JsonProperty("jobSummary")]
public virtual GoogleCloudAiplatformV1beta1FeatureMonitorJobJobSummary JobSummary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureMonitorJobJobSummary |
Labels
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.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
Identifier. Name of the FeatureMonitorJob. Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}/featureMonitorJobs/{feature_monitor_job}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TriggerType
Output only. Trigger type of the Feature Monitor Job.
Declaration
[JsonProperty("triggerType")]
public virtual string TriggerType { get; set; }
Property Value
Type | Description |
---|---|
string |