Class: Aws::BedrockAgentRuntime::Types::FunctionInvocationInput

Inherits:
Struct
  • Object
show all
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:

^

Constant Summary collapse

SENSITIVE =
[:collaborator_name]

Instance Attribute Summary collapse

Instance Attribute Details

#action_groupString

The action group that the function belongs to.

Returns:

  • (String)


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_typeString

Contains information about the function to invoke,

Returns:

  • (String)


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_idString

The agent's ID.

Returns:

  • (String)


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_nameString

The collaborator's name.

Returns:

  • (String)


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

#functionString

The name of the function.

Returns:

  • (String)


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

#parametersArray<Types::FunctionParameter>

A list of parameters of the function.

Returns:



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