Class: Google::Cloud::VisionAI::V1::FacetBucket::Range
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::FacetBucket::Range
- 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
-
#end ⇒ ::Google::Cloud::VisionAI::V1::FacetValue
End of the range.
-
#start ⇒ ::Google::Cloud::VisionAI::V1::FacetValue
Start of the range.
Instance Attribute Details
#end ⇒ ::Google::Cloud::VisionAI::V1::FacetValue
Returns End of the range. Non-existence indicates some bound (e.g. inf).
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).
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 |