public interface StoredContentsExampleFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExamplesArrayFilter |
getFunctionNames()
Optional.
|
ExamplesArrayFilterOrBuilder |
getFunctionNamesOrBuilder()
Optional.
|
String |
getSearchKeys(int index)
Optional.
|
com.google.protobuf.ByteString |
getSearchKeysBytes(int index)
Optional.
|
int |
getSearchKeysCount()
Optional.
|
List<String> |
getSearchKeysList()
Optional.
|
boolean |
hasFunctionNames()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> 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];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];String getSearchKeys(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];index - The index of the element to return.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];index - The index of the value to return.boolean hasFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 2 [(.google.api.field_behavior) = OPTIONAL];
ExamplesArrayFilter getFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 2 [(.google.api.field_behavior) = OPTIONAL];
ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.