GoogleCloudAiplatformV1CachedContentUsageMetadata class
Metadata on the usage of the cached content.
Constructors
- GoogleCloudAiplatformV1CachedContentUsageMetadata.new({int? audioDurationSeconds, int? imageCount, int? textCount, int? totalTokenCount, int? videoDurationSeconds})
- GoogleCloudAiplatformV1CachedContentUsageMetadata.fromJson(Map json_)
Properties
- audioDurationSeconds ↔ int?
-
Duration of audio in seconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageCount ↔ int?
-
Number of images.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textCount ↔ int?
-
Number of text characters.
getter/setter pair
- totalTokenCount ↔ int?
-
Total number of tokens that the cached content consumes.
getter/setter pair
- videoDurationSeconds ↔ int?
-
Duration of video in seconds.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited