IOnlineEndpoint.Traffic Property

Definition

Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpointTraffic) }, Read=true, ReadOnly=false, Required=false, SerializedName="traffic", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpointTraffic Traffic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpointTraffic) }, Read=true, ReadOnly=false, Required=false, SerializedName="traffic", Update=true)>]
member this.Traffic : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpointTraffic with get, set
Public Property Traffic As IOnlineEndpointTraffic

Property Value

Attributes

Applies to