Cloud AutoML V1beta1 Client - Class DoubleRange (1.4.17)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class DoubleRange.

A range between two double numbers.

Generated from protobuf message google.cloud.automl.v1beta1.DoubleRange

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ start float

Start of the range, inclusive.

↳ end float

End of the range, exclusive.

getStart

Start of the range, inclusive.

Returns
TypeDescription
float

setStart

Start of the range, inclusive.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getEnd

End of the range, exclusive.

Returns
TypeDescription
float

setEnd

End of the range, exclusive.

Parameter
NameDescription
var float
Returns
TypeDescription
$this