Values.OpenSearchManagedClusterConfigurationSourceContains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.
type nonrec t = {domainEndpoint : OpenSearchManagedClusterDomainEndpoint.t;The endpoint URL the OpenSearch domain.
*)domainArn : OpenSearchManagedClusterDomainArn.t;The Amazon Resource Name (ARN) of the OpenSearch domain.
*)vectorIndexName : OpenSearchManagedClusterIndexName.t;The name of the vector store.
*)fieldMapping : OpenSearchManagedClusterFieldMapping.t;Contains the names of the fields to which to map information about the vector store.
*)}val make :
domainEndpoint:OpenSearchManagedClusterDomainEndpoint.t ->
domainArn:OpenSearchManagedClusterDomainArn.t ->
vectorIndexName:OpenSearchManagedClusterIndexName.t ->
fieldMapping:OpenSearchManagedClusterFieldMapping.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of OpenSearchManagedClusterDomainEndpoint.t
| `Structure of (string * [> `String of FieldName.t ]) list ])
list ]