Class BetaVectorStoreUpdateParams
-
- All Implemented Interfaces:
-
com.openai.core.Params
public final class BetaVectorStoreUpdateParams implements Params
Modifies a vector store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaVectorStoreUpdateParams.Body
public final class
BetaVectorStoreUpdateParams.Builder
A builder for BetaVectorStoreUpdateParams.
public final class
BetaVectorStoreUpdateParams.ExpiresAfter
The expiration policy for a vector store.
-
Method Summary
Modifier and Type Method Description final String
vectorStoreId()
final Optional<BetaVectorStoreUpdateParams.ExpiresAfter>
expiresAfter()
The expiration policy for a vector store. final Optional<Metadata>
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<Metadata>
_metadata()
Set of 16 key-value pairs that can be attached to an object. final JsonField<String>
_name()
The name of the vector store. final Map<String, JsonValue>
_additionalBodyProperties()
final Headers
_additionalHeaders()
final QueryParams
_additionalQueryParams()
Headers
_headers()
The full set of headers in the parameters, including both fixed and additional headers. QueryParams
_queryParams()
The full set of query params in the parameters, including both fixed and additional query params. final String
getPathParam(Integer index)
final BetaVectorStoreUpdateParams.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaVectorStoreUpdateParams.Builder
builder()
-
-
Method Detail
-
vectorStoreId
final String vectorStoreId()
-
expiresAfter
final Optional<BetaVectorStoreUpdateParams.ExpiresAfter> expiresAfter()
The expiration policy for a vector store.
-
metadata
final Optional<Metadata> 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, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
-
_expiresAfter
final JsonField<BetaVectorStoreUpdateParams.ExpiresAfter> _expiresAfter()
The expiration policy for a vector store.
-
_metadata
final JsonField<Metadata> _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, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final BetaVectorStoreUpdateParams.Builder toBuilder()
-
builder
final static BetaVectorStoreUpdateParams.Builder builder()
-
-
-
-