你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |