Recipe

class Recipe

Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.

Link copied to clipboard

The date and time (in Unix format) that the recipe was created.

Link copied to clipboard

The description of the recipe.

Link copied to clipboard

The ARN of the FeatureTransformation object.

Link copied to clipboard

The date and time (in Unix format) that the recipe was last updated.

Link copied to clipboard
val name: String?

The name of the recipe.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recipe.

Link copied to clipboard

One of the following values:

Link copied to clipboard

The status of the recipe.

Functions

Link copied to clipboard
inline fun copy(block: Recipe.Builder.() -> Unit = {}): Recipe
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String