public interface SearchModelMonitoringStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringStats |
getMonitoringStats(int index)
Stats retrieved for requested objectives.
|
int |
getMonitoringStatsCount()
Stats retrieved for requested objectives.
|
List<ModelMonitoringStats> |
getMonitoringStatsList()
Stats retrieved for requested objectives.
|
ModelMonitoringStatsOrBuilder |
getMonitoringStatsOrBuilder(int index)
Stats retrieved for requested objectives.
|
List<? extends ModelMonitoringStatsOrBuilder> |
getMonitoringStatsOrBuilderList()
Stats retrieved for requested objectives.
|
String |
getNextPageToken()
The page token that can be used by the next
[ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
call.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The page token that can be used by the next
[ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ModelMonitoringStats> getMonitoringStatsList()
Stats retrieved for requested objectives.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
ModelMonitoringStats getMonitoringStats(int index)
Stats retrieved for requested objectives.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
int getMonitoringStatsCount()
Stats retrieved for requested objectives.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
List<? extends ModelMonitoringStatsOrBuilder> getMonitoringStatsOrBuilderList()
Stats retrieved for requested objectives.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
ModelMonitoringStatsOrBuilder getMonitoringStatsOrBuilder(int index)
Stats retrieved for requested objectives.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
String getNextPageToken()
The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.