public static interface SearchExamplesResponse.SimilarExampleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getExample()
The example that is similar to the searched query.
|
ExampleOrBuilder |
getExampleOrBuilder()
The example that is similar to the searched query.
|
float |
getSimilarityScore()
The similarity score of this example.
|
boolean |
hasExample()
The example that is similar to the searched query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExample()
The example that is similar to the searched query.
.google.cloud.aiplatform.v1beta1.Example example = 1;Example getExample()
The example that is similar to the searched query.
.google.cloud.aiplatform.v1beta1.Example example = 1;ExampleOrBuilder getExampleOrBuilder()
The example that is similar to the searched query.
.google.cloud.aiplatform.v1beta1.Example example = 1;float getSimilarityScore()
The similarity score of this example.
float similarity_score = 2;Copyright © 2025 Google LLC. All rights reserved.