Package feast.proto.serving
Interface TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransformationServiceAPIProto.GetTransformationServiceInfoResponse,TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
- Enclosing class:
- TransformationServiceAPIProto
public static interface TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTransformationServiceTypeDetails()string transformation_service_type_details = 3;com.google.protobuf.ByteStringgetTransformationServiceTypeDetailsBytes()string transformation_service_type_details = 3;TransformationServiceAPIProto.TransformationServiceTypegetType()Type of transformation service deployment.intgetTypeValue()Type of transformation service deployment.StringgetVersion()Feast version of this transformation service deployment.com.google.protobuf.ByteStringgetVersionBytes()Feast version of this transformation service 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 transformation service deployment.
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Feast version of this transformation service deployment.
string version = 1;- Returns:
- The bytes for version.
-
getTypeValue
int getTypeValue()
Type of transformation service deployment. This is either Python, or custom
.feast.serving.TransformationServiceType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
TransformationServiceAPIProto.TransformationServiceType getType()
Type of transformation service deployment. This is either Python, or custom
.feast.serving.TransformationServiceType type = 2;- Returns:
- The type.
-
getTransformationServiceTypeDetails
String getTransformationServiceTypeDetails()
string transformation_service_type_details = 3;- Returns:
- The transformationServiceTypeDetails.
-
getTransformationServiceTypeDetailsBytes
com.google.protobuf.ByteString getTransformationServiceTypeDetailsBytes()
string transformation_service_type_details = 3;- Returns:
- The bytes for transformationServiceTypeDetails.
-
-