SemanticErrorReason Struct

Definition

Reason that a partial response was returned for a semantic ranking request.

public readonly struct SemanticErrorReason : IEquatable<Azure.Search.Documents.Models.SemanticErrorReason>
type SemanticErrorReason = struct
Public Structure SemanticErrorReason
Implements IEquatable(Of SemanticErrorReason)
Inheritance
SemanticErrorReason
Implements

Constructors

SemanticErrorReason(String)

Initializes a new instance of SemanticErrorReason.

Properties

CapacityOverloaded

The request was throttled. Only the base results were returned.

MaxWaitExceeded

If 'semanticMaxWaitInMilliseconds' was set and the semantic processing duration exceeded that value. Only the base results were returned.

Transient

At least one step of the semantic process failed.

Methods

Equals(SemanticErrorReason)

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(SemanticErrorReason, SemanticErrorReason)

Determines if two SemanticErrorReason values are the same.

Implicit(String to SemanticErrorReason)

Converts a string to a SemanticErrorReason.

Inequality(SemanticErrorReason, SemanticErrorReason)

Determines if two SemanticErrorReason values are not the same.

Applies to