Interface Service.GetTraceInfoV3.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Trace getTrace()
      optional .mlflow.Trace trace = 1;
      Service.TraceOrBuilder getTraceOrBuilder()
      optional .mlflow.Trace trace = 1;
      boolean hasTrace()
      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 Detail

      • 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.