Class: Aws::BedrockAgentRuntime::Types::Metadata

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

Overview

Provides details of the foundation model.

Constant Summary collapse

SENSITIVE =
[:usage]

Instance Attribute Summary collapse

Instance Attribute Details

#usageTypes::Usage

Contains details of the foundation model usage.

Returns:



3463
3464
3465
3466
3467
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3463

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