Vertex AI v1beta1 API - Class GeminiTemplateConfig (1.0.0-beta24)

public sealed class GeminiTemplateConfig : IMessage<GeminiTemplateConfig>, IEquatable<GeminiTemplateConfig>, IDeepCloneable<GeminiTemplateConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class GeminiTemplateConfig.

Template configuration to create Gemini examples from a multimodal dataset.

Inheritance

object > GeminiTemplateConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

GeminiTemplateConfig()

public GeminiTemplateConfig()

GeminiTemplateConfig(GeminiTemplateConfig)

public GeminiTemplateConfig(GeminiTemplateConfig other)
Parameter
Name Description
other GeminiTemplateConfig

Properties

FieldMapping

public MapField<string, string> FieldMapping { get; }

Required. Map of template params to the columns in the dataset table.

Property Value
Type Description
MapFieldstringstring

GeminiExample

public GeminiExample GeminiExample { get; set; }

Required. The template that will be used for assembling the request to use for downstream applications.

Property Value
Type Description
GeminiExample