AILanguageQuestionAnsweringAuthoringModelFactory.QuestionAnsweringAuthoringImportJobState 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 QuestionAnsweringAuthoringImportJobState.
public static Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringImportJobState QuestionAnsweringAuthoringImportJobState(DateTimeOffset createdDateTime = default, DateTimeOffset? expirationDateTime = default, string jobId = default, DateTimeOffset lastUpdatedDateTime = default, Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringJobStatus status = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringError> errors = default);
static member QuestionAnsweringAuthoringImportJobState : DateTimeOffset * Nullable<DateTimeOffset> * string * DateTimeOffset * Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringJobStatus * seq<Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringError> -> Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringImportJobState
Public Shared Function QuestionAnsweringAuthoringImportJobState (Optional createdDateTime As DateTimeOffset = Nothing, Optional expirationDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional jobId As String = Nothing, Optional lastUpdatedDateTime As DateTimeOffset = Nothing, Optional status As QuestionAnsweringAuthoringJobStatus = Nothing, Optional errors As IEnumerable(Of QuestionAnsweringAuthoringError) = Nothing) As QuestionAnsweringAuthoringImportJobState
Parameters
- createdDateTime
- DateTimeOffset
The creation date time of the job.
- expirationDateTime
- Nullable<DateTimeOffset>
The expiration date time of the job.
- jobId
- String
The job ID.
- lastUpdatedDateTime
- DateTimeOffset
The last date time the job was updated.
Job Status.
The errors encountered while executing the job.
Returns
A new QuestionAnsweringAuthoringImportJobState instance for mocking.