Class: Google::Cloud::AutoML::V1beta1::DoubleRange
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::DoubleRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/ranges.rb
Overview
A range between two double numbers.
Instance Attribute Summary collapse
-
#end ⇒ ::Float
End of the range, exclusive.
-
#start ⇒ ::Float
Start of the range, inclusive.
Instance Attribute Details
#end ⇒ ::Float
Returns End of the range, exclusive.
31 32 33 34 |
# File 'proto_docs/google/cloud/automl/v1beta1/ranges.rb', line 31 class DoubleRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Float
Returns Start of the range, inclusive.
31 32 33 34 |
# File 'proto_docs/google/cloud/automl/v1beta1/ranges.rb', line 31 class DoubleRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |