Interface Service.GetTraceInfo.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.TraceInfo getTraceInfo()
      Metadata of the requested trace.
      Service.TraceInfoOrBuilder getTraceInfoOrBuilder()
      Metadata of the requested trace.
      boolean hasTraceInfo()
      Metadata of the requested trace.
      • 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

      • hasTraceInfo

        boolean hasTraceInfo()
         Metadata of the requested trace.
         
        optional .mlflow.TraceInfo trace_info = 1;
        Returns:
        Whether the traceInfo field is set.
      • getTraceInfo

        Service.TraceInfo getTraceInfo()
         Metadata of the requested trace.
         
        optional .mlflow.TraceInfo trace_info = 1;
        Returns:
        The traceInfo.
      • getTraceInfoOrBuilder

        Service.TraceInfoOrBuilder getTraceInfoOrBuilder()
         Metadata of the requested trace.
         
        optional .mlflow.TraceInfo trace_info = 1;