CreateComposedModelOperation 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
CreateComposedModelOperation() |
Initializes a new instance of the CreateComposedModelOperation class. This constructor is intended to be used for mocking only. |
CreateComposedModelOperation(String, FormTrainingClient) |
Initializes a new instance of the CreateComposedModelOperation class which tracks the status of a long-running operation for creating a composed model from a collection of existing models trained with labels. |
CreateComposedModelOperation()
Initializes a new instance of the CreateComposedModelOperation class. This constructor is intended to be used for mocking only.
protected CreateComposedModelOperation ();
Protected Sub New ()
Applies to
CreateComposedModelOperation(String, FormTrainingClient)
Initializes a new instance of the CreateComposedModelOperation class which tracks the status of a long-running operation for creating a composed model from a collection of existing models trained with labels.
public CreateComposedModelOperation (string operationId, Azure.AI.FormRecognizer.Training.FormTrainingClient client);
new Azure.AI.FormRecognizer.Training.CreateComposedModelOperation : string * Azure.AI.FormRecognizer.Training.FormTrainingClient -> Azure.AI.FormRecognizer.Training.CreateComposedModelOperation
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