Module: Aws::Bedrock::Client::_GetPromptRouterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPromptRouterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #fallback_model ⇒ Types::PromptRouterTargetModel
- #models ⇒ ::Array[Types::PromptRouterTargetModel]
- #prompt_router_arn ⇒ ::String
- #prompt_router_name ⇒ ::String
- #routing_criteria ⇒ Types::RoutingCriteria
- #status ⇒ "AVAILABLE"
- #type ⇒ "custom", "default"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1346 |
# File 'sig/client.rbs', line 1346
def created_at: () -> ::Time
|
#description ⇒ ::String
1345 |
# File 'sig/client.rbs', line 1345
def description: () -> ::String
|
#fallback_model ⇒ Types::PromptRouterTargetModel
1350 |
# File 'sig/client.rbs', line 1350
def fallback_model: () -> Types::PromptRouterTargetModel
|
#models ⇒ ::Array[Types::PromptRouterTargetModel]
1349 |
# File 'sig/client.rbs', line 1349
def models: () -> ::Array[Types::PromptRouterTargetModel]
|
#prompt_router_arn ⇒ ::String
1348 |
# File 'sig/client.rbs', line 1348
def prompt_router_arn: () -> ::String
|
#prompt_router_name ⇒ ::String
1343 |
# File 'sig/client.rbs', line 1343
def prompt_router_name: () -> ::String
|
#routing_criteria ⇒ Types::RoutingCriteria
1344 |
# File 'sig/client.rbs', line 1344
def routing_criteria: () -> Types::RoutingCriteria
|
#status ⇒ "AVAILABLE"
1351 |
# File 'sig/client.rbs', line 1351
def status: () -> ("AVAILABLE")
|
#type ⇒ "custom", "default"
1352 |
# File 'sig/client.rbs', line 1352
def type: () -> ("custom" | "default")
|
#updated_at ⇒ ::Time
1347 |
# File 'sig/client.rbs', line 1347
def updated_at: () -> ::Time
|