DocumentClassifierPoller type
A long-running operation (poller) that tracks the state of a custom classifier creation operation, eventually producing a DocumentClassifierDetails.
type DocumentClassifierPoller = PollerLike<
DocumentClassifierOperationState,
DocumentClassifierDetails
>