Class: Aws::Types::UpdateAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#agent_resource_role_arn ⇒ ::String
Returns the value of attribute agent_resource_role_arn.
-
#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.
Instance Attribute Details
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
2953 2954 2955 |
# File 'sig/types.rbs', line 2953 def agent_collaboration @agent_collaboration end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def agent_id @agent_id end |
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def agent_name @agent_name end |
#agent_resource_role_arn ⇒ ::String
Returns the value of attribute agent_resource_role_arn.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def agent_resource_role_arn @agent_resource_role_arn end |
#custom_orchestration ⇒ Types::CustomOrchestration
Returns the value of attribute custom_orchestration.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def custom_orchestration @custom_orchestration end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def customer_encryption_key_arn @customer_encryption_key_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def description @description end |
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def foundation_model @foundation_model end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def guardrail_configuration @guardrail_configuration end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#instruction ⇒ ::String
Returns the value of attribute instruction.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def instruction @instruction end |
#memory_configuration ⇒ Types::MemoryConfiguration
Returns the value of attribute memory_configuration.
2952 2953 2954 |
# File 'sig/types.rbs', line 2952 def memory_configuration @memory_configuration end |
#orchestration_type ⇒ "DEFAULT", "CUSTOM_ORCHESTRATION"
Returns the value of attribute orchestration_type.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def orchestration_type @orchestration_type end |
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def prompt_override_configuration @prompt_override_configuration end |