CreateCustomFormModelOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
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)
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
Azure SDK for .NET