Class: Aws::BedrockAgentRuntime::Types::ModelPerformanceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ModelPerformanceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The performance configuration for a model called with InvokeFlow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#performance_config ⇒ Types::PerformanceConfiguration
The latency configuration for the model.
Instance Attribute Details
#performance_config ⇒ Types::PerformanceConfiguration
The latency configuration for the model.
3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3624 class ModelPerformanceConfiguration < Struct.new( :performance_config) SENSITIVE = [] include Aws::Structure end |