ProjectsAgentsModelFactory.VersionIndicator(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 determining which agent version backs the session. Please note this is the abstract base class. The derived classes available for instantiation are: VersionRefIndicator.
public static Azure.AI.Projects.Agents.VersionIndicator VersionIndicator(string type = default);
static member VersionIndicator : string -> Azure.AI.Projects.Agents.VersionIndicator
Public Shared Function VersionIndicator (Optional type As String = Nothing) As VersionIndicator
Parameters
- type
- String
The type of version indicator.
Returns
A new VersionIndicator instance for mocking.