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

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

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

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

Inheritance

object > RemoveExamplesRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

RemoveExamplesRequest()

public RemoveExamplesRequest()

RemoveExamplesRequest(RemoveExamplesRequest)

public RemoveExamplesRequest(RemoveExamplesRequest other)
Parameter
Name Description
other RemoveExamplesRequest

Properties

ExampleIds

public RepeatedField<string> ExampleIds { get; }

Optional. Example IDs to remove. If both metadata filters and Example IDs are specified, the metadata filters will be applied to the specified examples in order to identify which should be removed.

Property Value
Type Description
RepeatedFieldstring

ExampleStore

public string ExampleStore { get; set; }

Required. The name of the ExampleStore resource that the examples should be removed from. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

Property Value
Type Description
string

ExampleStoreAsExampleStoreName

public ExampleStoreName ExampleStoreAsExampleStoreName { get; set; }

ExampleStoreName-typed view over the ExampleStore resource name property.

Property Value
Type Description
ExampleStoreName

MetadataFilterCase

public RemoveExamplesRequest.MetadataFilterOneofCase MetadataFilterCase { get; }
Property Value
Type Description
RemoveExamplesRequestMetadataFilterOneofCase

StoredContentsExampleFilter

public StoredContentsExampleFilter StoredContentsExampleFilter { get; set; }

The metadata filters for StoredContentsExamples.

Property Value
Type Description
StoredContentsExampleFilter