public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessageRequest message for [MetadataService.UpdateContext][google.cloud.aiplatform.v1.MetadataService.UpdateContext].
Implements
IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
UpdateContextRequest()
public UpdateContextRequest()UpdateContextRequest(UpdateContextRequest)
public UpdateContextRequest(UpdateContextRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateContextRequest |
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 | |
|---|---|
| Type | Description |
Boolean |
|
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 | |
|---|---|
| Type | Description |
Context |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|