Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BeginCopyModelPollState

Package version

The state used by the poller returned from FormTrainingClient.beginCopyModel.

This state is passed into the user-specified onProgress callback whenever copy progress is detected.

Hierarchy

  • any
    • BeginCopyModelPollState

Index

Properties

client

The instance of CopyModelPollerClient that is used when calling FormTrainingClient.beginCopyModel.

copyAuthorization

copyAuthorization: CopyAuthorization

The copy authorization generated by the target Form Recognizer resource.

Optional copyModelOptions

copyModelOptions: CopyModelOptions

Option to the copy model operation.

modelId

modelId: string

Id of the model being copied

Optional resultId

resultId: undefined | string

Id of the copy model operation result.

status

Status of the copy model operation.

targetResourceId

targetResourceId: string

Id of the target Form Recognizer resource

targetResourceRegion

targetResourceRegion: string

Region of the target Form Recognizer resource

Generated using TypeDoc