Enum FetchFeatureValuesRequest.Format (3.42.0)

public enum FetchFeatureValuesRequest.Format extends Enum<FetchFeatureValuesRequest.Format> implements ProtocolMessageEnum

Format of the response data.

Protobuf enum google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FORMAT_UNSPECIFIED

Not set. Will be treated as the KeyValue format.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Not set. Will be treated as the KeyValue format.

FORMAT_UNSPECIFIED = 0;

KEY_VALUE

Return response data in key-value format.

KEY_VALUE = 1;

KEY_VALUE_VALUE

Return response data in key-value format.

KEY_VALUE = 1;

PROTO_STRUCT

Return response data in proto Struct format.

PROTO_STRUCT = 2;

PROTO_STRUCT_VALUE

Return response data in proto Struct format.

PROTO_STRUCT = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()