GenerationWarningType 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.
Category of a warning surfaced on a generated evaluator version. Extensible so new warning categories (e.g., safety, output quality) can be introduced without a breaking change.
public readonly struct GenerationWarningType : IEquatable<Azure.AI.Projects.GenerationWarningType>
type GenerationWarningType = struct
Public Structure GenerationWarningType
Implements IEquatable(Of GenerationWarningType)
- Inheritance
-
GenerationWarningType
- Implements
Constructors
| Name | Description |
|---|---|
| GenerationWarningType(String) |
Initializes a new instance of GenerationWarningType. |
Properties
| Name | Description |
|---|---|
| InputQuality |
The paired EvaluatorGenerationJob emitted one or more input-quality advisories. Follow |
Methods
| Name | Description |
|---|---|
| Equals(GenerationWarningType) |
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(GenerationWarningType, GenerationWarningType) |
Determines if two GenerationWarningType values are the same. |
| Implicit(String to GenerationWarningType) |
Converts a string to a GenerationWarningType. |
| Implicit(String to Nullable<GenerationWarningType>) | |
| Inequality(GenerationWarningType, GenerationWarningType) |
Determines if two GenerationWarningType values are not the same. |