Class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode
The configuration for automated routing. When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ModelRoutingPreference
The model routing preference.
Declaration
[JsonProperty("modelRoutingPreference")]
public virtual string ModelRoutingPreference { get; set; }
Property Value
| Type | Description |
|---|---|
| string |