Class: Aws::BedrockRuntime::Types::PerformanceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::PerformanceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Performance settings for a model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latency ⇒ String
To use a latency-optimized version of the model, set to ‘optimized`.
Instance Attribute Details
#latency ⇒ String
To use a latency-optimized version of the model, set to ‘optimized`.
2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2373 class PerformanceConfiguration < Struct.new( :latency) SENSITIVE = [] include Aws::Structure end |