Package org.mlflow.api.proto
Interface Service.SearchRuns.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SearchRuns.Response
,Service.SearchRuns.Response.Builder
- Enclosing class:
Service.SearchRuns
public static interface Service.SearchRuns.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string next_page_token = 2;
com.google.protobuf.ByteString
optional string next_page_token = 2;
getRuns
(int index) Runs that match the search criteria.int
Runs that match the search criteria.Runs that match the search criteria.getRunsOrBuilder
(int index) Runs that match the search criteria.List
<? extends Service.RunOrBuilder> Runs that match the search criteria.boolean
optional string next_page_token = 2;
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
-
getRunsList
List<Service.Run> getRunsList()Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
-
getRuns
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
-
getRunsCount
int getRunsCount()Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
-
getRunsOrBuilderList
List<? extends Service.RunOrBuilder> getRunsOrBuilderList()Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
-
getRunsOrBuilder
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
-
hasNextPageToken
boolean hasNextPageToken()optional string next_page_token = 2;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()optional string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()optional string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-