CognitiveServicesDeploymentRouting 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.
Routing configuration for the model-router deployment. Specifies how requests are routed across multiple models.
public class CognitiveServicesDeploymentRouting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesDeploymentRouting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesDeploymentRouting>
type CognitiveServicesDeploymentRouting = class
interface IJsonModel<CognitiveServicesDeploymentRouting>
interface IPersistableModel<CognitiveServicesDeploymentRouting>
Public Class CognitiveServicesDeploymentRouting
Implements IJsonModel(Of CognitiveServicesDeploymentRouting), IPersistableModel(Of CognitiveServicesDeploymentRouting)
- Inheritance
-
CognitiveServicesDeploymentRouting
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesDeploymentRouting() |
Initializes a new instance of CognitiveServicesDeploymentRouting. |
Properties
| Name | Description |
|---|---|
| Mode |
The model-router routing mode that determines how requests are distributed across models. |
| Models |
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. |