public sealed class UpdateExampleStoreRequest : IMessage<UpdateExampleStoreRequest>, IEquatable<UpdateExampleStoreRequest>, IDeepCloneable<UpdateExampleStoreRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateExampleStoreRequest.
Request message for [ExampleStoreService.UpdateExampleStore][google.cloud.aiplatform.v1beta1.ExampleStoreService.UpdateExampleStore].
Implements
IMessageUpdateExampleStoreRequest, IEquatableUpdateExampleStoreRequest, IDeepCloneableUpdateExampleStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateExampleStoreRequest()
public UpdateExampleStoreRequest()UpdateExampleStoreRequest(UpdateExampleStoreRequest)
public UpdateExampleStoreRequest(UpdateExampleStoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateExampleStoreRequest |
Properties
ExampleStore
public ExampleStore ExampleStore { get; set; }Required. The Example Store which replaces the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
ExampleStore |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|