Class: Aws::BedrockAgentRuntime::Types::FoundationModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FoundationModelConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Configuration for the foundation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfiguration
The Bedrock foundation model configuration.
-
#type ⇒ String
The type of foundation model configuration.
Instance Attribute Details
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfiguration
The Bedrock foundation model configuration.
3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3283 class FoundationModelConfiguration < Struct.new( :bedrock_foundation_model_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of foundation model configuration.
3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3283 class FoundationModelConfiguration < Struct.new( :bedrock_foundation_model_configuration, :type) SENSITIVE = [] include Aws::Structure end |