Class: Google::Cloud::VisionAI::V1::FacetBucket::Range

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

Overview

The range of values [start, end) for which faceting is applied.

Instance Attribute Summary collapse

Instance Attribute Details

#end::Google::Cloud::VisionAI::V1::FacetValue

Returns End of the range. Non-existence indicates some bound (e.g. inf).

Returns:



2439
2440
2441
2442
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2439

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

#start::Google::Cloud::VisionAI::V1::FacetValue

Returns Start of the range. Non-existence indicates some bound (e.g. -inf).

Returns:



2439
2440
2441
2442
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2439

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