IOnlineEndpointProperties.MirrorTraffic Property
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.
Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic) }, ReadOnly=false, Required=false, SerializedName="mirrorTraffic")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic MirrorTraffic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic) }, ReadOnly=false, Required=false, SerializedName="mirrorTraffic")>]
member this.MirrorTraffic : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic with get, set
Public Property MirrorTraffic As IOnlineEndpointMirrorTraffic
Property Value
- Attributes