public interface GeminiTemplateConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFieldMapping(String key)
Required.
|
Map<String,String> |
getFieldMapping()
Deprecated.
|
int |
getFieldMappingCount()
Required.
|
Map<String,String> |
getFieldMappingMap()
Required.
|
String |
getFieldMappingOrDefault(String key,
String defaultValue)
Required.
|
String |
getFieldMappingOrThrow(String key)
Required.
|
GeminiExample |
getGeminiExample()
Required.
|
GeminiExampleOrBuilder |
getGeminiExampleOrBuilder()
Required.
|
boolean |
hasGeminiExample()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGeminiExample()
Required. The template that will be used for assembling the request to use for downstream applications.
.google.cloud.aiplatform.v1beta1.GeminiExample gemini_example = 1 [(.google.api.field_behavior) = REQUIRED];
GeminiExample getGeminiExample()
Required. The template that will be used for assembling the request to use for downstream applications.
.google.cloud.aiplatform.v1beta1.GeminiExample gemini_example = 1 [(.google.api.field_behavior) = REQUIRED];
GeminiExampleOrBuilder getGeminiExampleOrBuilder()
Required. The template that will be used for assembling the request to use for downstream applications.
.google.cloud.aiplatform.v1beta1.GeminiExample gemini_example = 1 [(.google.api.field_behavior) = REQUIRED];
int getFieldMappingCount()
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
boolean containsFieldMapping(String key)
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
@Deprecated Map<String,String> getFieldMapping()
getFieldMappingMap() instead.Map<String,String> getFieldMappingMap()
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
String getFieldMappingOrDefault(String key, String defaultValue)
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.