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