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.
6703 6704 6705 6706 6707 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6703 class ModelPerformanceConfiguration < Struct.new( :performance_config) SENSITIVE = [] include Aws::Structure end |