Skip to content

Commit

Permalink
GRPC clients version 10.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Feb 22, 2024
1 parent 7d3e912 commit e2ba531
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.1.5
10.1.6
7 changes: 7 additions & 0 deletions src/Clarifai/Api/MultiOutputResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/Clarifai/Api/V2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,11 @@ public function ListWorkflows(\Clarifai\Api\ListWorkflowsRequest $argument,

/**
* Add a workflow to an app.
* Note(zeiler): the order of the workflows that are returned from this endpoint
* may be different than the order in which the user provides them. This is because
* we reorder by a sort that optimizes for performance of the graph and its dependencies.
* When using the workflow in any future call the order returned by this endpoint
* will be used.
* @param \Clarifai\Api\PostWorkflowsRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down
43 changes: 40 additions & 3 deletions src/Clarifai/Api/WorkflowResult.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/GPBMetadata/Proto/Clarifai/Api/Resources.php
Binary file not shown.

0 comments on commit e2ba531

Please sign in to comment.