DocumentIntelligenceModelFactory.DocumentIntelligenceOperationDetails Method
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.
Initializes a new instance of DocumentIntelligenceOperationDetails.
public static Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationDetails DocumentIntelligenceOperationDetails (string operationId = default, Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus status = default, int? percentCompleted = default, DateTimeOffset createdOn = default, DateTimeOffset lastUpdatedOn = default, string kind = default, Uri resourceLocation = default, string apiVersion = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, Azure.AI.DocumentIntelligence.DocumentIntelligenceError error = default);
static member DocumentIntelligenceOperationDetails : string * Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus * Nullable<int> * DateTimeOffset * DateTimeOffset * string * Uri * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.AI.DocumentIntelligence.DocumentIntelligenceError -> Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationDetails
Public Shared Function DocumentIntelligenceOperationDetails (Optional operationId As String = Nothing, Optional status As DocumentIntelligenceOperationStatus = Nothing, Optional percentCompleted As Nullable(Of Integer) = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional lastUpdatedOn As DateTimeOffset = Nothing, Optional kind As String = Nothing, Optional resourceLocation As Uri = Nothing, Optional apiVersion As String = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional error As DocumentIntelligenceError = Nothing) As DocumentIntelligenceOperationDetails
Parameters
- operationId
- String
Operation ID.
Operation status. notStarted, running, completed, or failed.
- createdOn
- DateTimeOffset
Date and time (UTC) when the operation was created.
- lastUpdatedOn
- DateTimeOffset
Date and time (UTC) when the status was last updated.
- kind
- String
Type of operation.
- resourceLocation
- Uri
URL of the resource targeted by this operation.
- apiVersion
- String
API version used to create this operation.
- tags
- IReadOnlyDictionary<String,String>
List of key-value tag attributes associated with the document model.
Encountered error.
Returns
A new DocumentIntelligenceOperationDetails instance for mocking.