Interface Service.EndTrace.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.TraceInfo getTraceInfo()
      The updated trace.
      Service.TraceInfoOrBuilder getTraceInfoOrBuilder()
      The updated trace.
      boolean hasTraceInfo()
      The updated 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()
         The updated trace.
         
        optional .mlflow.TraceInfo trace_info = 1;
        Returns:
        Whether the traceInfo field is set.
      • getTraceInfo

        Service.TraceInfo getTraceInfo()
         The updated trace.
         
        optional .mlflow.TraceInfo trace_info = 1;
        Returns:
        The traceInfo.
      • getTraceInfoOrBuilder

        Service.TraceInfoOrBuilder getTraceInfoOrBuilder()
         The updated trace.
         
        optional .mlflow.TraceInfo trace_info = 1;