Cloud AI Platform v1 API - Class UpdateContextRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class UpdateContextRequest.

Request message for [MetadataService.UpdateContext][google.cloud.aiplatform.v1.MetadataService.UpdateContext].

Inheritance

object > UpdateContextRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateContextRequest()

public UpdateContextRequest()

UpdateContextRequest(UpdateContextRequest)

public UpdateContextRequest(UpdateContextRequest other)
Parameter
NameDescription
otherUpdateContextRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the [Context][google.cloud.aiplatform.v1.Context] is not found, a new [Context][google.cloud.aiplatform.v1.Context] is created.

Property Value
TypeDescription
bool

Context

public Context Context { get; set; }

Required. The Context containing updates. The Context's [Context.name][google.cloud.aiplatform.v1.Context.name] field is used to identify the Context to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

Property Value
TypeDescription
Context

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. A FieldMask indicating which fields should be updated.

Property Value
TypeDescription
FieldMask