Interface ModelMonitoringStatsAnomaliesOrBuilder (3.42.0)

public interface ModelMonitoringStatsAnomaliesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnomalyCount()

public abstract int getAnomalyCount()

Number of anomalies within all stats.

int32 anomaly_count = 3;

Returns
TypeDescription
int

The anomalyCount.

getDeployedModelId()

public abstract String getDeployedModelId()

Deployed Model ID.

string deployed_model_id = 2;

Returns
TypeDescription
String

The deployedModelId.

getDeployedModelIdBytes()

public abstract ByteString getDeployedModelIdBytes()

Deployed Model ID.

string deployed_model_id = 2;

Returns
TypeDescription
ByteString

The bytes for deployedModelId.

getFeatureStats(int index)

public abstract ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies getFeatureStats(int index)

A list of historical Stats and Anomalies generated for all Features.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies

getFeatureStatsCount()

public abstract int getFeatureStatsCount()

A list of historical Stats and Anomalies generated for all Features.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;

Returns
TypeDescription
int

getFeatureStatsList()

public abstract List<ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies> getFeatureStatsList()

A list of historical Stats and Anomalies generated for all Features.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;

Returns
TypeDescription
List<FeatureHistoricStatsAnomalies>

getFeatureStatsOrBuilder(int index)

public abstract ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder getFeatureStatsOrBuilder(int index)

A list of historical Stats and Anomalies generated for all Features.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder

getFeatureStatsOrBuilderList()

public abstract List<? extends ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder> getFeatureStatsOrBuilderList()

A list of historical Stats and Anomalies generated for all Features.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder>

getObjective()

public abstract ModelDeploymentMonitoringObjectiveType getObjective()

Model Monitoring Objective those stats and anomalies belonging to.

.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType objective = 1;

Returns
TypeDescription
ModelDeploymentMonitoringObjectiveType

The objective.

getObjectiveValue()

public abstract int getObjectiveValue()

Model Monitoring Objective those stats and anomalies belonging to.

.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType objective = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for objective.