Interface Service.SearchTracesV3Request.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.SearchTracesV3Request.Response, Service.SearchTracesV3Request.Response.Builder
Enclosing class:
Service.SearchTracesV3Request

public static interface Service.SearchTracesV3Request.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string next_page_token = 2;
    com.google.protobuf.ByteString
    optional string next_page_token = 2;
    getTraces(int index)
    Information about traces that match the search criteria.
    int
    Information about traces that match the search criteria.
    Information about traces that match the search criteria.
    getTracesOrBuilder(int index)
    Information about traces that match the search criteria.
    Information about traces 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

    • getTracesList

      List<Service.TraceInfoV3> getTracesList()
       Information about traces that match the search criteria.
       
      repeated .mlflow.TraceInfoV3 traces = 1;
    • getTraces

      Service.TraceInfoV3 getTraces(int index)
       Information about traces that match the search criteria.
       
      repeated .mlflow.TraceInfoV3 traces = 1;
    • getTracesCount

      int getTracesCount()
       Information about traces that match the search criteria.
       
      repeated .mlflow.TraceInfoV3 traces = 1;
    • getTracesOrBuilderList

      List<? extends Service.TraceInfoV3OrBuilder> getTracesOrBuilderList()
       Information about traces that match the search criteria.
       
      repeated .mlflow.TraceInfoV3 traces = 1;
    • getTracesOrBuilder

      Service.TraceInfoV3OrBuilder getTracesOrBuilder(int index)
       Information about traces that match the search criteria.
       
      repeated .mlflow.TraceInfoV3 traces = 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.