ProjectsAgentsModelFactory.VersionSelector 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.
The VersionSelector.
public static Azure.AI.Projects.Agents.VersionSelector VersionSelector(System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.VersionSelectionRule> versionSelectionRules = default);
static member VersionSelector : seq<Azure.AI.Projects.Agents.VersionSelectionRule> -> Azure.AI.Projects.Agents.VersionSelector
Public Shared Function VersionSelector (Optional versionSelectionRules As IEnumerable(Of VersionSelectionRule) = Nothing) As VersionSelector
Parameters
- versionSelectionRules
- IEnumerable<VersionSelectionRule>
Returns
A new VersionSelector instance for mocking.