Class: Aws::Types::AgentVersion
- Inherits:
-
Object
- Object
- Aws::Types::AgentVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arn ⇒ ::String
Returns the value of attribute agent_arn.
-
#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.
-
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#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.
-
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
-
#recommended_actions ⇒ ::Array[::String]
Returns the value of attribute recommended_actions.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#agent_arn ⇒ ::String
Returns the value of attribute agent_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def agent_arn @agent_arn end |
#agent_collaboration ⇒ "SUPERVISOR", ...
Returns the value of attribute agent_collaboration.
226 227 228 |
# File 'sig/types.rbs', line 226 def agent_collaboration @agent_collaboration end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def agent_id @agent_id end |
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
209 210 211 |
# File 'sig/types.rbs', line 209 def agent_name @agent_name end |
#agent_resource_role_arn ⇒ ::String
Returns the value of attribute agent_resource_role_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def agent_resource_role_arn @agent_resource_role_arn end |
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
213 214 215 |
# File 'sig/types.rbs', line 213 def agent_status @agent_status end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
219 220 221 |
# File 'sig/types.rbs', line 219 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
218 219 220 |
# File 'sig/types.rbs', line 218 def customer_encryption_key_arn @customer_encryption_key_arn end |
#description ⇒ ::String
Returns the value of attribute description.
215 216 217 |
# File 'sig/types.rbs', line 215 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
221 222 223 |
# File 'sig/types.rbs', line 221 def failure_reasons @failure_reasons end |
#foundation_model ⇒ ::String
Returns the value of attribute foundation_model.
214 215 216 |
# File 'sig/types.rbs', line 214 def foundation_model @foundation_model end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
224 225 226 |
# File 'sig/types.rbs', line 224 def guardrail_configuration @guardrail_configuration end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
216 217 218 |
# File 'sig/types.rbs', line 216 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#instruction ⇒ ::String
Returns the value of attribute instruction.
212 213 214 |
# File 'sig/types.rbs', line 212 def instruction @instruction end |
#memory_configuration ⇒ Types::MemoryConfiguration
Returns the value of attribute memory_configuration.
225 226 227 |
# File 'sig/types.rbs', line 225 def memory_configuration @memory_configuration end |
#prompt_override_configuration ⇒ Types::PromptOverrideConfiguration
Returns the value of attribute prompt_override_configuration.
223 224 225 |
# File 'sig/types.rbs', line 223 def prompt_override_configuration @prompt_override_configuration end |
#recommended_actions ⇒ ::Array[::String]
Returns the value of attribute recommended_actions.
222 223 224 |
# File 'sig/types.rbs', line 222 def recommended_actions @recommended_actions end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
220 221 222 |
# File 'sig/types.rbs', line 220 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
211 212 213 |
# File 'sig/types.rbs', line 211 def version @version end |