ProjectsAgentsModelFactory.VersionRefIndicator(String) Method
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.
Version indicator that references a specific agent version by name.
public static Azure.AI.Projects.Agents.VersionRefIndicator VersionRefIndicator(string agentVersion = default);
static member VersionRefIndicator : string -> Azure.AI.Projects.Agents.VersionRefIndicator
Public Shared Function VersionRefIndicator (Optional agentVersion As String = Nothing) As VersionRefIndicator
Parameters
- agentVersion
- String
The agent version identifier returned by the agent version APIs.
Returns
A new VersionRefIndicator instance for mocking.