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 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

      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];
    • getFieldMapping

      @Deprecated Map<String,String> getFieldMapping()
      Deprecated.
    • getFieldMappingMap

      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];
    • getFieldMappingOrDefault

      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];
    • getFieldMappingOrThrow

      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];