CognitiveServicesDeploymentRouting.Models Property

Definition

Optional. The list of model-router supported models that the model router can use to route requests across. If not specified, the model router will route to all available models specified in the model-router version.

public System.Collections.Generic.IList<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel> Models { get; }
member this.Models : System.Collections.Generic.IList<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel>
Public ReadOnly Property Models As IList(Of CognitiveServicesAccountDeploymentModel)

Property Value

Applies to