Package com.openai.models
Class OtherFileChunkingStrategyObject
-
- All Implemented Interfaces:
public final class OtherFileChunkingStrategyObject
This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the
chunking_strategy
concept was introduced in the API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
OtherFileChunkingStrategyObject.Builder
A builder for OtherFileChunkingStrategyObject.
-
Method Summary
Modifier and Type Method Description final JsonValue
_type()
Always other
.final Map<String, JsonValue>
_additionalProperties()
final OtherFileChunkingStrategyObject
validate()
final OtherFileChunkingStrategyObject.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static OtherFileChunkingStrategyObject.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final OtherFileChunkingStrategyObject validate()
-
toBuilder
final OtherFileChunkingStrategyObject.Builder toBuilder()
-
builder
final static OtherFileChunkingStrategyObject.Builder builder()
-
-
-
-