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 Summary
Modifier and TypeMethodDescriptionOptional.Optional.booleanOptional.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
-
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
EvaluationParserConfig.CustomCodeParserConfig 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
EvaluationParserConfig.ParserCase getParserCase()
-