次の方法で共有


FileSearchRankingOptions(String, Single) Constructor

Definition

Initializes a new instance of FileSearchRankingOptions.

public FileSearchRankingOptions (string ranker, float scoreThreshold);
new Azure.AI.Projects.FileSearchRankingOptions : string * single -> Azure.AI.Projects.FileSearchRankingOptions
Public Sub New (ranker As String, scoreThreshold As Single)

Parameters

ranker
String

File search ranker.

scoreThreshold
Single

Ranker search threshold.

Exceptions

ranker is null.

Applies to