Package com.openai.models
Class FileSearchToolCall.FileSearch.RankingOptions
-
- All Implemented Interfaces:
public final class FileSearchToolCall.FileSearch.RankingOptions
The ranking options for the file search.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileSearchToolCall.FileSearch.RankingOptions.Builder
A builder for RankingOptions.
-
Method Summary
Modifier and Type Method Description final JsonValue
_ranker()
The ranker used for the file search. final Double
scoreThreshold()
The score threshold for the file search. final JsonField<Double>
_scoreThreshold()
The score threshold for the file search. final Map<String, JsonValue>
_additionalProperties()
final FileSearchToolCall.FileSearch.RankingOptions
validate()
final FileSearchToolCall.FileSearch.RankingOptions.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileSearchToolCall.FileSearch.RankingOptions.Builder
builder()
-
-
Method Detail
-
scoreThreshold
final Double scoreThreshold()
The score threshold for the file search. All values must be a floating point number between 0 and 1.
-
_scoreThreshold
final JsonField<Double> _scoreThreshold()
The score threshold for the file search. All values must be a floating point number between 0 and 1.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileSearchToolCall.FileSearch.RankingOptions validate()
-
toBuilder
final FileSearchToolCall.FileSearch.RankingOptions.Builder toBuilder()
-
builder
final static FileSearchToolCall.FileSearch.RankingOptions.Builder builder()
-
-
-
-