PersonalizerEvaluationJobStatus 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.
The status of the job processing the evaluation.
public readonly struct PersonalizerEvaluationJobStatus : IEquatable<Azure.AI.Personalizer.PersonalizerEvaluationJobStatus>
type PersonalizerEvaluationJobStatus = struct
Public Structure PersonalizerEvaluationJobStatus
Implements IEquatable(Of PersonalizerEvaluationJobStatus)
- Inheritance
-
PersonalizerEvaluationJobStatus
- Implements
Constructors
PersonalizerEvaluationJobStatus(String) |
Initializes a new instance of PersonalizerEvaluationJobStatus. |
Properties
Completed |
completed. |
Failed |
failed. |
NotSubmitted |
notSubmitted. |
OnlinePolicyRetained |
onlinePolicyRetained. |
OptimalPolicyApplied |
optimalPolicyApplied. |
Pending |
pending. |
Timeout |
timeout. |
Methods
Equals(PersonalizerEvaluationJobStatus) |
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
Equality(PersonalizerEvaluationJobStatus, PersonalizerEvaluationJobStatus) |
Determines if two PersonalizerEvaluationJobStatus values are the same. |
Implicit(String to PersonalizerEvaluationJobStatus) |
Converts a string to a PersonalizerEvaluationJobStatus. |
Inequality(PersonalizerEvaluationJobStatus, PersonalizerEvaluationJobStatus) |
Determines if two PersonalizerEvaluationJobStatus values are not the same. |