Google Cloud Ai Platform V1 Client - Class Value (0.13.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Value.

Single value that supports strings and floats.

Generated from protobuf message google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Value

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ string_value string

String type.

↳ float_value float

Float type.

getStringValue

String type.

Returns
TypeDescription
string

hasStringValue

setStringValue

String type.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFloatValue

Float type.

Returns
TypeDescription
float

hasFloatValue

setFloatValue

Float type.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getKind

Returns
TypeDescription
string