Class: Aws::BedrockAgentRuntime::Types::PerformanceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::PerformanceConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/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
.
4004 4005 4006 4007 4008 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4004 class PerformanceConfiguration < Struct.new( :latency) SENSITIVE = [] include Aws::Structure end |