Class: Google::Cloud::AIPlatform::V1::ErrorAnalysisAnnotation::AttributedItem

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluated_annotation.rb

Overview

Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_resource_name::String

Returns The unique ID for each annotation. Used by FE to allocate the annotation in DB.

Returns:

  • (::String)

    The unique ID for each annotation. Used by FE to allocate the annotation in DB.



163
164
165
166
# File 'proto_docs/google/cloud/aiplatform/v1/evaluated_annotation.rb', line 163

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

#distance::Float

Returns The distance of this item to the annotation.

Returns:

  • (::Float)

    The distance of this item to the annotation.



163
164
165
166
# File 'proto_docs/google/cloud/aiplatform/v1/evaluated_annotation.rb', line 163

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