public interface GeminiTemplateConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsFieldMapping(String key)
public abstract 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];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getFieldMapping() (deprecated)
public abstract Map<String,String> getFieldMapping()
Use #getFieldMappingMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getFieldMappingCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
getFieldMappingMap()
public abstract 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];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getFieldMappingOrDefault(String key, String defaultValue)
public abstract 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];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getFieldMappingOrThrow(String key)
public abstract String getFieldMappingOrThrow(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];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getGeminiExample()
public abstract 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];
Returns | |
---|---|
Type | Description |
GeminiExample |
The geminiExample. |
getGeminiExampleOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
GeminiExampleOrBuilder |
hasGeminiExample()
public abstract boolean 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the geminiExample field is set. |