Package com.openai.models.beta.threads
Class ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject
-
- All Implemented Interfaces:
public final class ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Builder
A builder for StaticObject.
public final class
ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Static
-
Method Summary
Modifier and Type Method Description final ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Static
static_()
final JsonValue
_type()
Always static
.final JsonField<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Static>
_static_()
Returns the raw JSON value of static_. final Map<String, JsonValue>
_additionalProperties()
final ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Builder
toBuilder()
final ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Builder
builder()
Returns a mutable builder for constructing an instance of StaticObject. -
-
Method Detail
-
static_
final ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Static static_()
-
_type
final JsonValue _type()
Always
static
.Expected to always return the following:
JsonValue.from("static")
However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_static_
final JsonField<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Static> _static_()
Returns the raw JSON value of static_.
Unlike static_, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Builder toBuilder()
-
validate
final ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject validate()
-
builder
final static ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.StaticObject.Builder builder()
Returns a mutable builder for constructing an instance of StaticObject.
The following fields are required:
.static_()
-
-
-
-