| Package | Description |
|---|---|
| feast.serving |
| Modifier and Type | Method and Description |
|---|---|
static ServingAPIProto.FeastServingType |
ServingAPIProto.FeastServingType.forNumber(int value) |
ServingAPIProto.FeastServingType |
ServingAPIProto.GetFeastServingInfoResponseOrBuilder.getType()
Type of serving deployment, either ONLINE or BATCH.
|
ServingAPIProto.FeastServingType |
ServingAPIProto.GetFeastServingInfoResponse.getType()
Type of serving deployment, either ONLINE or BATCH.
|
ServingAPIProto.FeastServingType |
ServingAPIProto.GetFeastServingInfoResponse.Builder.getType()
Type of serving deployment, either ONLINE or BATCH.
|
static ServingAPIProto.FeastServingType |
ServingAPIProto.FeastServingType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServingAPIProto.FeastServingType |
ServingAPIProto.FeastServingType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServingAPIProto.FeastServingType |
ServingAPIProto.FeastServingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServingAPIProto.FeastServingType[] |
ServingAPIProto.FeastServingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ServingAPIProto.FeastServingType> |
ServingAPIProto.FeastServingType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ServingAPIProto.GetFeastServingInfoResponse.Builder |
ServingAPIProto.GetFeastServingInfoResponse.Builder.setType(ServingAPIProto.FeastServingType value)
Type of serving deployment, either ONLINE or BATCH.
|
Copyright © 2020 Gojek. All rights reserved.