Module Values.SqlKnowledgeBaseConfigurationSource

Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. type_ : QueryEngineType.t;
    (*

    The type of SQL database to connect to the knowledge base.

    *)
  2. redshiftConfiguration : RedshiftConfiguration.t option;
    (*

    Specifies configurations for a knowledge base connected to an Amazon Redshift database.

    *)
}
Sourceval context_ : string
Sourceval make : ?redshiftConfiguration:??? -> type_:QueryEngineType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of AwsDataCatalogTableName.t ] list | `String of RedshiftDatabase.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of QueryExecutionTimeoutSeconds.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of QueryGenerationColumnName.t ]) list ] list | `String of QueryGenerationTableName.t ]) list ] list | `String of WorkgroupArn.t | `Structure of (string * [> `Enum of string | `String of SecretArn.t ]) list ]) list ]) list ]) 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