Condividi tramite


DataSourceQueryType Struct

Definition

Enum for query_type in InternalAzureSearchChatDataSourceParameters.

public readonly struct DataSourceQueryType : IEquatable<Azure.AI.OpenAI.Chat.DataSourceQueryType>
type DataSourceQueryType = struct
Public Structure DataSourceQueryType
Implements IEquatable(Of DataSourceQueryType)
Inheritance
DataSourceQueryType
Implements

Constructors

DataSourceQueryType(String)

Initializes a new instance of DataSourceQueryType.

Properties

Semantic

semantic.

Simple

simple.

Vector

vector.

VectorSemanticHybrid

vector_semantic_hybrid.

VectorSimpleHybrid

vector_simple_hybrid.

Methods

Equals(DataSourceQueryType)

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

Determines if two DataSourceQueryType values are the same.

Implicit(String to DataSourceQueryType)

Converts a string to a DataSourceQueryType.

Inequality(DataSourceQueryType, DataSourceQueryType)

Determines if two DataSourceQueryType values are not the same.

Applies to