Interface StepService
-
- All Implemented Interfaces:
public interface StepService
-
-
Method Summary
Modifier and Type Method Description abstract RunStepretrieve(BetaThreadRunStepRetrieveParams params, RequestOptions requestOptions)Retrieves a run step. abstract RunStepretrieve(BetaThreadRunStepRetrieveParams params)Retrieves a run step. abstract BetaThreadRunStepListPagelist(BetaThreadRunStepListParams params, RequestOptions requestOptions)Returns a list of run steps belonging to a run. abstract BetaThreadRunStepListPagelist(BetaThreadRunStepListParams params)Returns a list of run steps belonging to a run. -
-
Method Detail
-
retrieve
abstract RunStep retrieve(BetaThreadRunStepRetrieveParams params, RequestOptions requestOptions)
Retrieves a run step.
-
retrieve
abstract RunStep retrieve(BetaThreadRunStepRetrieveParams params)
Retrieves a run step.
-
list
abstract BetaThreadRunStepListPage list(BetaThreadRunStepListParams params, RequestOptions requestOptions)
Returns a list of run steps belonging to a run.
-
list
abstract BetaThreadRunStepListPage list(BetaThreadRunStepListParams params)
Returns a list of run steps belonging to a run.
-
-
-
-