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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.