Interface Feature.MonitoringStatsAnomalyOrBuilder (3.42.0)

public static interface Feature.MonitoringStatsAnomalyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureStatsAnomaly()

public abstract FeatureStatsAnomaly getFeatureStatsAnomaly()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureStatsAnomaly

The featureStatsAnomaly.

getFeatureStatsAnomalyOrBuilder()

public abstract FeatureStatsAnomalyOrBuilder getFeatureStatsAnomalyOrBuilder()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureStatsAnomalyOrBuilder

getObjective()

public abstract Feature.MonitoringStatsAnomaly.Objective getObjective()

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Objective

The objective.

getObjectiveValue()

public abstract int getObjectiveValue()

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for objective.

hasFeatureStatsAnomaly()

public abstract boolean hasFeatureStatsAnomaly()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the featureStatsAnomaly field is set.