Package com.openai.models.vectorstores
Class StaticFileChunkingStrategyObjectParam.Builder
-
- All Implemented Interfaces:
public final class StaticFileChunkingStrategyObjectParam.Builder
A builder for StaticFileChunkingStrategyObjectParam.
-
-
Method Summary
-
-
Method Detail
-
static_
final StaticFileChunkingStrategyObjectParam.Builder static_(StaticFileChunkingStrategy static_)
-
static_
final StaticFileChunkingStrategyObjectParam.Builder static_(JsonField<StaticFileChunkingStrategy> static_)
Sets Builder.static_ to an arbitrary JSON value.
You should usually call Builder.static_ with a well-typed StaticFileChunkingStrategy value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final StaticFileChunkingStrategyObjectParam.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("static")
This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final StaticFileChunkingStrategyObjectParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final StaticFileChunkingStrategyObjectParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final StaticFileChunkingStrategyObjectParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final StaticFileChunkingStrategyObjectParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final StaticFileChunkingStrategyObjectParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final StaticFileChunkingStrategyObjectParam build()
Returns an immutable instance of StaticFileChunkingStrategyObjectParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.static_()
-
-
-
-