Class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode
The configuration for manual routing. When manual routing is specified, the model will be selected based on the model name provided.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ModelName
The name of the model to use. Only public LLM models are accepted.
Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |