public sealed class FeatureMonitorJob.Types.JobSummary : IMessage<FeatureMonitorJob.Types.JobSummary>, IEquatable<FeatureMonitorJob.Types.JobSummary>, IDeepCloneable<FeatureMonitorJob.Types.JobSummary>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FeatureMonitorJob.Types.JobSummary.
Summary from the FeatureMonitorJob.
Implements
IMessageFeatureMonitorJobTypesJobSummary, IEquatableFeatureMonitorJobTypesJobSummary, IDeepCloneableFeatureMonitorJobTypesJobSummary, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
JobSummary()
public JobSummary()JobSummary(JobSummary)
public JobSummary(FeatureMonitorJob.Types.JobSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureMonitorJobTypesJobSummary |
Properties
FeatureStatsAndAnomalies
public RepeatedField<FeatureStatsAndAnomaly> FeatureStatsAndAnomalies { get; }Output only. Features and their stats and anomalies
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeatureStatsAndAnomaly |
|
TotalSlotMs
public long TotalSlotMs { get; set; }Output only. BigQuery slot milliseconds consumed.
| Property Value | |
|---|---|
| Type | Description |
long |
|