CreateComposedModelOperation Class
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.
Tracks the status of a long-running operation for creating a composed model from a collection of existing models trained with labels.
public class CreateComposedModelOperation : Azure.AI.FormRecognizer.Training.CreateCustomFormModelOperation
type CreateComposedModelOperation = class
inherit CreateCustomFormModelOperation
Public Class CreateComposedModelOperation
Inherits CreateCustomFormModelOperation
- Inheritance
-
CreateComposedModelOperation
Constructors
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. |
Properties
HasCompleted |
Returns true if the long-running operation completed. (Inherited from CreateCustomFormModelOperation) |
HasValue |
Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property). (Inherited from CreateCustomFormModelOperation) |
Id |
Gets operation Id that can be used to poll for the status of the long-running operation. (Inherited from CreateCustomFormModelOperation) |
Value |
Final result of the long-running operation. (Inherited from CreateCustomFormModelOperation) |
Methods
GetRawResponse() |
The last HTTP response received from the server. (Inherited from CreateCustomFormModelOperation) |
GetRehydrationToken() |
Get a token that can be used to rehydrate the operation. (Inherited from Operation) |
UpdateStatus(CancellationToken) |
Calls the server to get updated status of the long-running operation. (Inherited from CreateCustomFormModelOperation) |
UpdateStatusAsync(CancellationToken) |
Calls the server to get updated status of the long-running operation. (Inherited from CreateCustomFormModelOperation) |
WaitForCompletion(CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation<T>) |
WaitForCompletion(DelayStrategy, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation<T>) |
WaitForCompletion(TimeSpan, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation<T>) |
WaitForCompletionAsync(CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from CreateCustomFormModelOperation) |
WaitForCompletionAsync(DelayStrategy, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation<T>) |
WaitForCompletionAsync(TimeSpan, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from CreateCustomFormModelOperation) |
WaitForCompletionResponse(CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |
WaitForCompletionResponse(DelayStrategy, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |
WaitForCompletionResponse(TimeSpan, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |
WaitForCompletionResponseAsync(CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |
WaitForCompletionResponseAsync(DelayStrategy, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |
WaitForCompletionResponseAsync(TimeSpan, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |