Google Cloud Ai Platform V1 Client - Class FeatureViewDataFormat (0.31.0)

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;