PromotionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Promotion metadata recorded when a candidate is deployed to a Foundry agent.
public class PromotionInfo : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.PromotionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.PromotionInfo>
type PromotionInfo = class
interface IJsonModel<PromotionInfo>
interface IPersistableModel<PromotionInfo>
Public Class PromotionInfo
Implements IJsonModel(Of PromotionInfo), IPersistableModel(Of PromotionInfo)
- Inheritance
-
PromotionInfo
- Implements
Properties
| Name | Description |
|---|---|
| AgentName |
Name of the Foundry agent this candidate was promoted to. |
| AgentVersion |
Version of the Foundry agent this candidate was promoted to. |
| PromotedAt |
Timestamp when promotion occurred, represented in Unix time. |