Uses of Class
com.azure.ai.agents.persistent.models.FileSearchRankingOptions
Packages that use FileSearchRankingOptions
Package
Description
Package containing the data models for Agents.
-
Uses of FileSearchRankingOptions in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return FileSearchRankingOptionsModifier and TypeMethodDescriptionstatic FileSearchRankingOptionsFileSearchRankingOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileSearchRankingOptions from the JsonReader.FileSearchToolDefinitionDetails.getRankingOptions()Get the rankingOptions property: Ranking options for file search.RunStepFileSearchToolCallResults.getRankingOptions()Get the rankingOptions property: Ranking options for file search.Methods in com.azure.ai.agents.persistent.models with parameters of type FileSearchRankingOptionsModifier and TypeMethodDescriptionFileSearchToolDefinitionDetails.setRankingOptions(FileSearchRankingOptions rankingOptions) Set the rankingOptions property: Ranking options for file search.