Package feast.proto.serving
Class TransformationServiceGrpc.TransformationServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<TransformationServiceGrpc.TransformationServiceBlockingStub>
-
- feast.proto.serving.TransformationServiceGrpc.TransformationServiceBlockingStub
-
- Enclosing class:
- TransformationServiceGrpc
public static final class TransformationServiceGrpc.TransformationServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TransformationServiceGrpc.TransformationServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TransformationServiceGrpc.TransformationServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)TransformationServiceAPIProto.GetTransformationServiceInfoResponsegetTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest request)TransformationServiceAPIProto.TransformFeaturesResponsetransformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest request)
-
-
-
Method Detail
-
build
protected TransformationServiceGrpc.TransformationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<TransformationServiceGrpc.TransformationServiceBlockingStub>
-
getTransformationServiceInfo
public TransformationServiceAPIProto.GetTransformationServiceInfoResponse getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest request)
-
transformFeatures
public TransformationServiceAPIProto.TransformFeaturesResponse transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest request)
-
-