Class: Google::Cloud::AIPlatform::V1::CachedContent::UsageMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CachedContent::UsageMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/cached_content.rb
Overview
Metadata on the usage of the cached content.
Instance Attribute Summary collapse
-
#audio_duration_seconds ⇒ ::Integer
Duration of audio in seconds.
-
#image_count ⇒ ::Integer
Number of images.
-
#text_count ⇒ ::Integer
Number of text characters.
-
#total_token_count ⇒ ::Integer
Total number of tokens that the cached content consumes.
-
#video_duration_seconds ⇒ ::Integer
Duration of video in seconds.
Instance Attribute Details
#audio_duration_seconds ⇒ ::Integer
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/cached_content.rb', line 102 class UsageMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_count ⇒ ::Integer
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/cached_content.rb', line 102 class UsageMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_count ⇒ ::Integer
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/cached_content.rb', line 102 class UsageMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_token_count ⇒ ::Integer
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/cached_content.rb', line 102 class UsageMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#video_duration_seconds ⇒ ::Integer
102 103 104 105 |
# File 'proto_docs/google/cloud/aiplatform/v1/cached_content.rb', line 102 class UsageMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |