Recipe
public struct Recipe : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
Declaration
Swift
public let algorithmArn: String?
-
The date and time (in Unix format) that the recipe was created.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The description of the recipe.
Declaration
Swift
public let description: String?
-
The ARN of the FeatureTransformation object.
Declaration
Swift
public let featureTransformationArn: String?
-
The date and time (in Unix format) that the recipe was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The name of the recipe.
Declaration
Swift
public let name: String?
-
The Amazon Resource Name (ARN) of the recipe.
Declaration
Swift
public let recipeArn: String?
-
One of the following values: PERSONALIZED_RANKING RELATED_ITEMS USER_PERSONALIZATION
Declaration
Swift
public let recipeType: String?
-
The status of the recipe.
Declaration
Swift
public let status: String?
-
init(algorithmArn:creationDateTime:description:featureTransformationArn:lastUpdatedDateTime:name:recipeArn:recipeType:status:)
Undocumented