public static interface ServingAPIProto.GetFeastServingInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobStagingLocation()
Note: Batch specific options start from 10.
|
com.google.protobuf.ByteString |
getJobStagingLocationBytes()
Note: Batch specific options start from 10.
|
ServingAPIProto.FeastServingType |
getType()
Type of serving deployment, either ONLINE or BATCH.
|
int |
getTypeValue()
Type of serving deployment, either ONLINE or BATCH.
|
String |
getVersion()
Feast version of this serving deployment.
|
com.google.protobuf.ByteString |
getVersionBytes()
Feast version of this serving deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
Feast version of this serving deployment.
string version = 1;com.google.protobuf.ByteString getVersionBytes()
Feast version of this serving deployment.
string version = 1;int getTypeValue()
Type of serving deployment, either ONLINE or BATCH. Different store types support different feature retrieval methods.
.feast.serving.FeastServingType type = 2;ServingAPIProto.FeastServingType getType()
Type of serving deployment, either ONLINE or BATCH. Different store types support different feature retrieval methods.
.feast.serving.FeastServingType type = 2;String getJobStagingLocation()
Note: Batch specific options start from 10. Staging location for this serving store, if any.
string job_staging_location = 10;com.google.protobuf.ByteString getJobStagingLocationBytes()
Note: Batch specific options start from 10. Staging location for this serving store, if any.
string job_staging_location = 10;Copyright © 2020 Gojek. All rights reserved.