Package com.openai.models
Class BetaAssistantUpdateParams.ToolResources.FileSearch
-
- All Implemented Interfaces:
public final class BetaAssistantUpdateParams.ToolResources.FileSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaAssistantUpdateParams.ToolResources.FileSearch.Builder
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>vectorStoreIds()Overrides the vector store attached to this assistant. final JsonField<List<String>>_vectorStoreIds()Overrides the vector store attached to this assistant. final Map<String, JsonValue>_additionalProperties()final BetaAssistantUpdateParams.ToolResources.FileSearchvalidate()final BetaAssistantUpdateParams.ToolResources.FileSearch.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaAssistantUpdateParams.ToolResources.FileSearch.Builderbuilder()-
-
Method Detail
-
vectorStoreIds
final Optional<List<String>> vectorStoreIds()
Overrides the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
_vectorStoreIds
final JsonField<List<String>> _vectorStoreIds()
Overrides the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaAssistantUpdateParams.ToolResources.FileSearch validate()
-
toBuilder
final BetaAssistantUpdateParams.ToolResources.FileSearch.Builder toBuilder()
-
builder
final static BetaAssistantUpdateParams.ToolResources.FileSearch.Builder builder()
-
-
-
-