public static enum ServingAPIProto.FeastServingType extends Enum<ServingAPIProto.FeastServingType> implements com.google.protobuf.ProtocolMessageEnum
feast.serving.FeastServingType| Enum Constant and Description |
|---|
FEAST_SERVING_TYPE_BATCH
Batch serving receives entity data asynchronously and orchestrates the
retrieval through a staging location.
|
FEAST_SERVING_TYPE_INVALID
FEAST_SERVING_TYPE_INVALID = 0; |
FEAST_SERVING_TYPE_ONLINE
Online serving receives entity data directly and synchronously and will
respond immediately.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FEAST_SERVING_TYPE_BATCH_VALUE
Batch serving receives entity data asynchronously and orchestrates the
retrieval through a staging location.
|
static int |
FEAST_SERVING_TYPE_INVALID_VALUE
FEAST_SERVING_TYPE_INVALID = 0; |
static int |
FEAST_SERVING_TYPE_ONLINE_VALUE
Online serving receives entity data directly and synchronously and will
respond immediately.
|
| Modifier and Type | Method and Description |
|---|---|
static ServingAPIProto.FeastServingType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ServingAPIProto.FeastServingType> |
internalGetValueMap() |
static ServingAPIProto.FeastServingType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServingAPIProto.FeastServingType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServingAPIProto.FeastServingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServingAPIProto.FeastServingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServingAPIProto.FeastServingType FEAST_SERVING_TYPE_INVALID
FEAST_SERVING_TYPE_INVALID = 0;public static final ServingAPIProto.FeastServingType FEAST_SERVING_TYPE_ONLINE
Online serving receives entity data directly and synchronously and will respond immediately.
FEAST_SERVING_TYPE_ONLINE = 1;public static final ServingAPIProto.FeastServingType FEAST_SERVING_TYPE_BATCH
Batch serving receives entity data asynchronously and orchestrates the retrieval through a staging location.
FEAST_SERVING_TYPE_BATCH = 2;public static final ServingAPIProto.FeastServingType UNRECOGNIZED
public static final int FEAST_SERVING_TYPE_INVALID_VALUE
FEAST_SERVING_TYPE_INVALID = 0;public static final int FEAST_SERVING_TYPE_ONLINE_VALUE
Online serving receives entity data directly and synchronously and will respond immediately.
FEAST_SERVING_TYPE_ONLINE = 1;public static final int FEAST_SERVING_TYPE_BATCH_VALUE
Batch serving receives entity data asynchronously and orchestrates the retrieval through a staging location.
FEAST_SERVING_TYPE_BATCH = 2;public static ServingAPIProto.FeastServingType[] values()
for (ServingAPIProto.FeastServingType c : ServingAPIProto.FeastServingType.values()) System.out.println(c);
public static ServingAPIProto.FeastServingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ServingAPIProto.FeastServingType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ServingAPIProto.FeastServingType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ServingAPIProto.FeastServingType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ServingAPIProto.FeastServingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020 Gojek. All rights reserved.