PromoteCandidateResponse 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.
Response after successfully promoting a candidate.
public class PromoteCandidateResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.PromoteCandidateResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.PromoteCandidateResponse>
type PromoteCandidateResponse = class
interface IJsonModel<PromoteCandidateResponse>
interface IPersistableModel<PromoteCandidateResponse>
Public Class PromoteCandidateResponse
Implements IJsonModel(Of PromoteCandidateResponse), IPersistableModel(Of PromoteCandidateResponse)
- Inheritance
-
PromoteCandidateResponse
- Implements
Properties
| Name | Description |
|---|---|
| AgentName |
Name of the Foundry agent promoted to. |
| AgentVersion |
Version of the Foundry agent promoted to. |
| CandidateId |
The promoted candidate id. |
| PromotedAt |
Timestamp when promotion occurred, represented in Unix time. |
| Status |
Status after promotion. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to PromoteCandidateResponse) | |