ProjectsAgentVersion 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.
The ProjectsAgentVersion.
public class ProjectsAgentVersion : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ProjectsAgentVersion>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ProjectsAgentVersion>
type ProjectsAgentVersion = class
interface IJsonModel<ProjectsAgentVersion>
interface IPersistableModel<ProjectsAgentVersion>
Public Class ProjectsAgentVersion
Implements IJsonModel(Of ProjectsAgentVersion), IPersistableModel(Of ProjectsAgentVersion)
- Inheritance
-
ProjectsAgentVersion
- Implements
Properties
| Name | Description |
|---|---|
| AgentGuid |
The unique GUID identifier of the agent. |
| Blueprint |
The blueprint for the agent. |
| BlueprintReference |
The blueprint for the agent. |
| CreatedAt |
The Unix timestamp (seconds) when the agent was created. |
| Definition |
Gets the Definition. |
| Description |
A human-readable description of the agent. |
| Id |
The unique identifier of the agent version. |
| InstanceIdentity |
The instance identity of the agent. |
| Metadata |
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. |
| Name |
The name of the agent. Name can be used to retrieve/update/delete the agent. |
| Status |
The provisioning status of the agent version. Defaults to 'active' for non-hosted agents. For hosted agents, reflects infrastructure readiness. |
| Version |
The version identifier of the agent. Agents are immutable and every update creates a new version while keeping the name same. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ProjectsAgentVersion) | |