다음을 통해 공유


DocumentModelPoller type

모델 만들기 작업의 상태를 추적하는 장기 실행 작업(폴러)이며, 결국 DocumentModelDetails를 생성합니다.

type DocumentModelPoller = PollerLike<
  DocumentModelOperationState,
  DocumentModelDetails
>