Aracılığıyla paylaş


CreateCustomFormModelOperation Constructors

Definition

Overloads

CreateCustomFormModelOperation()

Initializes a new instance of the CreateCustomFormModelOperation class. This constructor is intended to be used for mocking only.

CreateCustomFormModelOperation(String, FormTrainingClient)

Initializes a new instance of the CreateCustomFormModelOperation class which tracks the status of a long-running operation for creating a custom model.

CreateCustomFormModelOperation()

Source:
CreateCustomFormModelOperation.cs

Initializes a new instance of the CreateCustomFormModelOperation class. This constructor is intended to be used for mocking only.

protected CreateCustomFormModelOperation ();
Protected Sub New ()

Applies to

CreateCustomFormModelOperation(String, FormTrainingClient)

Source:
CreateCustomFormModelOperation.cs

Initializes a new instance of the CreateCustomFormModelOperation class which tracks the status of a long-running operation for creating a custom model.

public CreateCustomFormModelOperation (string operationId, Azure.AI.FormRecognizer.Training.FormTrainingClient client);
new Azure.AI.FormRecognizer.Training.CreateCustomFormModelOperation : string * Azure.AI.FormRecognizer.Training.FormTrainingClient -> Azure.AI.FormRecognizer.Training.CreateCustomFormModelOperation
Public Sub New (operationId As String, client As FormTrainingClient)

Parameters

operationId
String

The ID of this operation.

client
FormTrainingClient

The client used to check for completion.

Applies to