Class: Aws::BedrockAgentRuntime::Types::BedrockModelConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::BedrockModelConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Settings for a model called with InvokeAgent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#performance_config ⇒ Types::PerformanceConfiguration
The performance configuration for the model.
Instance Attribute Details
#performance_config ⇒ Types::PerformanceConfiguration
The performance configuration for the model.
1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1595 class BedrockModelConfigurations < Struct.new( :performance_config) SENSITIVE = [] include Aws::Structure end |