Class: Aws::Types::PromptRouterSummary
- Inherits:
-
Object
- Object
- Aws::Types::PromptRouterSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fallback_model ⇒ Types::PromptRouterTargetModel
Returns the value of attribute fallback_model.
-
#models ⇒ ::Array[Types::PromptRouterTargetModel]
Returns the value of attribute models.
-
#prompt_router_arn ⇒ ::String
Returns the value of attribute prompt_router_arn.
-
#prompt_router_name ⇒ ::String
Returns the value of attribute prompt_router_name.
-
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
-
#status ⇒ "AVAILABLE"
Returns the value of attribute status.
-
#type ⇒ "custom", "default"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def description @description end |
#fallback_model ⇒ Types::PromptRouterTargetModel
Returns the value of attribute fallback_model.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def fallback_model @fallback_model end |
#models ⇒ ::Array[Types::PromptRouterTargetModel]
Returns the value of attribute models.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def models @models end |
#prompt_router_arn ⇒ ::String
Returns the value of attribute prompt_router_arn.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def prompt_router_arn @prompt_router_arn end |
#prompt_router_name ⇒ ::String
Returns the value of attribute prompt_router_name.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def prompt_router_name @prompt_router_name end |
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def routing_criteria @routing_criteria end |
#status ⇒ "AVAILABLE"
Returns the value of attribute status.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def status @status end |
#type ⇒ "custom", "default"
Returns the value of attribute type.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def updated_at @updated_at end |