FixedRatioVersionSelectionRule 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 FixedRatioVersionSelectionRule.
public class FixedRatioVersionSelectionRule : Azure.AI.Projects.Agents.VersionSelectionRule, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.FixedRatioVersionSelectionRule>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.FixedRatioVersionSelectionRule>
type FixedRatioVersionSelectionRule = class
inherit VersionSelectionRule
interface IJsonModel<FixedRatioVersionSelectionRule>
interface IPersistableModel<FixedRatioVersionSelectionRule>
Public Class FixedRatioVersionSelectionRule
Inherits VersionSelectionRule
Implements IJsonModel(Of FixedRatioVersionSelectionRule), IPersistableModel(Of FixedRatioVersionSelectionRule)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FixedRatioVersionSelectionRule(String, Int32) |
Initializes a new instance of FixedRatioVersionSelectionRule. |
Properties
| Name | Description |
|---|---|
| AgentVersion |
The agent version to route traffic to. (Inherited from VersionSelectionRule) |
| TrafficPercentage |
The percentage of traffic to route to the version. Must be between 0 and 100. |