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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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)


2389
2390
2391
2392
2393
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2389

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