CreateRecommenderRequest

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 destination domain dataset group for the recommender.

Link copied to clipboard
val name: String?

The name of the recommender.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see Choosing recommender use cases.

Link copied to clipboard

The configuration details of the recommender.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to apply to the recommender.

Functions

Link copied to clipboard
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