Interface GeminiTemplateConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GeminiTemplateConfig,GeminiTemplateConfig.Builder
@Generated
public interface GeminiTemplateConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRequired.Deprecated.intRequired.Required.getFieldMappingOrDefault(String key, String defaultValue) Required.Required.Required.Required.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGeminiExample
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:
- Whether the geminiExample field is set.
-
getGeminiExample
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:
- The geminiExample.
-
getGeminiExampleOrBuilder
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]; -
getFieldMappingCount
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]; -
containsFieldMapping
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED]; -
getFieldMapping
Deprecated.UsegetFieldMappingMap()instead. -
getFieldMappingMap
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED]; -
getFieldMappingOrDefault
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED]; -
getFieldMappingOrThrow
Required. Map of template parameters to the columns in the dataset table.
map<string, string> field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
-