Package org.mlflow.api.proto
Interface Service.SearchUnifiedTraces.ResponseOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 Service.SearchUnifiedTraces.Response,Service.SearchUnifiedTraces.Response.Builder
- Enclosing class:
 - Service.SearchUnifiedTraces
 
public static interface Service.SearchUnifiedTraces.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All 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.TraceInfogetTraces(int index)Information about traces that match the search criteria.intgetTracesCount()Information about traces that match the search criteria.java.util.List<Service.TraceInfo>getTracesList()Information about traces that match the search criteria.Service.TraceInfoOrBuildergetTracesOrBuilder(int index)Information about traces that match the search criteria.java.util.List<? extends Service.TraceInfoOrBuilder>getTracesOrBuilderList()Information about traces that match the search criteria.booleanhasNextPageToken()optional string next_page_token = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTracesList
java.util.List<Service.TraceInfo> getTracesList()
Information about traces that match the search criteria.
repeated .mlflow.TraceInfo traces = 1; 
- 
getTraces
Service.TraceInfo getTraces(int index)
Information about traces that match the search criteria.
repeated .mlflow.TraceInfo traces = 1; 
- 
getTracesCount
int getTracesCount()
Information about traces that match the search criteria.
repeated .mlflow.TraceInfo traces = 1; 
- 
getTracesOrBuilderList
java.util.List<? extends Service.TraceInfoOrBuilder> getTracesOrBuilderList()
Information about traces that match the search criteria.
repeated .mlflow.TraceInfo traces = 1; 
- 
getTracesOrBuilder
Service.TraceInfoOrBuilder getTracesOrBuilder(int index)
Information about traces that match the search criteria.
repeated .mlflow.TraceInfo traces = 1; 
- 
hasNextPageToken
boolean hasNextPageToken()
optional string next_page_token = 2;- Returns:
 - Whether the nextPageToken field is set.
 
 
- 
getNextPageToken
java.lang.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.
 
 
 - 
 
 -