Class: Aws::BedrockRuntime::Types::PerformanceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

Performance settings for a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latencyString

To use a latency-optimized version of the model, set to ‘optimized`.

Returns:

  • (String)


4353
4354
4355
4356
4357
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4353

class PerformanceConfiguration < Struct.new(
  :latency)
  SENSITIVE = []
  include Aws::Structure
end