SemanticErrorReason Struct

Definition

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

C#
public readonly struct SemanticErrorReason : IEquatable<Azure.Search.Documents.Models.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

Applies to

Product Versions
Azure SDK for .NET Latest, Preview