Interface Service.BatchGetTraces.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getTraces(int index)
    The fetched trace information.
    int
    The fetched trace information.
    The fetched trace information.
    getTracesOrBuilder(int index)
    The fetched trace information.
    The fetched trace information.

    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.Trace> getTracesList()
       The fetched trace information.
       
      repeated .mlflow.Trace traces = 1;
    • getTraces

      Service.Trace getTraces(int index)
       The fetched trace information.
       
      repeated .mlflow.Trace traces = 1;
    • getTracesCount

      int getTracesCount()
       The fetched trace information.
       
      repeated .mlflow.Trace traces = 1;
    • getTracesOrBuilderList

      List<? extends Service.TraceOrBuilder> getTracesOrBuilderList()
       The fetched trace information.
       
      repeated .mlflow.Trace traces = 1;
    • getTracesOrBuilder

      Service.TraceOrBuilder getTracesOrBuilder(int index)
       The fetched trace information.
       
      repeated .mlflow.Trace traces = 1;