Module Values.ServerlessVectorAccelerationSource

Configuration for serverless vector acceleration, which provides GPU-accelerated vector search capabilities for improved performance on vector workloads.

Sourcetype nonrec t = {
  1. enabled : Boolean.t option;
    (*

    Specifies whether serverless vector acceleration is enabled for the domain.

    *)
}
Sourceval make : ?enabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t