Uses of Class
com.azure.search.documents.indexes.models.KnowledgeAgentRequestLimits
Packages that use KnowledgeAgentRequestLimits
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeAgentRequestLimits in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return KnowledgeAgentRequestLimitsModifier and TypeMethodDescriptionstatic KnowledgeAgentRequestLimitsKnowledgeAgentRequestLimits.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentRequestLimits from the JsonReader.KnowledgeAgent.getRequestLimits()Get the requestLimits property: Guardrails to limit how much resources are utilized for a single agent retrieval request.KnowledgeAgentRequestLimits.setMaxOutputSize(Integer maxOutputSize) Set the maxOutputSize property: Limits the maximum size of the content in the output.KnowledgeAgentRequestLimits.setMaxRuntimeInSeconds(Integer maxRuntimeInSeconds) Set the maxRuntimeInSeconds property: The maximum runtime in seconds.Methods in com.azure.search.documents.indexes.models with parameters of type KnowledgeAgentRequestLimitsModifier and TypeMethodDescriptionKnowledgeAgent.setRequestLimits(KnowledgeAgentRequestLimits requestLimits) Set the requestLimits property: Guardrails to limit how much resources are utilized for a single agent retrieval request.