DataSourceQueryType 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.
The AzureSearchChatDataSourceParametersQueryType.
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
Azure SDK for .NET