Class StepServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.threads.runs.StepService
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. 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.
-
retrieve
RunStep retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
StepListPage list(StepListParams params, RequestOptions requestOptions)
-
-
-
-