Package com.openai.models
Class BetaVectorStoreUpdateParams.ExpiresAfter
-
- All Implemented Interfaces:
public final class BetaVectorStoreUpdateParams.ExpiresAfter
The expiration policy for a vector store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaVectorStoreUpdateParams.ExpiresAfter.Builder
public final class
BetaVectorStoreUpdateParams.ExpiresAfter.Anchor
Anchor timestamp after which the expiration policy applies. Supported anchors:
last_active_at
.
-
Method Summary
Modifier and Type Method Description final BetaVectorStoreUpdateParams.ExpiresAfter.Anchor
anchor()
Anchor timestamp after which the expiration policy applies. final Long
days()
The number of days after the anchor time that the vector store will expire. final JsonField<BetaVectorStoreUpdateParams.ExpiresAfter.Anchor>
_anchor()
Anchor timestamp after which the expiration policy applies. final JsonField<Long>
_days()
The number of days after the anchor time that the vector store will expire. final Map<String, JsonValue>
_additionalProperties()
final BetaVectorStoreUpdateParams.ExpiresAfter
validate()
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaVectorStoreUpdateParams.ExpiresAfter.Builder
builder()
-
-
Method Detail
-
anchor
final BetaVectorStoreUpdateParams.ExpiresAfter.Anchor anchor()
Anchor timestamp after which the expiration policy applies. Supported anchors:
last_active_at
.
-
_anchor
final JsonField<BetaVectorStoreUpdateParams.ExpiresAfter.Anchor> _anchor()
Anchor timestamp after which the expiration policy applies. Supported anchors:
last_active_at
.
-
_days
final JsonField<Long> _days()
The number of days after the anchor time that the vector store will expire.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaVectorStoreUpdateParams.ExpiresAfter validate()
-
toBuilder
final BetaVectorStoreUpdateParams.ExpiresAfter.Builder toBuilder()
-
builder
final static BetaVectorStoreUpdateParams.ExpiresAfter.Builder builder()
-
-
-
-