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

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



2972
2973
2974
2975
2976
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2972

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