Class RunServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.threads.RunService
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class RunServiceImpl implements RunService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RunServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RunService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. RunService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. StepService
steps()
Run
create(RunCreateParams params, RequestOptions requestOptions)
StreamResponse<AssistantStreamEvent>
createStreaming(RunCreateParams params, RequestOptions requestOptions)
Run
retrieve(RunRetrieveParams params, RequestOptions requestOptions)
Run
update(RunUpdateParams params, RequestOptions requestOptions)
RunListPage
list(RunListParams params, RequestOptions requestOptions)
Run
cancel(RunCancelParams params, RequestOptions requestOptions)
Run
submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
StreamResponse<AssistantStreamEvent>
submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.beta.threads.RunService
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
RunService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RunService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
steps
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StepService steps()
-
create
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Run create(RunCreateParams params, RequestOptions requestOptions)
-
createStreaming
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StreamResponse<AssistantStreamEvent> createStreaming(RunCreateParams params, RequestOptions requestOptions)
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Run retrieve(RunRetrieveParams params, RequestOptions requestOptions)
-
update
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Run update(RunUpdateParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") RunListPage list(RunListParams params, RequestOptions requestOptions)
-
cancel
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Run cancel(RunCancelParams params, RequestOptions requestOptions)
-
submitToolOutputs
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Run submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
submitToolOutputsStreaming
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StreamResponse<AssistantStreamEvent> submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions)
-
-
-
-