Class: Aws::Types::InvokeInlineAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeInlineAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_groups ⇒ ::Array[Types::AgentActionGroup]
Returns the value of attribute action_groups.
-
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#bedrock_model_configurations ⇒ Types::InlineBedrockModelConfigurations
Returns the value of attribute bedrock_model_configurations.
-
#collaborator_configurations ⇒ ::Array[Types::CollaboratorConfiguration]
Returns the value of attribute collaborator_configurations.
-
#collaborators ⇒ ::Array[Types::Collaborator]
Returns the value of attribute collaborators.
-
#custom_orchestration ⇒ Types::CustomOrchestration
Returns the value of attribute custom_orchestration.
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
-
#end_session ⇒ Boolean
Returns the value of attribute end_session.
-
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
-
#guardrail_configuration ⇒ Types::GuardrailConfigurationWithArn
Returns the value of attribute guardrail_configuration.
-
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
-
#inline_session_state ⇒ Types::InlineSessionState
Returns the value of attribute inline_session_state.
-
#input_text ⇒ ::String
Returns the value of attribute input_text.
-
#instruction ⇒ ::String
Returns the value of attribute instruction.
-
#knowledge_bases ⇒ ::Array[Types::KnowledgeBase]
Returns the value of attribute knowledge_bases.
-
#orchestration_type ⇒ "DEFAULT", "CUSTOM_ORCHESTRATION"
Returns the value of attribute orchestration_type.
-
#prompt_creation_configurations ⇒ Types::PromptCreationConfigurations
Returns the value of attribute prompt_creation_configurations.
-
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#streaming_configurations ⇒ Types::StreamingConfigurations
Returns the value of attribute streaming_configurations.
Instance Attribute Details
#action_groups ⇒ ::Array[Types::AgentActionGroup]
Returns the value of attribute action_groups.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def action_groups @action_groups end |
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def agent_collaboration @agent_collaboration end |
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def agent_name @agent_name end |
#bedrock_model_configurations ⇒ Types::InlineBedrockModelConfigurations
Returns the value of attribute bedrock_model_configurations.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def bedrock_model_configurations @bedrock_model_configurations end |
#collaborator_configurations ⇒ ::Array[Types::CollaboratorConfiguration]
Returns the value of attribute collaborator_configurations.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def collaborator_configurations @collaborator_configurations end |
#collaborators ⇒ ::Array[Types::Collaborator]
Returns the value of attribute collaborators.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def collaborators @collaborators end |
#custom_orchestration ⇒ Types::CustomOrchestration
Returns the value of attribute custom_orchestration.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def custom_orchestration @custom_orchestration end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def customer_encryption_key_arn @customer_encryption_key_arn end |
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def enable_trace @enable_trace end |
#end_session ⇒ Boolean
Returns the value of attribute end_session.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def end_session @end_session end |
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def foundation_model @foundation_model end |
#guardrail_configuration ⇒ Types::GuardrailConfigurationWithArn
Returns the value of attribute guardrail_configuration.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def guardrail_configuration @guardrail_configuration end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#inline_session_state ⇒ Types::InlineSessionState
Returns the value of attribute inline_session_state.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def inline_session_state @inline_session_state end |
#input_text ⇒ ::String
Returns the value of attribute input_text.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def input_text @input_text end |
#instruction ⇒ ::String
Returns the value of attribute instruction.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def instruction @instruction end |
#knowledge_bases ⇒ ::Array[Types::KnowledgeBase]
Returns the value of attribute knowledge_bases.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def knowledge_bases @knowledge_bases end |
#orchestration_type ⇒ "DEFAULT", "CUSTOM_ORCHESTRATION"
Returns the value of attribute orchestration_type.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def orchestration_type @orchestration_type end |
#prompt_creation_configurations ⇒ Types::PromptCreationConfigurations
Returns the value of attribute prompt_creation_configurations.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def prompt_creation_configurations @prompt_creation_configurations end |
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def prompt_override_configuration @prompt_override_configuration end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def session_id @session_id end |
#streaming_configurations ⇒ Types::StreamingConfigurations
Returns the value of attribute streaming_configurations.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def streaming_configurations @streaming_configurations end |