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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNextPageToken()optional string next_page_token = 2;com.google.protobuf.ByteStringgetNextPageTokenBytes()optional string next_page_token = 2;Service.RungetRuns(int index)Runs that match the search criteria.intgetRunsCount()Runs that match the search criteria.java.util.List<Service.Run>getRunsList()Runs that match the search criteria.Service.RunOrBuildergetRunsOrBuilder(int index)Runs that match the search criteria.java.util.List<? extends Service.RunOrBuilder>getRunsOrBuilderList()Runs that match the search criteria.booleanhasNextPageToken()optional string next_page_token = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getRunsListjava.util.List<Service.Run> getRunsList() Runs that match the search criteria. repeated .mlflow.Run runs = 1;
 - 
getRunsService.Run getRuns(int index) Runs that match the search criteria. repeated .mlflow.Run runs = 1;
 - 
getRunsCountint getRunsCount() Runs that match the search criteria. repeated .mlflow.Run runs = 1;
 - 
getRunsOrBuilderListjava.util.List<? extends Service.RunOrBuilder> getRunsOrBuilderList() Runs that match the search criteria. repeated .mlflow.Run runs = 1;
 - 
getRunsOrBuilderService.RunOrBuilder getRunsOrBuilder(int index) Runs that match the search criteria. repeated .mlflow.Run runs = 1;
 - 
hasNextPageTokenboolean hasNextPageToken() optional string next_page_token = 2;- Returns:
- Whether the nextPageToken field is set.
 
 - 
getNextPageTokenjava.lang.String getNextPageToken() optional string next_page_token = 2;- Returns:
- The nextPageToken.
 
 - 
getNextPageTokenBytescom.google.protobuf.ByteString getNextPageTokenBytes() optional string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
 
 
- 
 
-