Class: Aws::BedrockAgentRuntime::Types::Metadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::Metadata
- 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
-
#usage ⇒ Types::Usage
Contains details of the foundation model usage.
Instance Attribute Details
#usage ⇒ Types::Usage
Contains details of the foundation model usage.
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 |