public sealed class GeminiTemplateConfig : IMessage<GeminiTemplateConfig>, IEquatable<GeminiTemplateConfig>, IDeepCloneable<GeminiTemplateConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GeminiTemplateConfig.
Template configuration to create Gemini examples from a multimodal dataset.
Implements
IMessageGeminiTemplateConfig, IEquatableGeminiTemplateConfig, IDeepCloneableGeminiTemplateConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 parameters 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 |
|