Package com.openai.models
Class FileSearchToolCall.FileSearch.RankingOptions
-
- All Implemented Interfaces:
public final class FileSearchToolCall.FileSearch.RankingOptionsThe ranking options for the file search.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileSearchToolCall.FileSearch.RankingOptions.Builder
-
Method Summary
Modifier and Type Method Description final JsonValue_ranker()The ranker used for the file search. final DoublescoreThreshold()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.RankingOptionsvalidate()final FileSearchToolCall.FileSearch.RankingOptions.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchToolCall.FileSearch.RankingOptions.Builderbuilder()-
-
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()
-
-
-
-