Class: Google::Cloud::AIPlatform::V1::Neighbor
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Neighbor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/explanation.rb
Overview
Neighbors for example-based explanations.
Instance Attribute Summary collapse
-
#neighbor_distance ⇒ ::Float
readonly
Output only.
-
#neighbor_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#neighbor_distance ⇒ ::Float (readonly)
Returns Output only. The neighbor distance.
216 217 218 219 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 216 class Neighbor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#neighbor_id ⇒ ::String (readonly)
Returns Output only. The neighbor id.
216 217 218 219 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 216 class Neighbor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |