public static interface Feature.MonitoringStatsAnomalyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the featureStatsAnomaly field is set. |