Class: Aws::Types::CreatePromptRouterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePromptRouterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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_name ⇒ ::String
Returns the value of attribute prompt_router_name.
-
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def description @description end |
#fallback_model ⇒ Types::PromptRouterTargetModel
Returns the value of attribute fallback_model.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def fallback_model @fallback_model end |
#models ⇒ ::Array[Types::PromptRouterTargetModel]
Returns the value of attribute models.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def models @models end |
#prompt_router_name ⇒ ::String
Returns the value of attribute prompt_router_name.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def prompt_router_name @prompt_router_name end |
#routing_criteria ⇒ Types::RoutingCriteria
Returns the value of attribute routing_criteria.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def routing_criteria @routing_criteria end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def @tags end |