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 Type Method Description ModelRegistry.ModelVersiongetModelVersions(int index)Models that match the search criteriaintgetModelVersionsCount()Models that match the search criteriajava.util.List<ModelRegistry.ModelVersion>getModelVersionsList()Models that match the search criteriaModelRegistry.ModelVersionOrBuildergetModelVersionsOrBuilder(int index)Models that match the search criteriajava.util.List<? extends ModelRegistry.ModelVersionOrBuilder>getModelVersionsOrBuilderList()Models that match the search criteriajava.lang.StringgetNextPageToken()Pagination token to request next page of models for the same search query.com.google.protobuf.ByteStringgetNextPageTokenBytes()Pagination token to request next page of models for the same search query.booleanhasNextPageToken()Pagination token to request next page of models for the same search query.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getModelVersionsList
java.util.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
java.util.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; -
getNextPageToken
java.lang.String getNextPageToken()Pagination token to request next page of models for the same search query.
optional string next_page_token = 2; -
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;
-