Language

GenerationWarningType Struct

Definition

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 generation_job_id to fetch the detailed warning payloads.

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.

Applies to