Class: Aws::Types::Collaborator
- Inherits:
-
Object
- Object
- Aws::Types::Collaborator
- 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.
-
#collaborator_configurations ⇒ ::Array[Types::CollaboratorConfiguration]
Returns the value of attribute collaborator_configurations.
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#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.
-
#instruction ⇒ ::String
Returns the value of attribute instruction.
-
#knowledge_bases ⇒ ::Array[Types::KnowledgeBase]
Returns the value of attribute knowledge_bases.
-
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
Instance Attribute Details
#action_groups ⇒ ::Array[Types::AgentActionGroup]
Returns the value of attribute action_groups.
467 468 469 |
# File 'sig/types.rbs', line 467 def action_groups @action_groups end |
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
468 469 470 |
# File 'sig/types.rbs', line 468 def agent_collaboration @agent_collaboration end |
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
469 470 471 |
# File 'sig/types.rbs', line 469 def agent_name @agent_name end |
#collaborator_configurations ⇒ ::Array[Types::CollaboratorConfiguration]
Returns the value of attribute collaborator_configurations.
470 471 472 |
# File 'sig/types.rbs', line 470 def collaborator_configurations @collaborator_configurations end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
471 472 473 |
# File 'sig/types.rbs', line 471 def customer_encryption_key_arn @customer_encryption_key_arn end |
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
472 473 474 |
# File 'sig/types.rbs', line 472 def foundation_model @foundation_model end |
#guardrail_configuration ⇒ Types::GuardrailConfigurationWithArn
Returns the value of attribute guardrail_configuration.
473 474 475 |
# File 'sig/types.rbs', line 473 def guardrail_configuration @guardrail_configuration end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
474 475 476 |
# File 'sig/types.rbs', line 474 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#instruction ⇒ ::String
Returns the value of attribute instruction.
475 476 477 |
# File 'sig/types.rbs', line 475 def instruction @instruction end |
#knowledge_bases ⇒ ::Array[Types::KnowledgeBase]
Returns the value of attribute knowledge_bases.
476 477 478 |
# File 'sig/types.rbs', line 476 def knowledge_bases @knowledge_bases end |
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
477 478 479 |
# File 'sig/types.rbs', line 477 def prompt_override_configuration @prompt_override_configuration end |