CognitiveServicesDeploymentRouting.Models 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.
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)