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