sttp.openai.requests.vectorstore
package sttp.openai.requests.vectorstore
Members list
Packages
Type members
Classlikes
Represents the expiration policy for a vector store.
Represents the expiration policy for a vector store.
Value parameters
- anchor
-
Required. Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at.
- days
-
Required. The number of days after the anchor time that the vector store will expire.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ExpiresAfter
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExpiresAfter.type
object VectorStoreRequestBody
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object VectorStoreResponseData
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article