Clarifai / clarifai-python

Experience the power of Clarifai’s AI platform with the python SDK. 🌟 Star to support our work!
https://github.com/Clarifai/clarifai-python
Other
28 stars 4 forks source link

[EAGLE-4453] Stream support #346

Closed luv-bansal closed 4 months ago

luv-bansal commented 4 months ago

What

advanced grpc users can use the stub directly from there.

stub = client.Stub response = stub.PostModelOutputs(...)


- Remove validation of app_id   as the base client

### Why
<!-- Why is this PR trying to accomplish said thing? This is useful to understand your intention why this code should be merged to master. -->
*

### How
<!-- How is this PR trying to accomplish said thing? This is useful to understand the details of the code. The code reviewer will check this section to assist them with code review. -->
*

### Tests
<!-- How is this PR tested? Write some tests to convince yourself and the reviewer that your code works. Sometimes, no tests are necessary, but we should always ask the question "Can I add some tests for this PR?". -->
*

### Notes
<!-- Add any additional notes here. -->
*