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
public final class
OtherFileChunkingStrategyObject.Type
Always
other
.
-
Method Summary
Modifier and Type Method Description final OtherFileChunkingStrategyObject.Type
type()
Always other
.final JsonField<OtherFileChunkingStrategyObject.Type>
_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
-
type
final OtherFileChunkingStrategyObject.Type type()
Always
other
.
-
_type
final JsonField<OtherFileChunkingStrategyObject.Type> _type()
Always
other
.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final OtherFileChunkingStrategyObject validate()
-
toBuilder
final OtherFileChunkingStrategyObject.Builder toBuilder()
-
builder
final static OtherFileChunkingStrategyObject.Builder builder()
-
-
-
-