Google Cloud Ai Platform V1 Client - Class Range (0.29.0)

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 \ SliceSpec

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
float

setLow

Inclusive low value for the range.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getHigh

Exclusive high value for the range.

Returns
TypeDescription
float

setHigh

Exclusive high value for the range.

Parameter
NameDescription
var float
Returns
TypeDescription
$this