Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Range.
A range of values for slice(s).
low
is inclusive, high
is exclusive.
Generated from protobuf message google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Range
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ModelEvaluationSlice \ Slice \ SliceSpecMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ low |
float
Inclusive low value for the range. |
↳ high |
float
Exclusive high value for the range. |
getLow
Inclusive low value for the range.
Returns | |
---|---|
Type | Description |
float |
setLow
Inclusive low value for the range.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getHigh
Exclusive high value for the range.
Returns | |
---|---|
Type | Description |
float |
setHigh
Exclusive high value for the range.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |