Package com.openai.models
Class BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody
-
- All Implemented Interfaces:
public final class BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody.BuilderA builder for BetaVectorStoreUpdateBody.
-
Method Summary
Modifier and Type Method Description final Optional<BetaVectorStoreUpdateParams.ExpiresAfter>expiresAfter()The expiration policy for a vector store. final JsonValue_metadata()Set of 16 key-value pairs that can be attached to an object. final Optional<String>name()The name of the vector store. final JsonField<BetaVectorStoreUpdateParams.ExpiresAfter>_expiresAfter()The expiration policy for a vector store. final JsonField<String>_name()The name of the vector store. final Map<String, JsonValue>_additionalProperties()final BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBodyvalidate()final BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody.Builderbuilder()-
-
Method Detail
-
expiresAfter
final Optional<BetaVectorStoreUpdateParams.ExpiresAfter> expiresAfter()
The expiration policy for a vector store.
-
_metadata
final JsonValue _metadata()
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
-
_expiresAfter
final JsonField<BetaVectorStoreUpdateParams.ExpiresAfter> _expiresAfter()
The expiration policy for a vector store.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody validate()
-
toBuilder
final BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody.Builder toBuilder()
-
builder
final static BetaVectorStoreUpdateParams.BetaVectorStoreUpdateBody.Builder builder()
-
-
-
-