public interface ModelMonitoringStatsAnomaliesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnomalyCount()
public abstract int getAnomalyCount()Number of anomalies within all stats.
int32 anomaly_count = 3;
| Type | Description |
| int | The anomalyCount. |
getDeployedModelId()
public abstract String getDeployedModelId()Deployed Model ID.
string deployed_model_id = 2;
| Type | Description |
| String | The deployedModelId. |
getDeployedModelIdBytes()
public abstract ByteString getDeployedModelIdBytes()Deployed Model ID.
string deployed_model_id = 2;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ModelDeploymentMonitoringObjectiveType | The objective. |
getObjectiveValue()
public abstract int getObjectiveValue()Model Monitoring Objective those stats and anomalies belonging to.
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType objective = 1;
| Type | Description |
| int | The enum numeric value on the wire for objective. |