Package org.mlflow.api.proto
Interface Service.SearchTracesV3.ResponseOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.SearchTracesV3.Response,- Service.SearchTracesV3.Response.Builder
 - Enclosing class:
- Service.SearchTracesV3
 
 public static interface Service.SearchTracesV3.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.TraceInfoV3getTraces(int index)Information about traces that match the search criteria.intgetTracesCount()Information about traces that match the search criteria.java.util.List<Service.TraceInfoV3>getTracesList()Information about traces that match the search criteria.Service.TraceInfoV3OrBuildergetTracesOrBuilder(int index)Information about traces that match the search criteria.java.util.List<? extends Service.TraceInfoV3OrBuilder>getTracesOrBuilderList()Information about traces 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- 
getTracesListjava.util.List<Service.TraceInfoV3> getTracesList() Information about traces that match the search criteria. repeated .mlflow.TraceInfoV3 traces = 1;
 - 
getTracesService.TraceInfoV3 getTraces(int index) Information about traces that match the search criteria. repeated .mlflow.TraceInfoV3 traces = 1;
 - 
getTracesCountint getTracesCount() Information about traces that match the search criteria. repeated .mlflow.TraceInfoV3 traces = 1;
 - 
getTracesOrBuilderListjava.util.List<? extends Service.TraceInfoV3OrBuilder> getTracesOrBuilderList() Information about traces that match the search criteria. repeated .mlflow.TraceInfoV3 traces = 1;
 - 
getTracesOrBuilderService.TraceInfoV3OrBuilder getTracesOrBuilder(int index) Information about traces that match the search criteria. repeated .mlflow.TraceInfoV3 traces = 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.
 
 
- 
 
-