Interface EvaluationInstance.DeprecatedAgentDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EvaluationInstance.DeprecatedAgentData, EvaluationInstance.DeprecatedAgentData.Builder
Enclosing class:
EvaluationInstance

@Deprecated public static interface EvaluationInstance.DeprecatedAgentDataOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Details

    • hasToolsText

      @Deprecated boolean hasToolsText()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=451
       A JSON string containing a list of tools available to an agent with
       info such as name, description, parameters and required parameters.
       
      string tools_text = 1 [deprecated = true];
      Returns:
      Whether the toolsText field is set.
    • getToolsText

      @Deprecated String getToolsText()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=451
       A JSON string containing a list of tools available to an agent with
       info such as name, description, parameters and required parameters.
       
      string tools_text = 1 [deprecated = true];
      Returns:
      The toolsText.
    • getToolsTextBytes

      @Deprecated com.google.protobuf.ByteString getToolsTextBytes()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=451
       A JSON string containing a list of tools available to an agent with
       info such as name, description, parameters and required parameters.
       
      string tools_text = 1 [deprecated = true];
      Returns:
      The bytes for toolsText.
    • hasTools

      @Deprecated boolean hasTools()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=454
       List of tools.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Tools tools = 2 [deprecated = true];
      Returns:
      Whether the tools field is set.
    • getTools

      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=454
       List of tools.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Tools tools = 2 [deprecated = true];
      Returns:
      The tools.
    • getToolsOrBuilder

      Deprecated.
       List of tools.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Tools tools = 2 [deprecated = true];
    • hasEvents

      boolean hasEvents()
      Deprecated.
       A list of events.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Events events = 5;
      Returns:
      Whether the events field is set.
    • getEvents

      Deprecated.
       A list of events.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Events events = 5;
      Returns:
      The events.
    • getEventsOrBuilder

      Deprecated.
       A list of events.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Events events = 5;
    • getAgentsCount

      int getAgentsCount()
      Deprecated.
       Optional. The static Agent Configuration.
       This map defines the graph structure of the agent system.
       Key: agent_id (matches the `author` field in events).
       Value: The static configuration of the agent (tools, instructions,
       sub-agents).
       
      map<string, .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig> agents = 7 [(.google.api.field_behavior) = OPTIONAL];
    • containsAgents

      boolean containsAgents(String key)
      Deprecated.
       Optional. The static Agent Configuration.
       This map defines the graph structure of the agent system.
       Key: agent_id (matches the `author` field in events).
       Value: The static configuration of the agent (tools, instructions,
       sub-agents).
       
      map<string, .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig> agents = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAgents

      Deprecated.
      Use getAgentsMap() instead.
    • getAgentsMap

      Deprecated.
       Optional. The static Agent Configuration.
       This map defines the graph structure of the agent system.
       Key: agent_id (matches the `author` field in events).
       Value: The static configuration of the agent (tools, instructions,
       sub-agents).
       
      map<string, .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig> agents = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAgentsOrDefault

      Deprecated.
       Optional. The static Agent Configuration.
       This map defines the graph structure of the agent system.
       Key: agent_id (matches the `author` field in events).
       Value: The static configuration of the agent (tools, instructions,
       sub-agents).
       
      map<string, .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig> agents = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getAgentsOrThrow

      Deprecated.
       Optional. The static Agent Configuration.
       This map defines the graph structure of the agent system.
       Key: agent_id (matches the `author` field in events).
       Value: The static configuration of the agent (tools, instructions,
       sub-agents).
       
      map<string, .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig> agents = 7 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsList

      Deprecated.
       Optional. The chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.ConversationTurn turns = 8 [(.google.api.field_behavior) = OPTIONAL];
    • getTurns

      Deprecated.
       Optional. The chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.ConversationTurn turns = 8 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsCount

      int getTurnsCount()
      Deprecated.
       Optional. The chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.ConversationTurn turns = 8 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsOrBuilderList

      Deprecated.
       Optional. The chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.ConversationTurn turns = 8 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsOrBuilder

      Deprecated.
       Optional. The chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.ConversationTurn turns = 8 [(.google.api.field_behavior) = OPTIONAL];
    • hasDeveloperInstruction

      @Deprecated boolean hasDeveloperInstruction()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.developer_instruction is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=481
       Optional. Deprecated:  Use `agents.developer_instruction` or
       `turns.events.active_instruction` instead.
       A field containing instructions from the developer for the agent.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData developer_instruction = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the developerInstruction field is set.
    • getDeveloperInstruction

      @Deprecated EvaluationInstance.InstanceData getDeveloperInstruction()
      Deprecated.
      google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.developer_instruction is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=481
       Optional. Deprecated:  Use `agents.developer_instruction` or
       `turns.events.active_instruction` instead.
       A field containing instructions from the developer for the agent.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData developer_instruction = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The developerInstruction.
    • getDeveloperInstructionOrBuilder

      @Deprecated EvaluationInstance.InstanceDataOrBuilder getDeveloperInstructionOrBuilder()
      Deprecated.
       Optional. Deprecated:  Use `agents.developer_instruction` or
       `turns.events.active_instruction` instead.
       A field containing instructions from the developer for the agent.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData developer_instruction = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
    • hasAgentConfig

      boolean hasAgentConfig()
      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Agent configuration.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig agent_config = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the agentConfig field is set.
    • getAgentConfig

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Agent configuration.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig agent_config = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The agentConfig.
    • getAgentConfigOrBuilder

      Deprecated.
       Optional. Deprecated: Use `agent_eval_data` instead.
       Agent configuration.
       
      .google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig agent_config = 6 [(.google.api.field_behavior) = OPTIONAL];
    • getToolsDataCase

      Deprecated.
    • getEventsDataCase

      Deprecated.