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
@Generated
public interface NeighborOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleOutput only.Output only.com.google.protobuf.ByteStringOutput only.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
-
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.
-