Values.NeptuneAnalyticsConfigurationSourceContains 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.
type nonrec t = {graphArn : GraphArn.t;The Amazon Resource Name (ARN) of the Neptune Analytics vector store.
*)fieldMapping : NeptuneAnalyticsFieldMapping.t;Contains the names of the fields to which to map information about the vector store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GraphArn.t
| `Structure of (string * [> `String of FieldName.t ]) list ])
list ]