Module Values.NeptuneAnalyticsConfigurationSource

Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see Create a vector index in Amazon Neptune Analytics.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The Amazon Resource Name (ARN) of the Neptune Analytics vector store.

    *)
  2. fieldMapping : NeptuneAnalyticsFieldMapping.t;
    (*

    Contains the names of the fields to which to map information about the vector store.

    *)
}
Sourceval context_ : string
Sourceval make : graphArn:GraphArn.t -> fieldMapping:NeptuneAnalyticsFieldMapping.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GraphArn.t | `Structure of (string * [> `String of FieldName.t ]) list ]) 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