Class: Aws::BedrockAgentRuntime::Types::Usage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::Usage
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information of the usage of the foundation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_tokens ⇒ Integer
Contains information about the input tokens from the foundation model usage.
-
#output_tokens ⇒ Integer
Contains information about the output tokens from the foundation model usage.
Instance Attribute Details
#input_tokens ⇒ Integer
Contains information about the input tokens from the foundation model usage.
6251 6252 6253 6254 6255 6256 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6251 class Usage < Struct.new( :input_tokens, :output_tokens) SENSITIVE = [] include Aws::Structure end |
#output_tokens ⇒ Integer
Contains information about the output tokens from the foundation model usage.
6251 6252 6253 6254 6255 6256 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6251 class Usage < Struct.new( :input_tokens, :output_tokens) SENSITIVE = [] include Aws::Structure end |