Interface SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchModelDeploymentMonitoringStatsAnomaliesResponse
,SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder
public interface SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelMonitoringStatsAnomalies
getMonitoringStats(int index)
Stats retrieved for requested objectives.int
getMonitoringStatsCount()
Stats retrieved for requested objectives.List<ModelMonitoringStatsAnomalies>
getMonitoringStatsList()
Stats retrieved for requested objectives.ModelMonitoringStatsAnomaliesOrBuilder
getMonitoringStatsOrBuilder(int index)
Stats retrieved for requested objectives.List<? extends ModelMonitoringStatsAnomaliesOrBuilder>
getMonitoringStatsOrBuilderList()
Stats retrieved for requested objectives.String
getNextPageToken()
The page token that can be used by the next [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.com.google.protobuf.ByteString
getNextPageTokenBytes()
The page token that can be used by the next [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMonitoringStatsList
List<ModelMonitoringStatsAnomalies> getMonitoringStatsList()
Stats retrieved for requested objectives. There are at most 1000 [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
-
getMonitoringStats
ModelMonitoringStatsAnomalies getMonitoringStats(int index)
Stats retrieved for requested objectives. There are at most 1000 [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
-
getMonitoringStatsCount
int getMonitoringStatsCount()
Stats retrieved for requested objectives. There are at most 1000 [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
-
getMonitoringStatsOrBuilderList
List<? extends ModelMonitoringStatsAnomaliesOrBuilder> getMonitoringStatsOrBuilderList()
Stats retrieved for requested objectives. There are at most 1000 [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
-
getMonitoringStatsOrBuilder
ModelMonitoringStatsAnomaliesOrBuilder getMonitoringStatsOrBuilder(int index)
Stats retrieved for requested objectives. There are at most 1000 [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats] in the response.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
-
getNextPageToken
String getNextPageToken()
The page token that can be used by the next [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The page token that can be used by the next [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-