Class GoogleCloudAiplatformV1GenerationConfigRoutingConfig
The configuration for routing the request to a specific model. This can be used to control which model is used for the generation, either automatically or by specifying a model name.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerationConfigRoutingConfig : IDirectResponseSchema
Properties
AutoMode
In this mode, the model is selected automatically based on the content of the request.
Declaration
[JsonProperty("autoMode")]
public virtual GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode AutoMode { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ManualMode
In this mode, the model is specified manually.
Declaration
[JsonProperty("manualMode")]
public virtual GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode ManualMode { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode |