Vertex AI v1beta1 API - Class UpdateExampleStoreRequest (1.0.0-beta24)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateExampleStoreRequest.

Request message for [ExampleStoreService.UpdateExampleStore][google.cloud.aiplatform.v1beta1.ExampleStoreService.UpdateExampleStore].

Inheritance

object > UpdateExampleStoreRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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_name
  • description
Property Value
Type Description
FieldMask