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

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.

↳ metadata

getBoolValue

Bool type feature value.

Generated from protobuf field bool bool_value = 1;

Returns
Type
Description
bool

hasBoolValue

setBoolValue

Bool type feature value.

Generated from protobuf field bool bool_value = 1;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getDoubleValue

Double type feature value.

Generated from protobuf field double double_value = 2;

Returns
Type
Description
float

hasDoubleValue

setDoubleValue

Double type feature value.

Generated from protobuf field double double_value = 2;

Parameter
Name
Description
var
float
Returns
Type
Description
$this

getInt64Value

Int64 feature value.

Generated from protobuf field int64 int64_value = 5;

Returns
Type
Description
int|string

hasInt64Value

setInt64Value

Int64 feature value.

Generated from protobuf field int64 int64_value = 5;

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

getStringValue

String feature value.

Generated from protobuf field string string_value = 6;

Returns
Type
Description
string

hasStringValue

setStringValue

String feature value.

Generated from protobuf field string string_value = 6;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getBoolArrayValue

A list of bool type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;

Returns
Type
Description

hasBoolArrayValue

setBoolArrayValue

A list of bool type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;

Parameter
Name
Description
Returns
Type
Description
$this

getDoubleArrayValue

A list of double type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;

Returns
Type
Description

hasDoubleArrayValue

setDoubleArrayValue

A list of double type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;

Parameter
Name
Description
Returns
Type
Description
$this

getInt64ArrayValue

A list of int64 type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;

Returns
Type
Description

hasInt64ArrayValue

setInt64ArrayValue

A list of int64 type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;

Parameter
Name
Description
Returns
Type
Description
$this

getStringArrayValue

A list of string type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.StringArray string_array_value = 12;

Returns
Type
Description

hasStringArrayValue

setStringArrayValue

A list of string type feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.StringArray string_array_value = 12;

Parameter
Name
Description
Returns
Type
Description
$this

getBytesValue

Bytes feature value.

Generated from protobuf field bytes bytes_value = 13;

Returns
Type
Description
string

hasBytesValue

setBytesValue

Bytes feature value.

Generated from protobuf field bytes bytes_value = 13;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

Metadata of feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;

Returns
Type
Description

Metadata of feature value.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;

Parameter
Name
Description
Returns
Type
Description
$this

getValue

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