Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FeatureViewDataFormat.
Format of the data in the Feature View.
Protobuf type google.cloud.aiplatform.v1.FeatureViewDataFormat
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED
Value: 0
Not set. Will be treated as the KeyValue format.
Generated from protobuf enum FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED = 0;
KEY_VALUE
Value: 1
Return response data in key-value format.
Generated from protobuf enum KEY_VALUE = 1;
PROTO_STRUCT
Value: 2
Return response data in proto Struct format.
Generated from protobuf enum PROTO_STRUCT = 2;