Skip to content

Commit

Permalink
GRPC clients version 10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Jul 11, 2024
1 parent f9c25ef commit 8089946
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.6.0
10.6.1
179 changes: 179 additions & 0 deletions src/Clarifai/Api/ComputeCluster.php

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

18 changes: 0 additions & 18 deletions src/Clarifai/Api/V2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3487,24 +3487,6 @@ public function PostModelVersionsTrainingTimeEstimate(\Clarifai\Api\PostModelVer
}

/**
* TODO(zeiler): i mocked these up bu tleft them commented for now because they will build all the
* handlers and we have to stub those out. Me/Sai will do that in follow up PRs, i just want to
* check in the protos so we can start using them first work through some of the routing stuff.
*
* // ListCloudAgentInformation with special auth.
* rpc ListCloudAgentInformation (ListCloudAgentInformationRequest) returns (MultiCloudAgentInformationResponse) {
* option (google.api.http) = {
* get: "/v2/cloud_agent_info"
* };
* option (clarifai.auth.util.cl_auth_type) = CloudAgentAuth;
* option (clarifai.auth.util.cl_depending_scopes) = Apps_Get;
* option (clarifai.auth.util.cl_depending_scopes) = Models_Get;
* option (clarifai.auth.util.cl_depending_scopes) = Runners_Get;
* option (clarifai.auth.util.cl_depending_scopes) = Nodepools_Get;
* option (clarifai.auth.util.cl_depending_scopes) = Deployments_Get;
* option (clarifai.auth.util.cl_depending_scopes) = Keys_Get;
* }
*
* ComputeCluster CRUD
* @param \Clarifai\Api\GetComputeClusterRequest $argument input argument
* @param array $metadata metadata
Expand Down
Binary file modified src/GPBMetadata/Proto/Clarifai/Api/Resources.php
Binary file not shown.
Binary file modified src/GPBMetadata/Proto/Clarifai/Api/Service.php
Binary file not shown.

0 comments on commit 8089946

Please sign in to comment.