public interface RemoveExamplesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExampleIds(int index)
Optional.
|
com.google.protobuf.ByteString |
getExampleIdsBytes(int index)
Optional.
|
int |
getExampleIdsCount()
Optional.
|
List<String> |
getExampleIdsList()
Optional.
|
String |
getExampleStore()
Required.
|
com.google.protobuf.ByteString |
getExampleStoreBytes()
Required.
|
RemoveExamplesRequest.MetadataFilterCase |
getMetadataFilterCase() |
StoredContentsExampleFilter |
getStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
|
StoredContentsExampleFilterOrBuilder |
getStoredContentsExampleFilterOrBuilder()
The metadata filters for StoredContentsExamples.
|
boolean |
hasStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;
StoredContentsExampleFilter getStoredContentsExampleFilter()
The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;
StoredContentsExampleFilterOrBuilder getStoredContentsExampleFilterOrBuilder()
The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;
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) = { ... }
com.google.protobuf.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) = { ... }
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];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];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];index - The index of the element to return.com.google.protobuf.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];index - The index of the value to return.RemoveExamplesRequest.MetadataFilterCase getMetadataFilterCase()
Copyright © 2025 Google LLC. All rights reserved.