AILanguageQuestionAnsweringAuthoringModelFactory.QuestionAnsweringAuthoringUpdateSourcesJobState 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 QuestionAnsweringAuthoringUpdateSourcesJobState.
public static Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringUpdateSourcesJobState QuestionAnsweringAuthoringUpdateSourcesJobState(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 QuestionAnsweringAuthoringUpdateSourcesJobState : DateTimeOffset * Nullable<DateTimeOffset> * string * DateTimeOffset * Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringJobStatus * seq<Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringError> -> Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringUpdateSourcesJobState
Public Shared Function QuestionAnsweringAuthoringUpdateSourcesJobState (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 QuestionAnsweringAuthoringUpdateSourcesJobState
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 QuestionAnsweringAuthoringUpdateSourcesJobState instance for mocking.