Package com.openai.models
Class BetaVectorStoreUpdateParams.ExpiresAfter.Builder
-
- All Implemented Interfaces:
public final class BetaVectorStoreUpdateParams.ExpiresAfter.Builder
A builder for ExpiresAfter.
-
-
Method Summary
-
-
Method Detail
-
anchor
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder anchor(JsonValue anchor)
Anchor timestamp after which the expiration policy applies. Supported anchors:
last_active_at
.
-
days
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder days(Long days)
The number of days after the anchor time that the vector store will expire.
-
days
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder days(JsonField<Long> days)
The number of days after the anchor time that the vector store will expire.
-
additionalProperties
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaVectorStoreUpdateParams.ExpiresAfter build()
-
-
-
-