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 Summary
Modifier and TypeMethodDescriptionbooleancontainsAgents(String key) Deprecated.Optional.Deprecated.Optional.Deprecated.Optional.Deprecated.intDeprecated.Optional.Deprecated.Optional.getAgentsOrDefault(String key, EvaluationInstance.DeprecatedAgentConfig defaultValue) Deprecated.Optional.getAgentsOrThrow(String key) Deprecated.Optional.Deprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.developer_instruction is deprecated.Deprecated.Deprecated.A list of events.Deprecated.Deprecated.A list of events.getTools()Deprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools is deprecated.Deprecated.Deprecated.Deprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated.com.google.protobuf.ByteStringDeprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated.getTurns(int index) Deprecated.Optional.intDeprecated.Optional.Deprecated.Optional.getTurnsOrBuilder(int index) Deprecated.Optional.Deprecated.Optional.booleanDeprecated.Optional.booleanDeprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.developer_instruction is deprecated.booleanDeprecated.A list of events.booleanhasTools()Deprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools is deprecated.booleanDeprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated.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
-
hasToolsText
Deprecated.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=451A 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.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=451A 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.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools_text is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=451A 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.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.tools is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=454List 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=454List 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
EvaluationInstance.DeprecatedAgentData.Events getEvents()Deprecated.A list of events.
.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.Events events = 5;- Returns:
- The events.
-
getEventsOrBuilder
EvaluationInstance.DeprecatedAgentData.EventsOrBuilder 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
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.UsegetAgentsMap()instead. -
getAgentsMap
Map<String,EvaluationInstance.DeprecatedAgentConfig> 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
EvaluationInstance.DeprecatedAgentConfig getAgentsOrDefault(String key, EvaluationInstance.DeprecatedAgentConfig defaultValue) 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
List<EvaluationInstance.DeprecatedAgentData.ConversationTurn> 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
List<? extends EvaluationInstance.DeprecatedAgentData.ConversationTurnOrBuilder> 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.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.developer_instruction is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=481Optional. 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.google.cloud.aiplatform.v1beta1.EvaluationInstance.DeprecatedAgentData.developer_instruction is deprecated. See google/cloud/aiplatform/v1beta1/evaluation_service.proto;l=481Optional. 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.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
EvaluationInstance.DeprecatedAgentConfig 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
EvaluationInstance.DeprecatedAgentConfigOrBuilder 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
EvaluationInstance.DeprecatedAgentData.ToolsDataCase getToolsDataCase()Deprecated. -
getEventsDataCase
EvaluationInstance.DeprecatedAgentData.EventsDataCase getEventsDataCase()Deprecated.
-