Class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode
When manual routing is set, the specified model will be used directly.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelName
The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.
Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type | Description |
---|---|
string |