RecommenderSummary
Provides a summary of the properties of the recommender.
Contents
- creationDateTime
-
The date and time (in Unix format) that the recommender was created.
Type: Timestamp
Required: No
- datasetGroupArn
-
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- lastUpdatedDateTime
-
The date and time (in Unix format) that the recommender was last updated.
Type: Timestamp
Required: No
- name
-
The name of the recommender.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Required: No
- recipeArn
-
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- recommenderArn
-
The Amazon Resource Name (ARN) of the recommender.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- recommenderConfig
-
The configuration details of the recommender.
Type: RecommenderConfig object
Required: No
- status
-
The status of the recommender. A recommender can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
-
DELETE PENDING > DELETE IN_PROGRESS
Type: String
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: