Interface StepService
-
- All Implemented Interfaces:
public interface StepService
-
-
Method Summary
Modifier and Type Method Description abstract RunStep
retrieve(BetaThreadRunStepRetrieveParams params, RequestOptions requestOptions)
Retrieves a run step. abstract RunStep
retrieve(BetaThreadRunStepRetrieveParams params)
Retrieves a run step. abstract BetaThreadRunStepListPage
list(BetaThreadRunStepListParams params, RequestOptions requestOptions)
Returns a list of run steps belonging to a run. abstract BetaThreadRunStepListPage
list(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.
-
-
-
-