Interface RemoveExamplesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveExamplesRequest,RemoveExamplesRequest.Builder
@Generated
public interface RemoveExamplesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExampleIds(int index) Optional.com.google.protobuf.ByteStringgetExampleIdsBytes(int index) Optional.intOptional.Optional.Required.com.google.protobuf.ByteStringRequired.The metadata filters for StoredContentsExamples.The metadata filters for StoredContentsExamples.booleanThe metadata filters for StoredContentsExamples.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStoredContentsExampleFilter
boolean hasStoredContentsExampleFilter()The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;- Returns:
- Whether the storedContentsExampleFilter field is set.
-
getStoredContentsExampleFilter
StoredContentsExampleFilter getStoredContentsExampleFilter()The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8;- Returns:
- The storedContentsExampleFilter.
-
getStoredContentsExampleFilterOrBuilder
StoredContentsExampleFilterOrBuilder getStoredContentsExampleFilterOrBuilder()The metadata filters for StoredContentsExamples.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleFilter stored_contents_example_filter = 8; -
getExampleStore
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:
- The exampleStore.
-
getExampleStoreBytes
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) = { ... }- Returns:
- The bytes for exampleStore.
-
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:
- A list containing the exampleIds.
-
getExampleIdsCount
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:
- The count of exampleIds.
-
getExampleIds
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];- Parameters:
index- The index of the element to return.- Returns:
- The exampleIds at the given index.
-
getExampleIdsBytes
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];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exampleIds at the given index.
-
getMetadataFilterCase
RemoveExamplesRequest.MetadataFilterCase getMetadataFilterCase()
-