Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::FeatureViewDataFormat (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::FeatureViewDataFormat.

Format of the data in the Feature View.

Constants

FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED

value: 0
Not set. Will be treated as the KeyValue format.

KEY_VALUE

value: 1
Return response data in key-value format.

PROTO_STRUCT

value: 2
Return response data in proto Struct format.