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.
663 664 665 666 667 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 663 class BedrockModelConfigurations < Struct.new( :performance_config) SENSITIVE = [] include Aws::Structure end |