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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
float |
|
setStart
Start of the range, inclusive.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnd
End of the range, exclusive.
| Returns | |
|---|---|
| Type | Description |
float |
|
setEnd
End of the range, exclusive.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|