Class: Aws::BedrockRuntime::Types::CacheDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#input_tokensInteger

Number of tokens written to cache with this TTL (cache creation tokens)

Returns:

  • (Integer)


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

#ttlString

TTL duration for these cached tokens

Returns:

  • (String)


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