Class: Google::Cloud::AutoML::V1beta1::DoubleRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end::Float

Returns End of the range, exclusive.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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