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 \ V1Methods
__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 |
Google\Cloud\AIPlatform\V1\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 |
Google\Cloud\AIPlatform\V1\BoolArray|null |
hasBoolArrayValue
setBoolArrayValue
A list of bool type feature value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\BoolArray
|
Returns | |
---|---|
Type | Description |
$this |
getDoubleArrayValue
A list of double type feature value.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\DoubleArray|null |
hasDoubleArrayValue
setDoubleArrayValue
A list of double type feature value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\DoubleArray
|
Returns | |
---|---|
Type | Description |
$this |
getInt64ArrayValue
A list of int64 type feature value.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Int64Array|null |
hasInt64ArrayValue
setInt64ArrayValue
A list of int64 type feature value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Int64Array
|
Returns | |
---|---|
Type | Description |
$this |
getStringArrayValue
A list of string type feature value.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\StringArray|null |
hasStringArrayValue
setStringArrayValue
A list of string type feature value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\StringArray
|
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 |
Google\Cloud\AIPlatform\V1\StructValue|null |
hasStructValue
setStructValue
A struct type feature value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\StructValue
|
Returns | |
---|---|
Type | Description |
$this |
getMetadata
Metadata of feature value.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\FeatureValue\Metadata|null |
hasMetadata
clearMetadata
setMetadata
Metadata of feature value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\FeatureValue\Metadata
|
Returns | |
---|---|
Type | Description |
$this |
getValue
Returns | |
---|---|
Type | Description |
string |