Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudAiplatformV1GenerationConfigRoutingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX