مشاركة عبر


RunStepsOperations interface

واجهة تمثل عمليات RunSteps.

الخصائص

get

استرداد خطوة تشغيل واحدة من تشغيل مؤشر ترابط.

list

الحصول على قائمة بخطوات التشغيل من تشغيل مؤشر ترابط.

تفاصيل الخاصية

get

استرداد خطوة تشغيل واحدة من تشغيل مؤشر ترابط.

get: (threadId: string, runId: string, stepId: string, options?: RunStepsGetRunStepOptionalParams) => Promise<RunStep>

قيمة الخاصية

(threadId: string, runId: string, stepId: string, options?: RunStepsGetRunStepOptionalParams) => Promise<RunStep>

list

الحصول على قائمة بخطوات التشغيل من تشغيل مؤشر ترابط.

list: (threadId: string, runId: string, options?: RunStepsListRunStepsOptionalParams) => PagedAsyncIterableIterator<RunStep, RunStep[], PageSettings>

قيمة الخاصية

(threadId: string, runId: string, options?: RunStepsListRunStepsOptionalParams) => PagedAsyncIterableIterator<RunStep, RunStep[], PageSettings>