Class RunServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.threads.RunService
public final class RunServiceImpl implements RunService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RunService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StepServicesteps()Runcreate(RunCreateParams params, RequestOptions requestOptions)StreamResponse<AssistantStreamEvent>createStreaming(RunCreateParams params, RequestOptions requestOptions)Runretrieve(RunRetrieveParams params, RequestOptions requestOptions)Runupdate(RunUpdateParams params, RequestOptions requestOptions)RunListPagelist(RunListParams params, RequestOptions requestOptions)Runcancel(RunCancelParams params, RequestOptions requestOptions)RunsubmitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions)StreamResponse<AssistantStreamEvent>submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.beta.threads.RunService
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
RunService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
steps
StepService steps()
-
create
Run create(RunCreateParams params, RequestOptions requestOptions)
-
createStreaming
StreamResponse<AssistantStreamEvent> createStreaming(RunCreateParams params, RequestOptions requestOptions)
-
retrieve
Run retrieve(RunRetrieveParams params, RequestOptions requestOptions)
-
update
Run update(RunUpdateParams params, RequestOptions requestOptions)
-
list
RunListPage list(RunListParams params, RequestOptions requestOptions)
-
cancel
Run cancel(RunCancelParams params, RequestOptions requestOptions)
-
submitToolOutputs
Run submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
submitToolOutputsStreaming
StreamResponse<AssistantStreamEvent> submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
-
-
-