Values_0.AIRecommendationOutputResultSourceThe output configuration for an AI recommendation job, including the S3 location for results and the model package group for deployment.
type nonrec t = {s3OutputLocation : S3Uri.t option;The Amazon S3 URI where the recommendation job writes its output results.
*)modelPackageGroupIdentifier : AIResourceIdentifier.t option;The name or Amazon Resource Name (ARN) of the model package group where deployment-ready model packages are registered.
*)}