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