CognitiveServicesVersionedAgentReference 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.
Type modeling a reference to a version of an agent definition.
public class CognitiveServicesVersionedAgentReference : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgentReferenceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesVersionedAgentReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesVersionedAgentReference>
type CognitiveServicesVersionedAgentReference = class
inherit CognitiveServicesAgentReferenceProperties
interface IJsonModel<CognitiveServicesVersionedAgentReference>
interface IPersistableModel<CognitiveServicesVersionedAgentReference>
Public Class CognitiveServicesVersionedAgentReference
Inherits CognitiveServicesAgentReferenceProperties
Implements IJsonModel(Of CognitiveServicesVersionedAgentReference), IPersistableModel(Of CognitiveServicesVersionedAgentReference)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesVersionedAgentReference() |
Initializes a new instance of CognitiveServicesVersionedAgentReference. |
Properties
| Name | Description |
|---|---|
| AgentId |
Gets the agent's unique identifier within the organization (subscription). (Inherited from CognitiveServicesAgentReferenceProperties) |
| AgentName |
Gets the agent's name (unique within the project/app). (Inherited from CognitiveServicesAgentReferenceProperties) |
| AgentVersion |
Gets the agent's version (unique for each agent lineage). |