google-cloud-ai_platform-v1 0.64.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21af4c5619b77c23db846a4b3e585569147f9e3d22ab86df891bd4500ae8ccd3
|
4
|
+
data.tar.gz: ef4e2e7eeb7541bf881b46e1fec65185012f1840d10d22d1b286276c272e7376
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0401dbde09bf694c7c9fc54c05a2d81febeb60a30fc7b663518401d6146909a22e0d8d519b7261787399b4b9031891ec1877e481e5ff091824a41c3910c7700d
|
7
|
+
data.tar.gz: e45e39fc32ca47d4396ef0ae6d5173eb28d08694ca9c3dbe84a9fd4c0f1d8c304a5b250cecd3ca222831625c291856caccafe0d08775293b831d5e9e41b6d370
|
@@ -712,10 +712,10 @@ module Google
|
|
712
712
|
# `QueryDeployedModels` must match the call that provided the page
|
713
713
|
# token.
|
714
714
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
715
|
-
# @yieldparam result [::Google::Cloud::AIPlatform::V1::
|
715
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AIPlatform::V1::DeployedModel>]
|
716
716
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
717
717
|
#
|
718
|
-
# @return [::Google::Cloud::AIPlatform::V1::
|
718
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AIPlatform::V1::DeployedModel>]
|
719
719
|
#
|
720
720
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
721
721
|
#
|
@@ -767,7 +767,9 @@ module Google
|
|
767
767
|
retry_policy: @config.retry_policy
|
768
768
|
|
769
769
|
@deployment_resource_pool_service_stub.query_deployed_models request, options do |result, operation|
|
770
|
+
result = ::Gapic::Rest::PagedEnumerable.new @deployment_resource_pool_service_stub, :query_deployed_models, "deployed_models", request, result, options
|
770
771
|
yield result, operation if block_given?
|
772
|
+
throw :response, result
|
771
773
|
end
|
772
774
|
rescue ::Gapic::Rest::Error => e
|
773
775
|
raise ::Google::Cloud::Error.from_error(e)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-ai_platform-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|