PromoteCandidateRequest 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.
Request body for promoting a candidate to a Foundry agent version.
public class PromoteCandidateRequest : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.PromoteCandidateRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.PromoteCandidateRequest>
type PromoteCandidateRequest = class
interface IJsonModel<PromoteCandidateRequest>
interface IPersistableModel<PromoteCandidateRequest>
Public Class PromoteCandidateRequest
Implements IJsonModel(Of PromoteCandidateRequest), IPersistableModel(Of PromoteCandidateRequest)
- Inheritance
-
PromoteCandidateRequest
- Implements
Constructors
| Name | Description |
|---|---|
| PromoteCandidateRequest(String, String) |
Initializes a new instance of PromoteCandidateRequest. |
Properties
| Name | Description |
|---|---|
| AgentName |
Name of the Foundry agent to promote to. |
| AgentVersion |
Version of the Foundry agent to promote to. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(PromoteCandidateRequest to BinaryContent) | |