VectorStoreExpirationPolicyAnchor Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. agents. persistent. models. VectorStoreExpirationPolicyAnchor
- com.
- com.
public final class VectorStoreExpirationPolicyAnchor
extends ExpandableStringEnum<VectorStoreExpirationPolicyAnchor>
Describes the relationship between the days and the expiration of this vector store.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Vector |
LAST_ACTIVE_AT
The expiration policy is based on the last time the vector store was active. |
Constructor Summary
| Constructor | Description |
|---|---|
| VectorStoreExpirationPolicyAnchor() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Vector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromString(String name)
Creates or finds a Vector |
|
static
Collection<Vector |
values()
Gets known Vector |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LAST_ACTIVE_AT
public static final VectorStoreExpirationPolicyAnchor LAST_ACTIVE_AT
The expiration policy is based on the last time the vector store was active.
Constructor Details
VectorStoreExpirationPolicyAnchor
@Deprecated
public VectorStoreExpirationPolicyAnchor()
Deprecated
Creates a new instance of VectorStoreExpirationPolicyAnchor value.
Method Details
fromString
public static VectorStoreExpirationPolicyAnchor fromString(String name)
Creates or finds a VectorStoreExpirationPolicyAnchor from its string representation.
Parameters:
Returns:
values
public static Collection<VectorStoreExpirationPolicyAnchor> values()
Gets known VectorStoreExpirationPolicyAnchor values.
Returns: