Class: Aws::BedrockAgentRuntime::Types::BedrockFoundationModelModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::BedrockFoundationModelModelConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Model configuration for a Bedrock foundation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The ARN of the Bedrock foundation model.
Instance Attribute Details
#model_arn ⇒ String
The ARN of the Bedrock foundation model.
1305 1306 1307 1308 1309 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1305 class BedrockFoundationModelModelConfiguration < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |