Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CachedContentUsageMetadata

Metadata on the usage of the cached content.

Inheritance
object
GoogleCloudAiplatformV1CachedContentUsageMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CachedContentUsageMetadata : IDirectResponseSchema

Properties

AudioDurationSeconds

Duration of audio in seconds.

Declaration
[JsonProperty("audioDurationSeconds")]
public virtual int? AudioDurationSeconds { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageCount

Number of images.

Declaration
[JsonProperty("imageCount")]
public virtual int? ImageCount { get; set; }
Property Value
Type Description
int?

TextCount

Number of text characters.

Declaration
[JsonProperty("textCount")]
public virtual int? TextCount { get; set; }
Property Value
Type Description
int?

TotalTokenCount

Total number of tokens that the cached content consumes.

Declaration
[JsonProperty("totalTokenCount")]
public virtual int? TotalTokenCount { get; set; }
Property Value
Type Description
int?

VideoDurationSeconds

Duration of video in seconds.

Declaration
[JsonProperty("videoDurationSeconds")]
public virtual int? VideoDurationSeconds { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX