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