Class: Aws::BedrockRuntime::Types::CacheDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::CacheDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Cache creation metrics for a specific TTL duration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_tokens ⇒ Integer
Number of tokens written to cache with this TTL (cache creation tokens).
-
#ttl ⇒ String
TTL duration for these cached tokens.
Instance Attribute Details
#input_tokens ⇒ Integer
Number of tokens written to cache with this TTL (cache creation tokens)
388 389 390 391 392 393 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 388 class CacheDetail < Struct.new( :ttl, :input_tokens) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ String
TTL duration for these cached tokens
388 389 390 391 392 393 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 388 class CacheDetail < Struct.new( :ttl, :input_tokens) SENSITIVE = [] include Aws::Structure end |