Class: Aws::BedrockAgentRuntime::Types::FunctionInvocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FunctionInvocationInput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the function that the agent predicts should be called.
This data type is used in the following API operations:
- In the
returnControl
field of the InvokeAgent response
^
Constant Summary collapse
- SENSITIVE =
[:collaborator_name]
Instance Attribute Summary collapse
-
#action_group ⇒ String
The action group that the function belongs to.
-
#action_invocation_type ⇒ String
Contains information about the function to invoke,.
-
#agent_id ⇒ String
The agent's ID.
-
#collaborator_name ⇒ String
The collaborator's name.
-
#function ⇒ String
The name of the function.
-
#parameters ⇒ Array<Types::FunctionParameter>
A list of parameters of the function.
Instance Attribute Details
#action_group ⇒ String
The action group that the function belongs to.
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1701 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :agent_id, :collaborator_name, :function, :parameters) SENSITIVE = [:collaborator_name] include Aws::Structure end |
#action_invocation_type ⇒ String
Contains information about the function to invoke,
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1701 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :agent_id, :collaborator_name, :function, :parameters) SENSITIVE = [:collaborator_name] include Aws::Structure end |
#agent_id ⇒ String
The agent's ID.
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1701 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :agent_id, :collaborator_name, :function, :parameters) SENSITIVE = [:collaborator_name] include Aws::Structure end |
#collaborator_name ⇒ String
The collaborator's name.
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1701 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :agent_id, :collaborator_name, :function, :parameters) SENSITIVE = [:collaborator_name] include Aws::Structure end |
#function ⇒ String
The name of the function.
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1701 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :agent_id, :collaborator_name, :function, :parameters) SENSITIVE = [:collaborator_name] include Aws::Structure end |
#parameters ⇒ Array<Types::FunctionParameter>
A list of parameters of the function.
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1701 class FunctionInvocationInput < Struct.new( :action_group, :action_invocation_type, :agent_id, :collaborator_name, :function, :parameters) SENSITIVE = [:collaborator_name] include Aws::Structure end |