Recommender

Describes a recommendation generator for a Domain dataset group. You create a recommender in a Domain dataset group for a specific domain use case (domain recipe), and specify the recommender in a GetRecommendations request.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.

Link copied to clipboard

If a recommender fails, the reason behind the failure.

Link copied to clipboard

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

Link copied to clipboard

Provides a summary of the latest updates to the recommender.

Link copied to clipboard

Provides evaluation metrics that help you determine the performance of a recommender. For more information, see Evaluating a 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 (Domain dataset group use case) that the recommender was created for.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recommender.

Link copied to clipboard

The configuration details of the recommender.

Link copied to clipboard

The status of the recommender.

Functions

Link copied to clipboard
inline fun copy(block: Recommender.Builder.() -> Unit = {}): Recommender
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