Interface EvaluationParserConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EvaluationParserConfig, EvaluationParserConfig.Builder

@Generated public interface EvaluationParserConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCustomCodeParserConfig

      boolean hasCustomCodeParserConfig()
       Optional. Use custom code to parse the LLM response.
       
      .google.cloud.aiplatform.v1beta1.EvaluationParserConfig.CustomCodeParserConfig custom_code_parser_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the customCodeParserConfig field is set.
    • getCustomCodeParserConfig

       Optional. Use custom code to parse the LLM response.
       
      .google.cloud.aiplatform.v1beta1.EvaluationParserConfig.CustomCodeParserConfig custom_code_parser_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The customCodeParserConfig.
    • getCustomCodeParserConfigOrBuilder

      EvaluationParserConfig.CustomCodeParserConfigOrBuilder getCustomCodeParserConfigOrBuilder()
       Optional. Use custom code to parse the LLM response.
       
      .google.cloud.aiplatform.v1beta1.EvaluationParserConfig.CustomCodeParserConfig custom_code_parser_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getParserCase