Class RunServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.RunServiceAsync
public final class RunServiceAsyncImpl implements RunServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RunServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StepServiceAsyncsteps()CompletableFuture<Run>create(RunCreateParams params, RequestOptions requestOptions)AsyncStreamResponse<AssistantStreamEvent>createStreaming(RunCreateParams params, RequestOptions requestOptions)CompletableFuture<Run>retrieve(RunRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Run>update(RunUpdateParams params, RequestOptions requestOptions)CompletableFuture<RunListPageAsync>list(RunListParams params, RequestOptions requestOptions)CompletableFuture<Run>cancel(RunCancelParams params, RequestOptions requestOptions)CompletableFuture<Run>submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions)AsyncStreamResponse<AssistantStreamEvent>submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.beta.threads.RunServiceAsync
cancel, cancel, cancel, create, create, create, createStreaming, createStreaming, createStreaming, list, list, list, list, list, retrieve, retrieve, retrieve, submitToolOutputs, submitToolOutputs, submitToolOutputs, submitToolOutputsStreaming, submitToolOutputsStreaming, submitToolOutputsStreaming, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
RunServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
steps
StepServiceAsync steps()
-
create
CompletableFuture<Run> create(RunCreateParams params, RequestOptions requestOptions)
-
createStreaming
AsyncStreamResponse<AssistantStreamEvent> createStreaming(RunCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Run> retrieve(RunRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Run> update(RunUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<RunListPageAsync> list(RunListParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<Run> cancel(RunCancelParams params, RequestOptions requestOptions)
-
submitToolOutputs
CompletableFuture<Run> submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
submitToolOutputsStreaming
AsyncStreamResponse<AssistantStreamEvent> submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
-
-
-