Interface Service.SearchTracesV3Request.ResponseOrBuilder

    • Method Detail

      • getTracesList

        java.util.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

        java.util.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

        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.