Class GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly
A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomaly : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp.
Declaration
[JsonProperty("featureStatsAnomaly")]
public virtual GoogleCloudAiplatformV1beta1FeatureStatsAnomaly FeatureStatsAnomaly { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureStatsAnomaly |
Objective
Output only. The objective for each stats.
Declaration
[JsonProperty("objective")]
public virtual string Objective { get; set; }
Property Value
Type | Description |
---|---|
string |