Interface Service.GetTraceInfoV3.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional .mlflow.Trace trace = 1;
    optional .mlflow.Trace trace = 1;
    boolean
    optional .mlflow.Trace trace = 1;

    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

    • hasTrace

      boolean hasTrace()
      optional .mlflow.Trace trace = 1;
      Returns:
      Whether the trace field is set.
    • getTrace

      Service.Trace getTrace()
      optional .mlflow.Trace trace = 1;
      Returns:
      The trace.
    • getTraceOrBuilder

      Service.TraceOrBuilder getTraceOrBuilder()
      optional .mlflow.Trace trace = 1;