Class StepServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.runs.StepServiceAsync
public final class StepServiceAsyncImpl implements StepServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStepServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description StepServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<RunStep>retrieve(StepRetrieveParams params, RequestOptions requestOptions)CompletableFuture<StepListPageAsync>list(StepListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
StepServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<RunStep> retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<StepListPageAsync> list(StepListParams params, RequestOptions requestOptions)
-
-
-
-