RecommendationSummary
Summary information about a recommendation.
Contents
- createdAt
-
The timestamp when the recommendation was created.
Type: Timestamp
Required: Yes
- name
-
The name of the recommendation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
Pattern:
[a-zA-Z][a-zA-Z0-9_-]{0,47}Required: Yes
- recommendationArn
-
The Amazon Resource Name (ARN) of the recommendation.
Type: String
Pattern:
arn:aws[a-zA-Z-]*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:recommendation/[0-9a-zA-Z_-]{1,48}-[0-9A-Z]{10}Required: Yes
- recommendationId
-
The unique identifier of the recommendation.
Type: String
Pattern:
[0-9a-zA-Z_-]{1,48}-[0-9A-Z]{10}Required: Yes
- status
-
The current status of the recommendation.
Type: String
Valid Values:
PENDING | IN_PROGRESS | COMPLETED | FAILED | DELETINGRequired: Yes
- type
-
The type of recommendation.
Type: String
Valid Values:
SYSTEM_PROMPT_RECOMMENDATION | TOOL_DESCRIPTION_RECOMMENDATIONRequired: Yes
- updatedAt
-
The timestamp when the recommendation was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the recommendation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4096.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: