Class: Aws::Bedrock::Types::PerformanceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::PerformanceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains performance settings for a model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latency ⇒ String
Specifies whether to use the latency-optimized or standard version of a model or inference profile.
Instance Attribute Details
#latency ⇒ String
Specifies whether to use the latency-optimized or standard version of a model or inference profile.
10798 10799 10800 10801 10802 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10798 class PerformanceConfiguration < Struct.new( :latency) SENSITIVE = [] include Aws::Structure end |