SearchKnowledgeRetrieval 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.
Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions.
public readonly struct SearchKnowledgeRetrieval : IEquatable<Azure.ResourceManager.Search.Models.SearchKnowledgeRetrieval>
type SearchKnowledgeRetrieval = struct
Public Structure SearchKnowledgeRetrieval
Implements IEquatable(Of SearchKnowledgeRetrieval)
- Inheritance
-
SearchKnowledgeRetrieval
- Implements
Constructors
| Name | Description |
|---|---|
| SearchKnowledgeRetrieval(String) |
Initializes a new instance of SearchKnowledgeRetrieval. |
Properties
| Name | Description |
|---|---|
| Free |
Enables knowledge retrieval on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of knowledge retrieval requests and is offered at no extra charge. |
| Standard |
Enables knowledge retrieval on a search service as a billable feature after the free quota is exhausted, with higher throughput and volume of knowledge retrieval requests. |
Methods
| Name | Description |
|---|---|
| Equals(SearchKnowledgeRetrieval) |
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
| Name | Description |
|---|---|
| Equality(SearchKnowledgeRetrieval, SearchKnowledgeRetrieval) |
Determines if two SearchKnowledgeRetrieval values are the same. |
| Implicit(String to Nullable<SearchKnowledgeRetrieval>) | |
| Implicit(String to SearchKnowledgeRetrieval) |
Converts a string to a SearchKnowledgeRetrieval. |
| Inequality(SearchKnowledgeRetrieval, SearchKnowledgeRetrieval) |
Determines if two SearchKnowledgeRetrieval values are not the same. |