public interface ModelMonitoringStatsAnomaliesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAnomalyCount()
Number of anomalies within all stats.
|
String |
getDeployedModelId()
Deployed Model ID.
|
com.google.protobuf.ByteString |
getDeployedModelIdBytes()
Deployed Model ID.
|
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies |
getFeatureStats(int index)
A list of historical Stats and Anomalies generated for all Features.
|
int |
getFeatureStatsCount()
A list of historical Stats and Anomalies generated for all Features.
|
List<ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies> |
getFeatureStatsList()
A list of historical Stats and Anomalies generated for all Features.
|
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder |
getFeatureStatsOrBuilder(int index)
A list of historical Stats and Anomalies generated for all Features.
|
List<? extends ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder> |
getFeatureStatsOrBuilderList()
A list of historical Stats and Anomalies generated for all Features.
|
ModelDeploymentMonitoringObjectiveType |
getObjective()
Model Monitoring Objective those stats and anomalies belonging to.
|
int |
getObjectiveValue()
Model Monitoring Objective those stats and anomalies belonging to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getObjectiveValue()
Model Monitoring Objective those stats and anomalies belonging to.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType objective = 1;ModelDeploymentMonitoringObjectiveType getObjective()
Model Monitoring Objective those stats and anomalies belonging to.
.google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType objective = 1;String getDeployedModelId()
Deployed Model ID.
string deployed_model_id = 2;com.google.protobuf.ByteString getDeployedModelIdBytes()
Deployed Model ID.
string deployed_model_id = 2;int getAnomalyCount()
Number of anomalies within all stats.
int32 anomaly_count = 3;List<ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies> getFeatureStatsList()
A list of historical Stats and Anomalies generated for all Features.
repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies getFeatureStats(int index)
A list of historical Stats and Anomalies generated for all Features.
repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
int getFeatureStatsCount()
A list of historical Stats and Anomalies generated for all Features.
repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
List<? extends ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder> getFeatureStatsOrBuilderList()
A list of historical Stats and Anomalies generated for all Features.
repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder getFeatureStatsOrBuilder(int index)
A list of historical Stats and Anomalies generated for all Features.
repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
Copyright © 2024 Google LLC. All rights reserved.