Interface ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder (3.42.0)

public static interface ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureDisplayName()

public abstract String getFeatureDisplayName()

Display Name of the Feature.

string feature_display_name = 1;

Returns
TypeDescription
String

The featureDisplayName.

getFeatureDisplayNameBytes()

public abstract ByteString getFeatureDisplayNameBytes()

Display Name of the Feature.

string feature_display_name = 1;

Returns
TypeDescription
ByteString

The bytes for featureDisplayName.

getPredictionStats(int index)

public abstract FeatureStatsAnomaly getPredictionStats(int index)

A list of historical stats generated by different time window's Prediction Dataset.

repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureStatsAnomaly

getPredictionStatsCount()

public abstract int getPredictionStatsCount()

A list of historical stats generated by different time window's Prediction Dataset.

repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;

Returns
TypeDescription
int

getPredictionStatsList()

public abstract List<FeatureStatsAnomaly> getPredictionStatsList()

A list of historical stats generated by different time window's Prediction Dataset.

repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;

Returns
TypeDescription
List<FeatureStatsAnomaly>

getPredictionStatsOrBuilder(int index)

public abstract FeatureStatsAnomalyOrBuilder getPredictionStatsOrBuilder(int index)

A list of historical stats generated by different time window's Prediction Dataset.

repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureStatsAnomalyOrBuilder

getPredictionStatsOrBuilderList()

public abstract List<? extends FeatureStatsAnomalyOrBuilder> getPredictionStatsOrBuilderList()

A list of historical stats generated by different time window's Prediction Dataset.

repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.FeatureStatsAnomalyOrBuilder>

getThreshold()

public abstract ThresholdConfig getThreshold()

Threshold for anomaly detection.

.google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;

Returns
TypeDescription
ThresholdConfig

The threshold.

getThresholdOrBuilder()

public abstract ThresholdConfigOrBuilder getThresholdOrBuilder()

Threshold for anomaly detection.

.google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;

Returns
TypeDescription
ThresholdConfigOrBuilder

getTrainingStats()

public abstract FeatureStatsAnomaly getTrainingStats()

Stats calculated for the Training Dataset.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;

Returns
TypeDescription
FeatureStatsAnomaly

The trainingStats.

getTrainingStatsOrBuilder()

public abstract FeatureStatsAnomalyOrBuilder getTrainingStatsOrBuilder()

Stats calculated for the Training Dataset.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;

Returns
TypeDescription
FeatureStatsAnomalyOrBuilder

hasThreshold()

public abstract boolean hasThreshold()

Threshold for anomaly detection.

.google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;

Returns
TypeDescription
boolean

Whether the threshold field is set.

hasTrainingStats()

public abstract boolean hasTrainingStats()

Stats calculated for the Training Dataset.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;

Returns
TypeDescription
boolean

Whether the trainingStats field is set.