RecommenderSummary
Provides a summary of a recommender's configuration and current state.
Contents
- CreatedAt
-
The timestamp when the recommender was created.
Type: Timestamp
Required: No
- Description
-
A description of the recommender's purpose and characteristics.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- FailureReason
-
If the recommender is in a failed state, provides the reason for the failure.
Type: String
Required: No
- LastUpdatedAt
-
The timestamp of when the recommender was edited.
Type: Timestamp
Required: No
- LatestRecommenderUpdate
-
Information about the most recent update performed on the recommender, including its status and timing.
Type: RecommenderUpdate object
Required: No
- RecipeName
-
The name of the recipe used by this recommender.
Type: String
Valid Values:
recommended-for-you | similar-items | frequently-paired-items | popular-items | trending-nowRequired: No
- RecommenderConfig
-
The configuration settings applied to this recommender.
Type: RecommenderConfig object
Required: No
- RecommenderName
-
The name of the recommender.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$Required: No
- Status
-
The current operational status of the recommender.
Type: String
Valid Values:
PENDING | IN_PROGRESS | ACTIVE | FAILED | STOPPING | INACTIVE | STARTING | DELETINGRequired: No
- Tags
-
The tags used to organize, track, or control access for this resource.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[a-zA-Z+-=._:/]+$Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: