public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateContextRequest.
Request message for
[MetadataService.UpdateContext][google.cloud.aiplatform.v1beta1.MetadataService.UpdateContext].
If set to true, and the [Context][google.cloud.aiplatform.v1beta1.Context]
is not found, a new [Context][google.cloud.aiplatform.v1beta1.Context] is
created.
Required. The Context containing updates.
The Context's [Context.name][google.cloud.aiplatform.v1beta1.Context.name]
field is used to identify the Context to be updated. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `UpdateContextRequest` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `UpdateContextRequest` class is a request message used for updating a context via the `MetadataService.UpdateContext` method, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor, `UpdateContextRequest()`, and another constructor that accepts another `UpdateContextRequest` as a parameter for creating a new instance."],["Key properties of `UpdateContextRequest` include `AllowMissing` (a boolean for creating a new context if not found), `Context` (the required context object for updates), and `UpdateMask` (an optional field mask for specifying which fields to update)."],["The UpdateContextRequest class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and resides within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]