PromotionInfo interface
Promotion metadata recorded when a candidate is deployed to a Foundry agent.
Properties
| agent_name | Name of the Foundry agent this candidate was promoted to. |
| agent_version | Version of the Foundry agent this candidate was promoted to. |
| promoted_at | Timestamp when promotion occurred, represented in Unix time. |
Property Details
agent_name
Name of the Foundry agent this candidate was promoted to.
agent_name: string
Property Value
string
agent_version
Version of the Foundry agent this candidate was promoted to.
agent_version: string
Property Value
string
promoted_at
Timestamp when promotion occurred, represented in Unix time.
promoted_at: Date
Property Value
Date