QuestionAnsweringAuthoringJobStatus Struct
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.
Job Status.
public readonly struct QuestionAnsweringAuthoringJobStatus : IEquatable<Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringJobStatus>
type QuestionAnsweringAuthoringJobStatus = struct
Public Structure QuestionAnsweringAuthoringJobStatus
Implements IEquatable(Of QuestionAnsweringAuthoringJobStatus)
- Inheritance
-
QuestionAnsweringAuthoringJobStatus
- Implements
Constructors
| Name | Description |
|---|---|
| QuestionAnsweringAuthoringJobStatus(String) |
Initializes a new instance of QuestionAnsweringAuthoringJobStatus. |
Properties
| Name | Description |
|---|---|
| Cancelled |
cancelled. |
| Cancelling |
cancelling. |
| Failed |
failed. |
| NotStarted |
notStarted. |
| PartiallyCompleted |
partiallyCompleted. |
| Running |
running. |
| Succeeded |
succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(QuestionAnsweringAuthoringJobStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(QuestionAnsweringAuthoringJobStatus, QuestionAnsweringAuthoringJobStatus) |
Determines if two QuestionAnsweringAuthoringJobStatus values are the same. |
| Implicit(String to QuestionAnsweringAuthoringJobStatus) |
Converts a String to a QuestionAnsweringAuthoringJobStatus. |
| Inequality(QuestionAnsweringAuthoringJobStatus, QuestionAnsweringAuthoringJobStatus) |
Determines if two QuestionAnsweringAuthoringJobStatus values are not the same. |