Class: Aws::Types::CreateAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#agent_resource_role_arn ⇒ ::String
Returns the value of attribute agent_resource_role_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
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.
-
#memory_configuration ⇒ Types::MemoryConfiguration
Returns the value of attribute memory_configuration.
-
#orchestration_type ⇒ "DEFAULT", "CUSTOM_ORCHESTRATION"
Returns the value of attribute orchestration_type.
-
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
454 455 456 |
# File 'sig/types.rbs', line 454 def agent_collaboration @agent_collaboration end |
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
440 441 442 |
# File 'sig/types.rbs', line 440 def agent_name @agent_name end |
#agent_resource_role_arn ⇒ ::String
Returns the value of attribute agent_resource_role_arn.
448 449 450 |
# File 'sig/types.rbs', line 448 def agent_resource_role_arn @agent_resource_role_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
441 442 443 |
# File 'sig/types.rbs', line 441 def client_token @client_token end |
#custom_orchestration ⇒ Types::CustomOrchestration
Returns the value of attribute custom_orchestration.
446 447 448 |
# File 'sig/types.rbs', line 446 def custom_orchestration @custom_orchestration end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
449 450 451 |
# File 'sig/types.rbs', line 449 def customer_encryption_key_arn @customer_encryption_key_arn end |
#description ⇒ ::String
Returns the value of attribute description.
444 445 446 |
# File 'sig/types.rbs', line 444 def description @description end |
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
443 444 445 |
# File 'sig/types.rbs', line 443 def foundation_model @foundation_model end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
452 453 454 |
# File 'sig/types.rbs', line 452 def guardrail_configuration @guardrail_configuration end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
447 448 449 |
# File 'sig/types.rbs', line 447 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#instruction ⇒ ::String
Returns the value of attribute instruction.
442 443 444 |
# File 'sig/types.rbs', line 442 def instruction @instruction end |
#memory_configuration ⇒ Types::MemoryConfiguration
Returns the value of attribute memory_configuration.
453 454 455 |
# File 'sig/types.rbs', line 453 def memory_configuration @memory_configuration end |
#orchestration_type ⇒ "DEFAULT", "CUSTOM_ORCHESTRATION"
Returns the value of attribute orchestration_type.
445 446 447 |
# File 'sig/types.rbs', line 445 def orchestration_type @orchestration_type end |
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
451 452 453 |
# File 'sig/types.rbs', line 451 def prompt_override_configuration @prompt_override_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
450 451 452 |
# File 'sig/types.rbs', line 450 def end |