Interface StoredContentsExampleFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoredContentsExampleFilter,StoredContentsExampleFilter.Builder
@Generated
public interface StoredContentsExampleFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.getSearchKeys(int index) Optional.com.google.protobuf.ByteStringgetSearchKeysBytes(int index) Optional.intOptional.Optional.booleanOptional.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
-
getSearchKeysList
Optional. The search keys for filtering. Only examples with one of the specified search keys ([StoredContentsExample.search_key][google.cloud.aiplatform.v1beta1.StoredContentsExample.search_key]) are eligible to be returned.
repeated string search_keys = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the searchKeys.
-
getSearchKeysCount
int getSearchKeysCount()Optional. The search keys for filtering. Only examples with one of the specified search keys ([StoredContentsExample.search_key][google.cloud.aiplatform.v1beta1.StoredContentsExample.search_key]) are eligible to be returned.
repeated string search_keys = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of searchKeys.
-
getSearchKeys
Optional. The search keys for filtering. Only examples with one of the specified search keys ([StoredContentsExample.search_key][google.cloud.aiplatform.v1beta1.StoredContentsExample.search_key]) are eligible to be returned.
repeated string search_keys = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The searchKeys at the given index.
-
getSearchKeysBytes
com.google.protobuf.ByteString getSearchKeysBytes(int index) Optional. The search keys for filtering. Only examples with one of the specified search keys ([StoredContentsExample.search_key][google.cloud.aiplatform.v1beta1.StoredContentsExample.search_key]) are eligible to be returned.
repeated string search_keys = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the searchKeys at the given index.
-
hasFunctionNames
boolean hasFunctionNames()Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the functionNames field is set.
-
getFunctionNames
ExamplesArrayFilter getFunctionNames()Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The functionNames.
-
getFunctionNamesOrBuilder
ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 2 [(.google.api.field_behavior) = OPTIONAL];
-