Values.StartRecommendationsRequestEntrySourceProvides information about the source database to analyze and provide target recommendations according to the specified requirements.
type nonrec t = {databaseId : String_.t;The identifier of the source database.
*)settings : RecommendationSettings.t;The required target engine settings.
*)}