class GoogleCloudAiplatformV1SchemaPredictPredictionTabularRegressionPredictionResult extends Collection (View source)

Properties

protected $collection_key
float $lowerBound
float[] $quantilePredictions
float[] $quantileValues
float $upperBound
float $value

Methods

setLowerBound($lowerBound)

No description

float
getLowerBound()

No description

setQuantilePredictions($quantilePredictions)

No description

float[]
getQuantilePredictions()

No description

setQuantileValues($quantileValues)

No description

float[]
getQuantileValues()

No description

setUpperBound($upperBound)

No description

float
getUpperBound()

No description

setValue($value)

No description

float
getValue()

No description

Details

setLowerBound($lowerBound)

No description

Parameters

$lowerBound

float getLowerBound()

No description

Return Value

float

setQuantilePredictions($quantilePredictions)

No description

Parameters

$quantilePredictions

float[] getQuantilePredictions()

No description

Return Value

float[]

setQuantileValues($quantileValues)

No description

Parameters

$quantileValues

float[] getQuantileValues()

No description

Return Value

float[]

setUpperBound($upperBound)

No description

Parameters

$upperBound

float getUpperBound()

No description

Return Value

float

setValue($value)

No description

Parameters

$value

float getValue()

No description

Return Value

float