Interface Service.LinkPromptsToTraceOrBuilder

    • Method Detail

      • hasTraceId

        boolean hasTraceId()
         ID of the trace to link prompt versions to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the traceId field is set.
      • getTraceId

        java.lang.String getTraceId()
         ID of the trace to link prompt versions to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The traceId.
      • getTraceIdBytes

        com.google.protobuf.ByteString getTraceIdBytes()
         ID of the trace to link prompt versions to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for traceId.
      • getPromptVersionsCount

        int getPromptVersionsCount()
        repeated .mlflow.LinkPromptsToTrace.PromptVersionRef prompt_versions = 2;