Google Cloud Ai Platform V1 Client - Class FeatureValue (1.17.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
BoolArray

A list of bool type feature value.

↳ double_array_value
DoubleArray

A list of double type feature value.

↳ int64_array_value
Int64Array

A list of int64 type feature value.

↳ string_array_value
StringArray

A list of string type feature value.

↳ bytes_value
string

Bytes feature value.

↳ struct_value
StructValue

A struct type feature value.

↳ metadata
FeatureValue\Metadata

Metadata of feature value.

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
BoolArray |null

hasBoolArrayValue

setBoolArrayValue

A list of bool type feature value.

Parameter
Name
Description
var
Returns
Type
Description
$this

getDoubleArrayValue

A list of double type feature value.

Returns
Type
Description
DoubleArray |null

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
Int64Array |null

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
StringArray |null

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
StructValue |null

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: