Interface Service.CalculateTraceFilterCorrelationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Optional base filter that both filter1 and filter2 are tested on top of (e.g., 'request_time > ...
    com.google.protobuf.ByteString
    Optional base filter that both filter1 and filter2 are tested on top of (e.g., 'request_time > ...
    getExperimentIds(int index)
    List of experiment IDs to search within.
    com.google.protobuf.ByteString
    List of experiment IDs to search within.
    int
    List of experiment IDs to search within.
    List of experiment IDs to search within.
    First filter condition (e.g., "span.type = 'LLM'").
    com.google.protobuf.ByteString
    First filter condition (e.g., "span.type = 'LLM'").
    Second filter condition (e.g., "feedback.quality > 0.8").
    com.google.protobuf.ByteString
    Second filter condition (e.g., "feedback.quality > 0.8").
    boolean
    Optional base filter that both filter1 and filter2 are tested on top of (e.g., 'request_time > ...
    boolean
    First filter condition (e.g., "span.type = 'LLM'").
    boolean
    Second filter condition (e.g., "feedback.quality > 0.8").

    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

    • getExperimentIdsList

      List<String> getExperimentIdsList()
       List of experiment IDs to search within.
       
      repeated string experiment_ids = 1;
      Returns:
      A list containing the experimentIds.
    • getExperimentIdsCount

      int getExperimentIdsCount()
       List of experiment IDs to search within.
       
      repeated string experiment_ids = 1;
      Returns:
      The count of experimentIds.
    • getExperimentIds

      String getExperimentIds(int index)
       List of experiment IDs to search within.
       
      repeated string experiment_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The experimentIds at the given index.
    • getExperimentIdsBytes

      com.google.protobuf.ByteString getExperimentIdsBytes(int index)
       List of experiment IDs to search within.
       
      repeated string experiment_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the experimentIds at the given index.
    • hasFilterString1

      boolean hasFilterString1()
       First filter condition (e.g., "span.type = 'LLM'").
       
      optional string filter_string1 = 2;
      Returns:
      Whether the filterString1 field is set.
    • getFilterString1

      String getFilterString1()
       First filter condition (e.g., "span.type = 'LLM'").
       
      optional string filter_string1 = 2;
      Returns:
      The filterString1.
    • getFilterString1Bytes

      com.google.protobuf.ByteString getFilterString1Bytes()
       First filter condition (e.g., "span.type = 'LLM'").
       
      optional string filter_string1 = 2;
      Returns:
      The bytes for filterString1.
    • hasFilterString2

      boolean hasFilterString2()
       Second filter condition (e.g., "feedback.quality > 0.8").
       
      optional string filter_string2 = 3;
      Returns:
      Whether the filterString2 field is set.
    • getFilterString2

      String getFilterString2()
       Second filter condition (e.g., "feedback.quality > 0.8").
       
      optional string filter_string2 = 3;
      Returns:
      The filterString2.
    • getFilterString2Bytes

      com.google.protobuf.ByteString getFilterString2Bytes()
       Second filter condition (e.g., "feedback.quality > 0.8").
       
      optional string filter_string2 = 3;
      Returns:
      The bytes for filterString2.
    • hasBaseFilter

      boolean hasBaseFilter()
       Optional base filter that both filter1 and filter2 are tested on top of
       (e.g., 'request_time > ... and request_time < ...' for time windows).
       
      optional string base_filter = 4;
      Returns:
      Whether the baseFilter field is set.
    • getBaseFilter

      String getBaseFilter()
       Optional base filter that both filter1 and filter2 are tested on top of
       (e.g., 'request_time > ... and request_time < ...' for time windows).
       
      optional string base_filter = 4;
      Returns:
      The baseFilter.
    • getBaseFilterBytes

      com.google.protobuf.ByteString getBaseFilterBytes()
       Optional base filter that both filter1 and filter2 are tested on top of
       (e.g., 'request_time > ... and request_time < ...' for time windows).
       
      optional string base_filter = 4;
      Returns:
      The bytes for baseFilter.