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].
Implements
IMessageUpdateContextRequest, IEquatableUpdateContextRequest, IDeepCloneableUpdateContextRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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.v1beta1.Context] is not found, a new [Context][google.cloud.aiplatform.v1beta1.Context] is created.
Property Value | |
---|---|
Type | Description |
bool |
Context
public Context Context { get; set; }
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}
Property Value | |
---|---|
Type | Description |
Context |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. A FieldMask indicating which fields should be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |