Package org.mlflow.api.proto
Interface ModelRegistry.SearchModelVersions.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelRegistry.SearchModelVersions.Response
,ModelRegistry.SearchModelVersions.Response.Builder
- Enclosing class:
ModelRegistry.SearchModelVersions
public static interface ModelRegistry.SearchModelVersions.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetModelVersions
(int index) Models that match the search criteriaint
Models that match the search criteriaModels that match the search criteriagetModelVersionsOrBuilder
(int index) Models that match the search criteriaList
<? extends ModelRegistry.ModelVersionOrBuilder> Models that match the search criteriaPagination token to request next page of models for the same search query.com.google.protobuf.ByteString
Pagination token to request next page of models for the same search query.boolean
Pagination token to request next page of models for the same search query.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getModelVersionsList
List<ModelRegistry.ModelVersion> getModelVersionsList()Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
-
getModelVersions
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
-
getModelVersionsCount
int getModelVersionsCount()Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
-
getModelVersionsOrBuilderList
List<? extends ModelRegistry.ModelVersionOrBuilder> getModelVersionsOrBuilderList()Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
-
getModelVersionsOrBuilder
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
-
hasNextPageToken
boolean hasNextPageToken()Pagination token to request next page of models for the same search query.
optional string next_page_token = 2;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Pagination token to request next page of models for the same search query.
optional string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pagination token to request next page of models for the same search query.
optional string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-