Package com.google.cloud.aiplatform.v1
Interface NeighborOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Neighbor
,Neighbor.Builder
public interface NeighborOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getNeighborDistance()
Output only.String
getNeighborId()
Output only.com.google.protobuf.ByteString
getNeighborIdBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNeighborId
String getNeighborId()
Output only. The neighbor id.
string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The neighborId.
-
getNeighborIdBytes
com.google.protobuf.ByteString getNeighborIdBytes()
Output only. The neighbor id.
string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for neighborId.
-
getNeighborDistance
double getNeighborDistance()
Output only. The neighbor distance.
double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The neighborDistance.
-
-