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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_groupString

The action group that the function belongs to.

Returns:

  • (String)


916
917
918
919
920
921
922
923
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916

class FunctionInvocationInput < Struct.new(
  :action_group,
  :action_invocation_type,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#action_invocation_typeString

Contains information about the function to invoke,

Returns:

  • (String)


916
917
918
919
920
921
922
923
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916

class FunctionInvocationInput < Struct.new(
  :action_group,
  :action_invocation_type,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#functionString

The name of the function.

Returns:

  • (String)


916
917
918
919
920
921
922
923
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916

class FunctionInvocationInput < Struct.new(
  :action_group,
  :action_invocation_type,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::FunctionParameter>

A list of parameters of the function.

Returns:



916
917
918
919
920
921
922
923
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 916

class FunctionInvocationInput < Struct.new(
  :action_group,
  :action_invocation_type,
  :function,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end