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.



180
181
182
183
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 180

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.



180
181
182
183
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 180

class Neighbor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end