Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly

A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

Inheritance
object
GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly : 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 GoogleCloudAiplatformV1FeatureStatsAnomaly FeatureStatsAnomaly { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FeatureStatsAnomaly

Objective

Output only. The objective for each stats.

Declaration
[JsonProperty("objective")]
public virtual string Objective { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX