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 class
RunServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RunServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. StepServiceAsync
steps()
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, create, createStreaming, list, retrieve, submitToolOutputs, submitToolOutputsStreaming, 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)
-
-
-
-