Google Cloud Ai Platform V1 Client - Class FeatureValue (0.39.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
Name
Description
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.

↳ struct_value
Google\Cloud\AIPlatform\V1\StructValue

A struct type feature value.

↳ metadata

getBoolValue

Bool type feature value.

Returns
Type
Description
bool

hasBoolValue

setBoolValue

Bool type feature value.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getDoubleValue

Double type feature value.

Returns
Type
Description
float

hasDoubleValue

setDoubleValue

Double type feature value.

Parameter
Name
Description
var
float
Returns
Type
Description
$this

getInt64Value

Int64 feature value.

Returns
Type
Description
int|string

hasInt64Value

setInt64Value

Int64 feature value.

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getStringValue

String feature value.

Returns
Type
Description
string

hasStringValue

setStringValue

String feature value.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getBoolArrayValue

A list of bool type feature value.

Returns
Type
Description

hasBoolArrayValue

setBoolArrayValue

A list of bool type feature value.

Parameter
Name
Description
Returns
Type
Description
$this

getDoubleArrayValue

A list of double type feature value.

Returns
Type
Description

hasDoubleArrayValue

setDoubleArrayValue

A list of double type feature value.

Parameter
Name
Description
Returns
Type
Description
$this

getInt64ArrayValue

A list of int64 type feature value.

Returns
Type
Description

hasInt64ArrayValue

setInt64ArrayValue

A list of int64 type feature value.

Parameter
Name
Description
Returns
Type
Description
$this

getStringArrayValue

A list of string type feature value.

Returns
Type
Description

hasStringArrayValue

setStringArrayValue

A list of string type feature value.

Parameter
Name
Description
Returns
Type
Description
$this

getBytesValue

Bytes feature value.

Returns
Type
Description
string

hasBytesValue

setBytesValue

Bytes feature value.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getStructValue

A struct type feature value.

Returns
Type
Description

hasStructValue

setStructValue

A struct type feature value.

Parameter
Name
Description
Returns
Type
Description
$this

Metadata of feature value.

Returns
Type
Description

Metadata of feature value.

Parameter
Name
Description
Returns
Type
Description
$this

getValue

Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: