Vertex AI v1beta1 API - Enum FetchFeatureValuesRequest.Types.Format (1.0.0-beta19)

[Obsolete]
public enum FetchFeatureValuesRequest.Types.Format

Reference documentation and code samples for the Vertex AI v1beta1 API enum FetchFeatureValuesRequest.Types.Format.

Format of the response data.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
KeyValue

Return response data in key-value format.

ProtoStruct

Return response data in proto Struct format.

Unspecified

Not set. Will be treated as the KeyValue format.