Class: Aws::Bedrock::Types::PromptRouterTargetModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::PromptRouterTargetModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
The target model for a prompt router.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The target model’s ARN.
Instance Attribute Details
#model_arn ⇒ String
The target model’s ARN.
6048 6049 6050 6051 6052 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6048 class PromptRouterTargetModel < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |