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

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

Value for a feature.

Generated from protobuf message google.cloud.aiplatform.v1.FeatureValue

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ bool_value bool

Bool type feature value.

↳ double_value float

Double type feature value.

↳ int64_value int|string

Int64 feature value.

↳ string_value string

String feature value.

↳ bool_array_value Google\Cloud\AIPlatform\V1\BoolArray

A list of bool type feature value.

↳ double_array_value Google\Cloud\AIPlatform\V1\DoubleArray

A list of double type feature value.

↳ int64_array_value Google\Cloud\AIPlatform\V1\Int64Array

A list of int64 type feature value.

↳ string_array_value Google\Cloud\AIPlatform\V1\StringArray

A list of string type feature value.

↳ bytes_value string

Bytes feature value.

↳ metadata Google\Cloud\AIPlatform\V1\FeatureValue\Metadata

Metadata of feature value.

getBoolValue

Bool type feature value.

Returns
TypeDescription
bool

hasBoolValue

setBoolValue

Bool type feature value.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDoubleValue

Double type feature value.

Returns
TypeDescription
float

hasDoubleValue

setDoubleValue

Double type feature value.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getInt64Value

Int64 feature value.

Returns
TypeDescription
int|string

hasInt64Value

setInt64Value

Int64 feature value.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getStringValue

String feature value.

Returns
TypeDescription
string

hasStringValue

setStringValue

String feature value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBoolArrayValue

A list of bool type feature value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\BoolArray|null

hasBoolArrayValue

setBoolArrayValue

A list of bool type feature value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\BoolArray
Returns
TypeDescription
$this

getDoubleArrayValue

A list of double type feature value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DoubleArray|null

hasDoubleArrayValue

setDoubleArrayValue

A list of double type feature value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\DoubleArray
Returns
TypeDescription
$this

getInt64ArrayValue

A list of int64 type feature value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Int64Array|null

hasInt64ArrayValue

setInt64ArrayValue

A list of int64 type feature value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Int64Array
Returns
TypeDescription
$this

getStringArrayValue

A list of string type feature value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\StringArray|null

hasStringArrayValue

setStringArrayValue

A list of string type feature value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\StringArray
Returns
TypeDescription
$this

getBytesValue

Bytes feature value.

Returns
TypeDescription
string

hasBytesValue

setBytesValue

Bytes feature value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadata

Metadata of feature value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\FeatureValue\Metadata|null

hasMetadata

clearMetadata

setMetadata

Metadata of feature value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\FeatureValue\Metadata
Returns
TypeDescription
$this

getValue

Returns
TypeDescription
string