Skip to content

Bedrock Agent  >  Structures  >  AgentVersionSummary

AgentVersionSummary

Structure Class

AgentVersionSummary dataclass

Contains details about a version of an agent.

Attributes

agent_name instance-attribute
agent_name: str

The name of the agent to which the version belongs.

agent_status instance-attribute
agent_status: AgentStatus

The status of the agent to which the version belongs.

agent_version instance-attribute
agent_version: str

The version of the agent.

created_at instance-attribute
created_at: datetime

The time at which the version was created.

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

The description of the version of the agent.

guardrail_configuration class-attribute instance-attribute
guardrail_configuration: GuardrailConfiguration | None = None

Details about the guardrail associated with the agent.

updated_at instance-attribute
updated_at: datetime

The time at which the version was last updated.