public interface SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMonitoringStats(int index)
public abstract ModelMonitoringStatsAnomalies getMonitoringStats(int index)Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
| Name | Description |
| index | int |
| Type | Description |
| ModelMonitoringStatsAnomalies |
getMonitoringStatsCount()
public abstract int getMonitoringStatsCount()Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
| Type | Description |
| int |
getMonitoringStatsList()
public abstract List<ModelMonitoringStatsAnomalies> getMonitoringStatsList()Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
| Type | Description |
| List<ModelMonitoringStatsAnomalies> |
getMonitoringStatsOrBuilder(int index)
public abstract ModelMonitoringStatsAnomaliesOrBuilder getMonitoringStatsOrBuilder(int index)Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
| Name | Description |
| index | int |
| Type | Description |
| ModelMonitoringStatsAnomaliesOrBuilder |
getMonitoringStatsOrBuilderList()
public abstract List<? extends ModelMonitoringStatsAnomaliesOrBuilder> getMonitoringStatsOrBuilderList()Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomaliesOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |