Module: Google::Cloud::AIPlatform::V1::FeatureViewDataFormat
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Format of the data in the Feature View.
Constant Summary collapse
- FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED =
Not set. Will be treated as the KeyValue format.
0
- KEY_VALUE =
Return response data in key-value format.
1
- PROTO_STRUCT =
Return response data in proto Struct format.
2