Interface EvaluationInstance.DeprecatedAgentConfigOrBuilder (3.94.0)

public static interface EvaluationInstance.DeprecatedAgentConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentId() (deprecated)

public abstract String getAgentId()

Optional. Unique identifier of the agent. This ID is used to refer to this agent, e.g., in AgentEvent.author, or in the sub_agents field. It must be unique within the agents map.

string agent_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The agentId.

getAgentIdBytes() (deprecated)

public abstract ByteString getAgentIdBytes()

Optional. Unique identifier of the agent. This ID is used to refer to this agent, e.g., in AgentEvent.author, or in the sub_agents field. It must be unique within the agents map.

string agent_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for agentId.

getAgentType() (deprecated)

public abstract String getAgentType()

Optional. The type or class of the agent (e.g., "LlmAgent", "RouterAgent", "ToolUseAgent"). Useful for the autorater to understand the expected behavior of the agent.

string agent_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The agentType.

getAgentTypeBytes() (deprecated)

public abstract ByteString getAgentTypeBytes()

Optional. The type or class of the agent (e.g., "LlmAgent", "RouterAgent", "ToolUseAgent"). Useful for the autorater to understand the expected behavior of the agent.

string agent_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for agentType.

getDescription() (deprecated)

public abstract String getDescription()

Optional. A high-level description of the agent's role and responsibilities. Critical for evaluating if the agent is routing tasks correctly.

string description = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes() (deprecated)

public abstract ByteString getDescriptionBytes()

Optional. A high-level description of the agent's role and responsibilities. Critical for evaluating if the agent is routing tasks correctly.

string description = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getDeveloperInstruction() (deprecated)

public abstract EvaluationInstance.InstanceData getDeveloperInstruction()

Optional. Contains instructions from the developer for the agent. Can be static or a dynamic prompt template used with the AgentEvent.state_delta field.

.google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData developer_instruction = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EvaluationInstance.InstanceData

The developerInstruction.

getDeveloperInstructionOrBuilder() (deprecated)

public abstract EvaluationInstance.InstanceDataOrBuilder getDeveloperInstructionOrBuilder()

Optional. Contains instructions from the developer for the agent. Can be static or a dynamic prompt template used with the AgentEvent.state_delta field.

.google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData developer_instruction = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EvaluationInstance.InstanceDataOrBuilder

getSubAgents(int index) (deprecated)

public abstract String getSubAgents(int index)

Optional. The list of valid agent IDs (names) that this agent can delegate to. This defines the directed edges in the agent system graph topology.

repeated string sub_agents = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The subAgents at the given index.

getSubAgentsBytes(int index) (deprecated)

public abstract ByteString getSubAgentsBytes(int index)

Optional. The list of valid agent IDs (names) that this agent can delegate to. This defines the directed edges in the agent system graph topology.

repeated string sub_agents = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the subAgents at the given index.

getSubAgentsCount() (deprecated)

public abstract int getSubAgentsCount()

Optional. The list of valid agent IDs (names) that this agent can delegate to. This defines the directed edges in the agent system graph topology.

repeated string sub_agents = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of subAgents.

getSubAgentsList() (deprecated)

public abstract List<String> getSubAgentsList()

Optional. The list of valid agent IDs (names) that this agent can delegate to. This defines the directed edges in the agent system graph topology.

repeated string sub_agents = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the subAgents.

getTools() (deprecated)

public abstract EvaluationInstance.DeprecatedAgentConfig.Tools getTools()

List of tools.

.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig.Tools tools = 2;

Returns
Type Description
EvaluationInstance.DeprecatedAgentConfig.Tools

The tools.

getToolsDataCase() (deprecated)

public abstract EvaluationInstance.DeprecatedAgentConfig.ToolsDataCase getToolsDataCase()
Returns
Type Description
EvaluationInstance.DeprecatedAgentConfig.ToolsDataCase

getToolsOrBuilder() (deprecated)

public abstract EvaluationInstance.DeprecatedAgentConfig.ToolsOrBuilder getToolsOrBuilder()

List of tools.

.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig.Tools tools = 2;

Returns
Type Description
EvaluationInstance.DeprecatedAgentConfig.ToolsOrBuilder

getToolsText() (deprecated)

public abstract String getToolsText()

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;

Returns
Type Description
String

The toolsText.

getToolsTextBytes() (deprecated)

public abstract ByteString getToolsTextBytes()

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;

Returns
Type Description
ByteString

The bytes for toolsText.

hasDeveloperInstruction() (deprecated)

public abstract boolean hasDeveloperInstruction()

Optional. Contains instructions from the developer for the agent. Can be static or a dynamic prompt template used with the AgentEvent.state_delta field.

.google.cloud.aiplatform.v1beta1.EvaluationInstance.InstanceData developer_instruction = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the developerInstruction field is set.

hasTools() (deprecated)

public abstract boolean hasTools()

List of tools.

.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentConfig.Tools tools = 2;

Returns
Type Description
boolean

Whether the tools field is set.

hasToolsText() (deprecated)

public abstract boolean hasToolsText()

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;

Returns
Type Description
boolean

Whether the toolsText field is set.