sttp.openai.requests.vectorstore

Members list

Type members

Classlikes

case class ExpiresAfter(anchor: String, days: Int)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ExpiresAfter

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type