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

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

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

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

Inheritance

object > DeleteExampleStoreRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

DeleteExampleStoreRequest()

public DeleteExampleStoreRequest()

DeleteExampleStoreRequest(DeleteExampleStoreRequest)

public DeleteExampleStoreRequest(DeleteExampleStoreRequest other)
Parameter
Name Description
other DeleteExampleStoreRequest

Properties

ExampleStoreName

public ExampleStoreName ExampleStoreName { get; set; }

ExampleStoreName-typed view over the Name resource name property.

Property Value
Type Description
ExampleStoreName

Name

public string Name { get; set; }

Required. The resource name of the ExampleStore to be deleted. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

Property Value
Type Description
string