Class StepServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.threads.runs.StepService
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class StepServiceImpl implements StepService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStepServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description StepService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StepServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RunStepretrieve(StepRetrieveParams params, RequestOptions requestOptions)StepListPagelist(StepListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
StepService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
StepService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") RunStep retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StepListPage list(StepListParams params, RequestOptions requestOptions)
-
-
-
-