public static interface ModelRegistry.ListRegisteredModelsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getMaxResults()
Maximum number of registered models desired.
|
String |
getPageToken()
Pagination token to go to the next page based on a previous query.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Pagination token to go to the next page based on a previous query.
|
boolean |
hasMaxResults()
Maximum number of registered models desired.
|
boolean |
hasPageToken()
Pagination token to go to the next page based on a previous query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMaxResults()
Maximum number of registered models desired. Max threshold is 1000.
optional int64 max_results = 1 [default = 100];
long getMaxResults()
Maximum number of registered models desired. Max threshold is 1000.
optional int64 max_results = 1 [default = 100];
boolean hasPageToken()
Pagination token to go to the next page based on a previous query.
optional string page_token = 2;
String getPageToken()
Pagination token to go to the next page based on a previous query.
optional string page_token = 2;
com.google.protobuf.ByteString getPageTokenBytes()
Pagination token to go to the next page based on a previous query.
optional string page_token = 2;
Copyright © 2021. All rights reserved.