Interface Service.StartTraceV3.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Trace getTrace()
      The created trace information.
      Service.TraceOrBuilder getTraceOrBuilder()
      The created trace information.
      boolean hasTrace()
      The created 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 Detail

      • hasTrace

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

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

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