Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BeginTrainingPollState

Package version

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

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

Hierarchy

  • any
    • BeginTrainingPollState

Index

Properties

client

The instance of TrainPollerClient that is used when calling FormTrainingClient.beginTraining.

Optional modelId

modelId: undefined | string

The id of the custom form model being created from the training operation.

source

source: string

The accessible url to an Azure Blob Storage container holding the training documents.

status

status: ModelStatus

the status of the created model.

Optional trainModelOptions

trainModelOptions: TrainingFileFilter

Option to filter training files.

Generated using TypeDoc