Interface RemoveExamplesRequestOrBuilder (3.64.0)

public interface RemoveExamplesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExampleIds(int index)

public abstract String getExampleIds(int index)

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.

repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The exampleIds at the given index.

getExampleIdsBytes(int index)

public abstract ByteString getExampleIdsBytes(int index)

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.

repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the exampleIds at the given index.

getExampleIdsCount()

public abstract int getExampleIdsCount()

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.

repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of exampleIds.

getExampleIdsList()

public abstract List<String> getExampleIdsList()

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.

repeated string example_ids = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the exampleIds.

getExampleStore()

public abstract String getExampleStore()

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

string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The exampleStore.

getExampleStoreBytes()

public abstract ByteString getExampleStoreBytes()

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

string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for exampleStore.

getMetadataFilterCase()

public abstract RemoveExamplesRequest.MetadataFilterCase getMetadataFilterCase()
Returns
Type Description
RemoveExamplesRequest.MetadataFilterCase

getStoredContentsExampleFilter()

public abstract StoredContentsExampleFilter getStoredContentsExampleFilter()

The metadata filters for StoredContentsExamples.

.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;

Returns
Type Description
StoredContentsExampleFilter

The storedContentsExampleFilter.

getStoredContentsExampleFilterOrBuilder()

public abstract StoredContentsExampleFilterOrBuilder getStoredContentsExampleFilterOrBuilder()

The metadata filters for StoredContentsExamples.

.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;

Returns
Type Description
StoredContentsExampleFilterOrBuilder

hasStoredContentsExampleFilter()

public abstract boolean hasStoredContentsExampleFilter()

The metadata filters for StoredContentsExamples.

.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;

Returns
Type Description
boolean

Whether the storedContentsExampleFilter field is set.