Cloud AI Platform v1beta1 API - Class CreateCachedContentRequest (1.0.0-beta02)

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

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

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

Inheritance

object > CreateCachedContentRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CreateCachedContentRequest()

public CreateCachedContentRequest()

CreateCachedContentRequest(CreateCachedContentRequest)

public CreateCachedContentRequest(CreateCachedContentRequest other)
Parameter
Name Description
other CreateCachedContentRequest

Properties

CachedContent

public CachedContent CachedContent { get; set; }

Required. The cached content to create

Property Value
Type Description
CachedContent

Parent

public string Parent { get; set; }

Required. The parent resource where the cached content will be created

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName