Package com.openai.models.vectorstores
Class OtherFileChunkingStrategyObject.Builder
-
- All Implemented Interfaces:
public final class OtherFileChunkingStrategyObject.BuilderA builder for OtherFileChunkingStrategyObject.
-
-
Method Summary
Modifier and Type Method Description final OtherFileChunkingStrategyObject.Buildertype(JsonValue type)Always other.final OtherFileChunkingStrategyObject.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final OtherFileChunkingStrategyObject.BuilderputAdditionalProperty(String key, JsonValue value)final OtherFileChunkingStrategyObject.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final OtherFileChunkingStrategyObject.BuilderremoveAdditionalProperty(String key)final OtherFileChunkingStrategyObject.BuilderremoveAllAdditionalProperties(Set<String> keys)final OtherFileChunkingStrategyObjectbuild()-
-
Method Detail
-
type
final OtherFileChunkingStrategyObject.Builder type(JsonValue type)
Always
other.
-
additionalProperties
final OtherFileChunkingStrategyObject.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final OtherFileChunkingStrategyObject.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final OtherFileChunkingStrategyObject.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final OtherFileChunkingStrategyObject.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final OtherFileChunkingStrategyObject.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final OtherFileChunkingStrategyObject build()
-
-
-
-