Class AsyncRawWorkflowRunOutputClient
- java.lang.Object
-
- ai.extend.resources.workflowrunoutput.AsyncRawWorkflowRunOutputClient
-
public class AsyncRawWorkflowRunOutputClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawWorkflowRunOutputClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<WorkflowRunOutputUpdateResponse>>update(java.lang.String workflowRunId, java.lang.String outputId, WorkflowRunOutputUpdateRequest request)Use this endpoint to submit corrected outputs for a WorkflowRun for future processor evaluation and tuning in Extend.java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<WorkflowRunOutputUpdateResponse>>update(java.lang.String workflowRunId, java.lang.String outputId, WorkflowRunOutputUpdateRequest request, RequestOptions requestOptions)Use this endpoint to submit corrected outputs for a WorkflowRun for future processor evaluation and tuning in Extend.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawWorkflowRunOutputClient
public AsyncRawWorkflowRunOutputClient(ClientOptions clientOptions)
-
-
Method Detail
-
update
public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<WorkflowRunOutputUpdateResponse>> update(java.lang.String workflowRunId, java.lang.String outputId, WorkflowRunOutputUpdateRequest request)
Use this endpoint to submit corrected outputs for a WorkflowRun for future processor evaluation and tuning in Extend.If you are using our Human-in-the-loop workflow review, then we already will be collecting your operator submitted corrections. However, if you are receiving data via the API without human review, there could be incorrect outputs that you would like to correct for future usage in evaluation and tuning within the Extend platform. This endpoint allows you to submit corrected outputs for a WorkflowRun, by providing the correct output for a given output ID.
The output ID, would be found in a given entry within the outputs arrays of a Workflow Run payload. The ID would look something like
dpr_gwkZZNRrPgkjcq0y-***.
-
update
public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<WorkflowRunOutputUpdateResponse>> update(java.lang.String workflowRunId, java.lang.String outputId, WorkflowRunOutputUpdateRequest request, RequestOptions requestOptions)
Use this endpoint to submit corrected outputs for a WorkflowRun for future processor evaluation and tuning in Extend.If you are using our Human-in-the-loop workflow review, then we already will be collecting your operator submitted corrections. However, if you are receiving data via the API without human review, there could be incorrect outputs that you would like to correct for future usage in evaluation and tuning within the Extend platform. This endpoint allows you to submit corrected outputs for a WorkflowRun, by providing the correct output for a given output ID.
The output ID, would be found in a given entry within the outputs arrays of a Workflow Run payload. The ID would look something like
dpr_gwkZZNRrPgkjcq0y-***.
-
-