Class EvaluationInstance.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
com.google.cloud.aiplatform.v1beta1.EvaluationInstance.Builder
All Implemented Interfaces:
EvaluationInstanceOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
EvaluationInstance

public static final class EvaluationInstance.Builder extends com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder> implements EvaluationInstanceOrBuilder
 A single instance to be evaluated.
 Instances are used to specify the input data for evaluation, from
 simple string comparisons to complex, multi-turn model evaluations
 
Protobuf type google.cloud.aiplatform.v1beta1.EvaluationInstance
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
    • getDefaultInstanceForType

      public EvaluationInstance getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public EvaluationInstance build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public EvaluationInstance buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public EvaluationInstance.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EvaluationInstance.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<EvaluationInstance.Builder>
    • mergeFrom

      public EvaluationInstance.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EvaluationInstance.Builder>
      Throws:
      IOException
    • hasPrompt

      public boolean hasPrompt()
       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasPrompt in interface EvaluationInstanceOrBuilder
      Returns:
      Whether the prompt field is set.
    • getPrompt

      public EvaluationInstance.InstanceData getPrompt()
       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPrompt in interface EvaluationInstanceOrBuilder
      Returns:
      The prompt.
    • setPrompt

       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
    • setPrompt

       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
    • mergePrompt

       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
    • clearPrompt

      public EvaluationInstance.Builder clearPrompt()
       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getPromptBuilder

      public EvaluationInstance.InstanceData.Builder getPromptBuilder()
       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getPromptOrBuilder

      public EvaluationInstance.InstanceDataOrBuilder getPromptOrBuilder()
       Optional. Data used to populate placeholder `prompt` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData prompt = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPromptOrBuilder in interface EvaluationInstanceOrBuilder
    • getRubricGroupsCount

      public int getRubricGroupsCount()
      Description copied from interface: EvaluationInstanceOrBuilder
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRubricGroupsCount in interface EvaluationInstanceOrBuilder
    • containsRubricGroups

      public boolean containsRubricGroups(String key)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      containsRubricGroups in interface EvaluationInstanceOrBuilder
    • getRubricGroups

      @Deprecated public Map<String,RubricGroup> getRubricGroups()
      Deprecated.
      Specified by:
      getRubricGroups in interface EvaluationInstanceOrBuilder
    • getRubricGroupsMap

      public Map<String,RubricGroup> getRubricGroupsMap()
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRubricGroupsMap in interface EvaluationInstanceOrBuilder
    • getRubricGroupsOrDefault

      public RubricGroup getRubricGroupsOrDefault(String key, RubricGroup defaultValue)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRubricGroupsOrDefault in interface EvaluationInstanceOrBuilder
    • getRubricGroupsOrThrow

      public RubricGroup getRubricGroupsOrThrow(String key)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRubricGroupsOrThrow in interface EvaluationInstanceOrBuilder
    • clearRubricGroups

      public EvaluationInstance.Builder clearRubricGroups()
    • removeRubricGroups

      public EvaluationInstance.Builder removeRubricGroups(String key)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getMutableRubricGroups

      @Deprecated public Map<String,RubricGroup> getMutableRubricGroups()
      Deprecated.
      Use alternate mutation accessors instead.
    • putRubricGroups

      public EvaluationInstance.Builder putRubricGroups(String key, RubricGroup value)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
    • putAllRubricGroups

      public EvaluationInstance.Builder putAllRubricGroups(Map<String,RubricGroup> values)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
    • putRubricGroupsBuilderIfAbsent

      public RubricGroup.Builder putRubricGroupsBuilderIfAbsent(String key)
       Optional. Named groups of rubrics associated with the prompt.
       This is used for rubric-based evaluations where rubrics can be referenced
       by a key. The key could represent versions, associated metrics, etc.
       
      map<string, .google.cloud.aiplatform.v1beta1.RubricGroup> rubric_groups = 2 [(.google.api.field_behavior) = OPTIONAL];
    • hasResponse

      public boolean hasResponse()
       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasResponse in interface EvaluationInstanceOrBuilder
      Returns:
      Whether the response field is set.
    • getResponse

      public EvaluationInstance.InstanceData getResponse()
       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getResponse in interface EvaluationInstanceOrBuilder
      Returns:
      The response.
    • setResponse

       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
    • setResponse

       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
    • mergeResponse

       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
    • clearResponse

      public EvaluationInstance.Builder clearResponse()
       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getResponseBuilder

      public EvaluationInstance.InstanceData.Builder getResponseBuilder()
       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getResponseOrBuilder

      public EvaluationInstance.InstanceDataOrBuilder getResponseOrBuilder()
       Optional. Data used to populate placeholder `response` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData response = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getResponseOrBuilder in interface EvaluationInstanceOrBuilder
    • hasReference

      public boolean hasReference()
       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasReference in interface EvaluationInstanceOrBuilder
      Returns:
      Whether the reference field is set.
    • getReference

      public EvaluationInstance.InstanceData getReference()
       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getReference in interface EvaluationInstanceOrBuilder
      Returns:
      The reference.
    • setReference

       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
    • setReference

       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
    • mergeReference

       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
    • clearReference

      public EvaluationInstance.Builder clearReference()
       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getReferenceBuilder

      public EvaluationInstance.InstanceData.Builder getReferenceBuilder()
       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getReferenceOrBuilder

      public EvaluationInstance.InstanceDataOrBuilder getReferenceOrBuilder()
       Optional. Data used to populate placeholder `reference` in a metric prompt
       template.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData reference = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getReferenceOrBuilder in interface EvaluationInstanceOrBuilder
    • hasOtherData

      public boolean hasOtherData()
       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasOtherData in interface EvaluationInstanceOrBuilder
      Returns:
      Whether the otherData field is set.
    • getOtherData

      public EvaluationInstance.MapInstance getOtherData()
       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getOtherData in interface EvaluationInstanceOrBuilder
      Returns:
      The otherData.
    • setOtherData

       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
    • setOtherData

       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
    • mergeOtherData

       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
    • clearOtherData

      public EvaluationInstance.Builder clearOtherData()
       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getOtherDataBuilder

      public EvaluationInstance.MapInstance.Builder getOtherDataBuilder()
       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getOtherDataOrBuilder

      public EvaluationInstance.MapInstanceOrBuilder getOtherDataOrBuilder()
       Optional. Other data used to populate placeholders based on their key.
       If a key conflicts with a field in the EvaluationInstance (e.g. `prompt`),
       the value of the field will take precedence over the value in other_data.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.MapInstance other_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getOtherDataOrBuilder in interface EvaluationInstanceOrBuilder
    • hasAgentData

      @Deprecated public boolean hasAgentData()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.agent_data is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=565
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasAgentData in interface EvaluationInstanceOrBuilder
      Returns:
      Whether the agentData field is set.
    • getAgentData

      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.agent_data is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=565
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAgentData in interface EvaluationInstanceOrBuilder
      Returns:
      The agentData.
    • setAgentData

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
    • setAgentData

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
    • mergeAgentData

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
    • clearAgentData

      @Deprecated public EvaluationInstance.Builder clearAgentData()
      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
    • getAgentDataBuilder

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
    • getAgentDataOrBuilder

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData agent_data = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAgentDataOrBuilder in interface EvaluationInstanceOrBuilder
    • hasAgentEvalData

      public boolean hasAgentEvalData()
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasAgentEvalData in interface EvaluationInstanceOrBuilder
      Returns:
      Whether the agentEvalData field is set.
    • getAgentEvalData

      public AgentData getAgentEvalData()
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAgentEvalData in interface EvaluationInstanceOrBuilder
      Returns:
      The agentEvalData.
    • setAgentEvalData

      public EvaluationInstance.Builder setAgentEvalData(AgentData value)
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
    • setAgentEvalData

      public EvaluationInstance.Builder setAgentEvalData(AgentData.Builder builderForValue)
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
    • mergeAgentEvalData

      public EvaluationInstance.Builder mergeAgentEvalData(AgentData value)
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
    • clearAgentEvalData

      public EvaluationInstance.Builder clearAgentEvalData()
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAgentEvalDataBuilder

      public AgentData.Builder getAgentEvalDataBuilder()
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAgentEvalDataOrBuilder

      public AgentDataOrBuilder getAgentEvalDataOrBuilder()
       Optional. Data used for agent evaluation.
       
      .google.cloud.aiplatform.v1beta1.AgentData agent_eval_data = 7 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAgentEvalDataOrBuilder in interface EvaluationInstanceOrBuilder