Class: Aws::BedrockAgent::Types::CreateAgentActionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentActionGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Create Action Group Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_group_executor ⇒ Types::ActionGroupExecutor
Type of Executors for an Action Group.
-
#action_group_name ⇒ String
Name for a resource.
-
#action_group_state ⇒ String
State of the action group.
-
#agent_id ⇒ String
Id generated at the server side when an Agent is created.
-
#agent_version ⇒ String
Draft Version of the Agent.
-
#api_schema ⇒ Types::APISchema
Contains information about the API Schema for the Action Group.
-
#client_token ⇒ String
Client specified token used for idempotency checks.
-
#description ⇒ String
Description of the Resource.
-
#parent_action_group_signature ⇒ String
Action Group Signature for a BuiltIn Action.
Instance Attribute Details
#action_group_executor ⇒ Types::ActionGroupExecutor
Type of Executors for an Action Group
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#action_group_name ⇒ String
Name for a resource.
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#action_group_state ⇒ String
State of the action group
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
Id generated at the server side when an Agent is created
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Draft Version of the Agent.
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#api_schema ⇒ Types::APISchema
Contains information about the API Schema for the Action Group
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Client specified token used for idempotency checks
**A suitable default value is auto-generated.** You should normally not need to pass this option.
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |
#parent_action_group_signature ⇒ String
Action Group Signature for a BuiltIn Action
795 796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 795 class CreateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_name, :client_token, :description, :parent_action_group_signature, :action_group_executor, :api_schema, :action_group_state) SENSITIVE = [] include Aws::Structure end |