Skip to content

Commit

Permalink
GRPC clients version 9.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Dec 18, 2023
1 parent cf4ad9d commit a000325
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.11.2
9.11.3
124 changes: 124 additions & 0 deletions src/Clarifai/Api/GetModuleVersionUsageCountRequest.php

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

97 changes: 97 additions & 0 deletions src/Clarifai/Api/SingleModuleVersionUsageCountResponse.php

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

15 changes: 15 additions & 0 deletions src/Clarifai/Api/V2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -2828,6 +2828,21 @@ public function DeleteModuleVersions(\Clarifai\Api\DeleteModuleVersionsRequest $
$metadata, $options);
}

/**
* Get usage count for specific module version.
* @param \Clarifai\Api\GetModuleVersionUsageCountRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
* @return \Grpc\UnaryCall
*/
public function GetModuleVersionUsageCount(\Clarifai\Api\GetModuleVersionUsageCountRequest $argument,
$metadata = [], $options = []) {
return $this->_simpleRequest('/clarifai.api.V2/GetModuleVersionUsageCount',
$argument,
['\Clarifai\Api\SingleModuleVersionUsageCountResponse', 'decode'],
$metadata, $options);
}

/**
* Get installed modules vesrions for an app.
* @param \Clarifai\Api\GetInstalledModuleVersionRequest $argument input argument
Expand Down
Binary file modified src/GPBMetadata/Proto/Clarifai/Api/Service.php
Binary file not shown.

0 comments on commit a000325

Please sign in to comment.