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