Values.RecipeSourceProvides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.
type nonrec t = {name : Name.t option;The name of the recipe.
*)recipeArn : Arn.t option;The Amazon Resource Name (ARN) of the recipe.
*)algorithmArn : Arn.t option;The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
*)featureTransformationArn : Arn.t option;The ARN of the FeatureTransformation object.
*)status : Status.t option;The status of the recipe.
*)description : Description.t option;The description of the recipe.
*)creationDateTime : Date.t option;The date and time (in Unix format) that the recipe was created.
*)recipeType : RecipeType.t option;One of the following values: PERSONALIZED_RANKING RELATED_ITEMS USER_PERSONALIZATION
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix format) that the recipe was last updated.
*)}