Class: Google::Cloud::AIPlatform::V1::Neighbor

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#neighbor_distance::Float (readonly)

Returns Output only. The neighbor distance.

Returns:

  • (::Float)

    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.

Returns:

  • (::String)

    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