def Predict()

in 04_EdgeApplication/turbine/agent_pb2_grpc.py [0:0]


    def Predict(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None):
        return grpc.experimental.unary_unary(request, target, '/AWS.SageMaker.Edge.Agent/Predict',
            agent__pb2.PredictRequest.SerializeToString,
            agent__pb2.PredictResponse.FromString,
            options, channel_credentials,
            insecure, call_credentials, compression, wait_for_ready, timeout, metadata)