Module Values.StartRecommendationsRequestEntrySource

Provides information about the source database to analyze and provide target recommendations according to the specified requirements.

Sourcetype nonrec t = {
  1. databaseId : String_.t;
    (*

    The identifier of the source database.

    *)
  2. settings : RecommendationSettings.t;
    (*

    The required target engine settings.

    *)
}
Sourceval context_ : string
Sourceval make : databaseId:String_.t -> settings:RecommendationSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.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