Package feast.proto.serving
Interface ServingAPIProto.GetFeastServingInfoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.GetFeastServingInfoResponse,ServingAPIProto.GetFeastServingInfoResponse.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.GetFeastServingInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJobStagingLocation()Note: Batch specific options start from 10.com.google.protobuf.ByteStringgetJobStagingLocationBytes()Note: Batch specific options start from 10.ServingAPIProto.FeastServingTypegetType()Type of serving deployment, either ONLINE or BATCH.intgetTypeValue()Type of serving deployment, either ONLINE or BATCH.StringgetVersion()Feast version of this serving deployment.com.google.protobuf.ByteStringgetVersionBytes()Feast version of this serving deployment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
String getVersion()
Feast version of this serving deployment.
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Feast version of this serving deployment.
string version = 1;- Returns:
- The bytes for version.
-
getTypeValue
int getTypeValue()
Type of serving deployment, either ONLINE or BATCH. Different store types support different feature retrieval methods.
.feast.serving.FeastServingType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
ServingAPIProto.FeastServingType getType()
Type of serving deployment, either ONLINE or BATCH. Different store types support different feature retrieval methods.
.feast.serving.FeastServingType type = 2;- Returns:
- The type.
-
getJobStagingLocation
String getJobStagingLocation()
Note: Batch specific options start from 10. Staging location for this serving store, if any.
string job_staging_location = 10;- Returns:
- The jobStagingLocation.
-
getJobStagingLocationBytes
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;- Returns:
- The bytes for jobStagingLocation.
-
-