public enum FetchFeatureValuesRequest.Format extends Enum<FetchFeatureValuesRequest.Format> implements ProtocolMessageEnum
Format of the response data.
Protobuf enum google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.Format
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FORMAT_UNSPECIFIED |
Not set. Will be treated as the KeyValue format. |
FORMAT_UNSPECIFIED_VALUE |
Not set. Will be treated as the KeyValue format. |
KEY_VALUE |
Return response data in key-value format. |
KEY_VALUE_VALUE |
Return response data in key-value format. |
PROTO_STRUCT |
Return response data in proto Struct format. |
PROTO_STRUCT_VALUE |
Return response data in proto Struct format. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |