Cloud AI Platform v1beta1 API - Class GetCachedContentRequest (1.0.0-beta03)

public sealed class GetCachedContentRequest : IMessage<GetCachedContentRequest>, IEquatable<GetCachedContentRequest>, IDeepCloneable<GetCachedContentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetCachedContentRequest.

Request message for [GenAiCacheService.GetCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.GetCachedContent].

Inheritance

object > GetCachedContentRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

GetCachedContentRequest()

public GetCachedContentRequest()

GetCachedContentRequest(GetCachedContentRequest)

public GetCachedContentRequest(GetCachedContentRequest other)
Parameter
Name Description
other GetCachedContentRequest

Properties

CachedContentName

public CachedContentName CachedContentName { get; set; }

CachedContentName-typed view over the Name resource name property.

Property Value
Type Description
CachedContentName

Name

public string Name { get; set; }

Required. The resource name referring to the cached content

Property Value
Type Description
string