Skip to content

Bedrock Agentcore  >  Structures  >  RecommendationSummary

RecommendationSummary

Structure Class

RecommendationSummary dataclass

Summary information about a recommendation.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the recommendation was created.

description class-attribute instance-attribute
description: str | None = None

The description of the recommendation.

name instance-attribute
name: str

The name of the recommendation.

recommendation_arn instance-attribute
recommendation_arn: str

The Amazon Resource Name (ARN) of the recommendation.

recommendation_id instance-attribute
recommendation_id: str

The unique identifier of the recommendation.

status instance-attribute

The current status of the recommendation.

type instance-attribute

The type of recommendation.

updated_at instance-attribute
updated_at: datetime

The timestamp when the recommendation was last updated.