Package org.mlflow.api.proto
Interface Service.SearchLoggedModels.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SearchLoggedModels.Response
,Service.SearchLoggedModels.Response.Builder
- Enclosing class:
- Service.SearchLoggedModels
public static interface Service.SearchLoggedModels.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetModels
(int index) Logged Models that match the search criteria.int
Logged Models that match the search criteria.Logged Models that match the search criteria.getModelsOrBuilder
(int index) Logged Models that match the search criteria.List<? extends Service.LoggedModelOrBuilder>
Logged Models that match the search criteria.Token that can be used to retrieve the next page of Logged Models.com.google.protobuf.ByteString
Token that can be used to retrieve the next page of Logged Models.boolean
Token that can be used to retrieve the next page of Logged Models.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
-
getModelsList
List<Service.LoggedModel> getModelsList()Logged Models that match the search criteria.
repeated .mlflow.LoggedModel models = 1;
-
getModels
Logged Models that match the search criteria.
repeated .mlflow.LoggedModel models = 1;
-
getModelsCount
int getModelsCount()Logged Models that match the search criteria.
repeated .mlflow.LoggedModel models = 1;
-
getModelsOrBuilderList
List<? extends Service.LoggedModelOrBuilder> getModelsOrBuilderList()Logged Models that match the search criteria.
repeated .mlflow.LoggedModel models = 1;
-
getModelsOrBuilder
Logged Models that match the search criteria.
repeated .mlflow.LoggedModel models = 1;
-
hasNextPageToken
boolean hasNextPageToken()Token that can be used to retrieve the next page of Logged Models.
optional string next_page_token = 2;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Token that can be used to retrieve the next page of Logged Models.
optional string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token that can be used to retrieve the next page of Logged Models.
optional string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-