google-cloud-ai_platform-v1 0.20.0 → 0.21.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +12 -6
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +3 -6
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +2 -0
- data/lib/google/cloud/aiplatform/v1/model_pb.rb +2 -0
- data/proto_docs/google/api/client.rb +57 -3
- data/proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb +0 -1
- data/proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb +10 -4
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +1 -4
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +11 -1
- data/proto_docs/google/cloud/aiplatform/v1/model.rb +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b09ec1e6a2cc843f0444af79c8423133d6ec3c80accb03ba805894265bd6a10
|
|
4
|
+
data.tar.gz: 892dfa4d04bc1d18b9f178a2e3a5a7df31e1902959f5648d2eab2b53e4490d3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17d0569f9683185139923c32e90021f044381218fadb21b7a9a8f59d3e4a1b5e8f052297979fd606790d7cce3e0fd894828632c8beec70b675115a9e765c2e09
|
|
7
|
+
data.tar.gz: acbaf6cec9f9d78cd0a1b4d99eca6e3c024e273f9eb644f0070ae3e948b31bad2202e58aa6f7c3402070e96980b371595d5c730083a55a22ee23ad251b498cd9
|
data/README.md
CHANGED
|
@@ -47,7 +47,7 @@ for general usage information.
|
|
|
47
47
|
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
49
49
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
|
50
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
|
50
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
53
53
|
|
|
@@ -1459,9 +1459,9 @@ module Google
|
|
|
1459
1459
|
# * (`String`) The path to a service account key file in JSON format
|
|
1460
1460
|
# * (`Hash`) A service account key as a Hash
|
|
1461
1461
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1462
|
-
# (see the [googleauth docs](https://
|
|
1462
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1463
1463
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1464
|
-
# (see the [signet docs](https://
|
|
1464
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1465
1465
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1466
1466
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1467
1467
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -213,10 +213,16 @@ module Google
|
|
|
213
213
|
# component of the endpoint resource name.
|
|
214
214
|
# If not provided, Vertex AI will generate a value for this ID.
|
|
215
215
|
#
|
|
216
|
-
#
|
|
217
|
-
#
|
|
218
|
-
#
|
|
219
|
-
#
|
|
216
|
+
# If the first character is a letter, this value may be up to 63 characters,
|
|
217
|
+
# and valid characters are `[a-z0-9-]`. The last character must be a letter
|
|
218
|
+
# or number.
|
|
219
|
+
#
|
|
220
|
+
# If the first character is a number, this value may be up to 9 characters,
|
|
221
|
+
# and valid characters are `[0-9]` with no leading zeros.
|
|
222
|
+
#
|
|
223
|
+
# When using HTTP/JSON, this field is populated
|
|
224
|
+
# based on a query string argument, such as `?endpoint_id=12345`. This is the
|
|
225
|
+
# fallback for fields that are not included in either the URI or the body.
|
|
220
226
|
#
|
|
221
227
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
222
228
|
# @yieldparam response [::Gapic::Operation]
|
|
@@ -947,9 +953,9 @@ module Google
|
|
|
947
953
|
# * (`String`) The path to a service account key file in JSON format
|
|
948
954
|
# * (`Hash`) A service account key as a Hash
|
|
949
955
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
950
|
-
# (see the [googleauth docs](https://
|
|
956
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
951
957
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
952
|
-
# (see the [signet docs](https://
|
|
958
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
953
959
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
954
960
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
955
961
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -506,9 +506,9 @@ module Google
|
|
|
506
506
|
# * (`String`) The path to a service account key file in JSON format
|
|
507
507
|
# * (`Hash`) A service account key as a Hash
|
|
508
508
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
509
|
-
# (see the [googleauth docs](https://
|
|
509
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
510
510
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
511
|
-
# (see the [signet docs](https://
|
|
511
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
512
512
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
513
513
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
514
514
|
# * (`nil`) indicating no credentials
|
|
@@ -2097,10 +2097,7 @@ module Google
|
|
|
2097
2097
|
# passed as opaque bytes.
|
|
2098
2098
|
# @param entity_type_specs [::Array<::Google::Cloud::AIPlatform::V1::BatchReadFeatureValuesRequest::EntityTypeSpec, ::Hash>]
|
|
2099
2099
|
# Required. Specifies EntityType grouping Features to read values of and
|
|
2100
|
-
# settings.
|
|
2101
|
-
# [BatchReadFeatureValuesRequest.entity_type_specs] must have a column
|
|
2102
|
-
# specifying entity IDs in the EntityType in
|
|
2103
|
-
# [BatchReadFeatureValuesRequest.request][] .
|
|
2100
|
+
# settings.
|
|
2104
2101
|
# @param start_time [::Google::Protobuf::Timestamp, ::Hash]
|
|
2105
2102
|
# Optional. Excludes Feature values with feature generation timestamp before
|
|
2106
2103
|
# this timestamp. If not set, retrieve oldest values kept in Feature Store.
|
|
@@ -2597,9 +2594,9 @@ module Google
|
|
|
2597
2594
|
# * (`String`) The path to a service account key file in JSON format
|
|
2598
2595
|
# * (`Hash`) A service account key as a Hash
|
|
2599
2596
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
2600
|
-
# (see the [googleauth docs](https://
|
|
2597
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
2601
2598
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
2602
|
-
# (see the [signet docs](https://
|
|
2599
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
2603
2600
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
2604
2601
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
2605
2602
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -1007,9 +1007,9 @@ module Google
|
|
|
1007
1007
|
# * (`String`) The path to a service account key file in JSON format
|
|
1008
1008
|
# * (`Hash`) A service account key as a Hash
|
|
1009
1009
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1010
|
-
# (see the [googleauth docs](https://
|
|
1010
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1011
1011
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1012
|
-
# (see the [signet docs](https://
|
|
1012
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1013
1013
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1014
1014
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1015
1015
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -883,9 +883,9 @@ module Google
|
|
|
883
883
|
# * (`String`) The path to a service account key file in JSON format
|
|
884
884
|
# * (`Hash`) A service account key as a Hash
|
|
885
885
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
886
|
-
# (see the [googleauth docs](https://
|
|
886
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
887
887
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
888
|
-
# (see the [signet docs](https://
|
|
888
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
889
889
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
890
890
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
891
891
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -3670,9 +3670,9 @@ module Google
|
|
|
3670
3670
|
# * (`String`) The path to a service account key file in JSON format
|
|
3671
3671
|
# * (`Hash`) A service account key as a Hash
|
|
3672
3672
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
3673
|
-
# (see the [googleauth docs](https://
|
|
3673
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
3674
3674
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
3675
|
-
# (see the [signet docs](https://
|
|
3675
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
3676
3676
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
3677
3677
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
3678
3678
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -3457,9 +3457,9 @@ module Google
|
|
|
3457
3457
|
# * (`String`) The path to a service account key file in JSON format
|
|
3458
3458
|
# * (`Hash`) A service account key as a Hash
|
|
3459
3459
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
3460
|
-
# (see the [googleauth docs](https://
|
|
3460
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
3461
3461
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
3462
|
-
# (see the [signet docs](https://
|
|
3462
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
3463
3463
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
3464
3464
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
3465
3465
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -436,9 +436,9 @@ module Google
|
|
|
436
436
|
# * (`String`) The path to a service account key file in JSON format
|
|
437
437
|
# * (`Hash`) A service account key as a Hash
|
|
438
438
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
439
|
-
# (see the [googleauth docs](https://
|
|
439
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
440
440
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
441
|
-
# (see the [signet docs](https://
|
|
441
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
442
442
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
443
443
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
444
444
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -1959,9 +1959,9 @@ module Google
|
|
|
1959
1959
|
# * (`String`) The path to a service account key file in JSON format
|
|
1960
1960
|
# * (`Hash`) A service account key as a Hash
|
|
1961
1961
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1962
|
-
# (see the [googleauth docs](https://
|
|
1962
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1963
1963
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1964
|
-
# (see the [signet docs](https://
|
|
1964
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1965
1965
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1966
1966
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1967
1967
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -1246,9 +1246,9 @@ module Google
|
|
|
1246
1246
|
# * (`String`) The path to a service account key file in JSON format
|
|
1247
1247
|
# * (`Hash`) A service account key as a Hash
|
|
1248
1248
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1249
|
-
# (see the [googleauth docs](https://
|
|
1249
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1250
1250
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1251
|
-
# (see the [signet docs](https://
|
|
1251
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1252
1252
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1253
1253
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1254
1254
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -553,9 +553,9 @@ module Google
|
|
|
553
553
|
# * (`String`) The path to a service account key file in JSON format
|
|
554
554
|
# * (`Hash`) A service account key as a Hash
|
|
555
555
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
556
|
-
# (see the [googleauth docs](https://
|
|
556
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
557
557
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
558
|
-
# (see the [signet docs](https://
|
|
558
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
559
559
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
560
560
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
561
561
|
# * (`nil`) indicating no credentials
|
|
@@ -706,9 +706,9 @@ module Google
|
|
|
706
706
|
# * (`String`) The path to a service account key file in JSON format
|
|
707
707
|
# * (`Hash`) A service account key as a Hash
|
|
708
708
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
709
|
-
# (see the [googleauth docs](https://
|
|
709
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
710
710
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
711
|
-
# (see the [signet docs](https://
|
|
711
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
712
712
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
713
713
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
714
714
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -3020,9 +3020,9 @@ module Google
|
|
|
3020
3020
|
# * (`String`) The path to a service account key file in JSON format
|
|
3021
3021
|
# * (`Hash`) A service account key as a Hash
|
|
3022
3022
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
3023
|
-
# (see the [googleauth docs](https://
|
|
3023
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
3024
3024
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
3025
|
-
# (see the [signet docs](https://
|
|
3025
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
3026
3026
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
3027
3027
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
3028
3028
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -1599,9 +1599,9 @@ module Google
|
|
|
1599
1599
|
# * (`String`) The path to a service account key file in JSON format
|
|
1600
1600
|
# * (`Hash`) A service account key as a Hash
|
|
1601
1601
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1602
|
-
# (see the [googleauth docs](https://
|
|
1602
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1603
1603
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1604
|
-
# (see the [signet docs](https://
|
|
1604
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1605
1605
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1606
1606
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1607
1607
|
# * (`nil`) indicating no credentials
|
|
@@ -628,9 +628,9 @@ module Google
|
|
|
628
628
|
# * (`String`) The path to a service account key file in JSON format
|
|
629
629
|
# * (`Hash`) A service account key as a Hash
|
|
630
630
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
631
|
-
# (see the [googleauth docs](https://
|
|
631
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
632
632
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
633
|
-
# (see the [signet docs](https://
|
|
633
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
634
634
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
635
635
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
636
636
|
# * (`nil`) indicating no credentials
|
|
@@ -23,6 +23,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
23
23
|
optional :network, :string, 9
|
|
24
24
|
optional :enable_private_service_connect, :bool, 10
|
|
25
25
|
optional :private_service_connect_config, :message, 12, "google.cloud.aiplatform.v1.PrivateServiceConnectConfig"
|
|
26
|
+
optional :public_endpoint_enabled, :bool, 13
|
|
27
|
+
optional :public_endpoint_domain_name, :string, 14
|
|
26
28
|
end
|
|
27
29
|
add_message "google.cloud.aiplatform.v1.DeployedIndex" do
|
|
28
30
|
optional :id, :string, 1
|
|
@@ -81,12 +81,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
81
81
|
end
|
|
82
82
|
add_message "google.cloud.aiplatform.v1.ModelSourceInfo" do
|
|
83
83
|
optional :source_type, :enum, 1, "google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType"
|
|
84
|
+
optional :copy, :bool, 2
|
|
84
85
|
end
|
|
85
86
|
add_enum "google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType" do
|
|
86
87
|
value :MODEL_SOURCE_TYPE_UNSPECIFIED, 0
|
|
87
88
|
value :AUTOML, 1
|
|
88
89
|
value :CUSTOM, 2
|
|
89
90
|
value :BQML, 3
|
|
91
|
+
value :MODEL_GARDEN, 4
|
|
90
92
|
end
|
|
91
93
|
end
|
|
92
94
|
end
|
|
@@ -35,7 +35,9 @@ module Google
|
|
|
35
35
|
# Details about how and where to publish client libraries.
|
|
36
36
|
# @!attribute [rw] version
|
|
37
37
|
# @return [::String]
|
|
38
|
-
# Version of the API to apply these settings to.
|
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
|
39
|
+
# package for the API, ending in the version element.
|
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
|
39
41
|
# @!attribute [rw] launch_stage
|
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
|
41
43
|
# Launch stage of this version of the API.
|
|
@@ -111,6 +113,10 @@ module Google
|
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
|
113
115
|
# settings with the same version string are discarded.
|
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
|
117
|
+
# @return [::String]
|
|
118
|
+
# Optional link to proto reference documentation. Example:
|
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
114
120
|
class Publishing
|
|
115
121
|
include ::Google::Protobuf::MessageExts
|
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -203,9 +209,57 @@ module Google
|
|
|
203
209
|
# @!attribute [rw] common
|
|
204
210
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
205
211
|
# Some settings.
|
|
212
|
+
# @!attribute [rw] renamed_services
|
|
213
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
214
|
+
# Map from original service names to renamed versions.
|
|
215
|
+
# This is used when the default generated types
|
|
216
|
+
# would cause a naming conflict. (Neither name is
|
|
217
|
+
# fully-qualified.)
|
|
218
|
+
# Example: Subscriber to SubscriberServiceApi.
|
|
219
|
+
# @!attribute [rw] renamed_resources
|
|
220
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
221
|
+
# Map from full resource types to the effective short name
|
|
222
|
+
# for the resource. This is used when otherwise resource
|
|
223
|
+
# named from different services would cause naming collisions.
|
|
224
|
+
# Example entry:
|
|
225
|
+
# "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
|
|
226
|
+
# @!attribute [rw] ignored_resources
|
|
227
|
+
# @return [::Array<::String>]
|
|
228
|
+
# List of full resource types to ignore during generation.
|
|
229
|
+
# This is typically used for API-specific Location resources,
|
|
230
|
+
# which should be handled by the generator as if they were actually
|
|
231
|
+
# the common Location resources.
|
|
232
|
+
# Example entry: "documentai.googleapis.com/Location"
|
|
233
|
+
# @!attribute [rw] forced_namespace_aliases
|
|
234
|
+
# @return [::Array<::String>]
|
|
235
|
+
# Namespaces which must be aliased in snippets due to
|
|
236
|
+
# a known (but non-generator-predictable) naming collision
|
|
237
|
+
# @!attribute [rw] handwritten_signatures
|
|
238
|
+
# @return [::Array<::String>]
|
|
239
|
+
# Method signatures (in the form "service.method(signature)")
|
|
240
|
+
# which are provided separately, so shouldn't be generated.
|
|
241
|
+
# Snippets *calling* these methods are still generated, however.
|
|
206
242
|
class DotnetSettings
|
|
207
243
|
include ::Google::Protobuf::MessageExts
|
|
208
244
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
245
|
+
|
|
246
|
+
# @!attribute [rw] key
|
|
247
|
+
# @return [::String]
|
|
248
|
+
# @!attribute [rw] value
|
|
249
|
+
# @return [::String]
|
|
250
|
+
class RenamedServicesEntry
|
|
251
|
+
include ::Google::Protobuf::MessageExts
|
|
252
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# @!attribute [rw] key
|
|
256
|
+
# @return [::String]
|
|
257
|
+
# @!attribute [rw] value
|
|
258
|
+
# @return [::String]
|
|
259
|
+
class RenamedResourcesEntry
|
|
260
|
+
include ::Google::Protobuf::MessageExts
|
|
261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
262
|
+
end
|
|
209
263
|
end
|
|
210
264
|
|
|
211
265
|
# Settings for Ruby client libraries.
|
|
@@ -240,8 +294,8 @@ module Google
|
|
|
240
294
|
# Example of a YAML configuration::
|
|
241
295
|
#
|
|
242
296
|
# publishing:
|
|
243
|
-
#
|
|
244
|
-
# - selector:
|
|
297
|
+
# method_settings:
|
|
298
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
|
245
299
|
# long_running:
|
|
246
300
|
# initial_poll_delay:
|
|
247
301
|
# seconds: 60 # 1 minute
|
|
@@ -36,10 +36,16 @@ module Google
|
|
|
36
36
|
# component of the endpoint resource name.
|
|
37
37
|
# If not provided, Vertex AI will generate a value for this ID.
|
|
38
38
|
#
|
|
39
|
-
#
|
|
40
|
-
#
|
|
41
|
-
#
|
|
42
|
-
#
|
|
39
|
+
# If the first character is a letter, this value may be up to 63 characters,
|
|
40
|
+
# and valid characters are `[a-z0-9-]`. The last character must be a letter
|
|
41
|
+
# or number.
|
|
42
|
+
#
|
|
43
|
+
# If the first character is a number, this value may be up to 9 characters,
|
|
44
|
+
# and valid characters are `[0-9]` with no leading zeros.
|
|
45
|
+
#
|
|
46
|
+
# When using HTTP/JSON, this field is populated
|
|
47
|
+
# based on a query string argument, such as `?endpoint_id=12345`. This is the
|
|
48
|
+
# fallback for fields that are not included in either the URI or the body.
|
|
43
49
|
class CreateEndpointRequest
|
|
44
50
|
include ::Google::Protobuf::MessageExts
|
|
45
51
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -316,10 +316,7 @@ module Google
|
|
|
316
316
|
# @!attribute [rw] entity_type_specs
|
|
317
317
|
# @return [::Array<::Google::Cloud::AIPlatform::V1::BatchReadFeatureValuesRequest::EntityTypeSpec>]
|
|
318
318
|
# Required. Specifies EntityType grouping Features to read values of and
|
|
319
|
-
# settings.
|
|
320
|
-
# [BatchReadFeatureValuesRequest.entity_type_specs] must have a column
|
|
321
|
-
# specifying entity IDs in the EntityType in
|
|
322
|
-
# [BatchReadFeatureValuesRequest.request][] .
|
|
319
|
+
# settings.
|
|
323
320
|
# @!attribute [rw] start_time
|
|
324
321
|
# @return [::Google::Protobuf::Timestamp]
|
|
325
322
|
# Optional. Excludes Feature values with feature generation timestamp before
|
|
@@ -92,6 +92,16 @@ module Google
|
|
|
92
92
|
# {::Google::Cloud::AIPlatform::V1::IndexEndpoint#network network} and
|
|
93
93
|
# {::Google::Cloud::AIPlatform::V1::IndexEndpoint#private_service_connect_config private_service_connect_config}
|
|
94
94
|
# are mutually exclusive.
|
|
95
|
+
# @!attribute [rw] public_endpoint_enabled
|
|
96
|
+
# @return [::Boolean]
|
|
97
|
+
# Optional. If true, the deployed index will be accessible through public
|
|
98
|
+
# endpoint.
|
|
99
|
+
# @!attribute [r] public_endpoint_domain_name
|
|
100
|
+
# @return [::String]
|
|
101
|
+
# Output only. If
|
|
102
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpoint#public_endpoint_enabled public_endpoint_enabled}
|
|
103
|
+
# is true, this field will be populated with the domain name to use for this
|
|
104
|
+
# index endpoint.
|
|
95
105
|
class IndexEndpoint
|
|
96
106
|
include ::Google::Protobuf::MessageExts
|
|
97
107
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -198,7 +208,7 @@ module Google
|
|
|
198
208
|
# the index might be deployed to any ip ranges under the provided VPC
|
|
199
209
|
# network.
|
|
200
210
|
#
|
|
201
|
-
# The value
|
|
211
|
+
# The value should be the name of the address
|
|
202
212
|
# (https://cloud.google.com/compute/docs/reference/rest/v1/addresses)
|
|
203
213
|
# Example: 'vertex-ai-ip-range'.
|
|
204
214
|
# @!attribute [rw] deployment_group
|
|
@@ -667,6 +667,11 @@ module Google
|
|
|
667
667
|
# @!attribute [rw] source_type
|
|
668
668
|
# @return [::Google::Cloud::AIPlatform::V1::ModelSourceInfo::ModelSourceType]
|
|
669
669
|
# Type of the model source.
|
|
670
|
+
# @!attribute [rw] copy
|
|
671
|
+
# @return [::Boolean]
|
|
672
|
+
# If this Model is copy of another Model. If true then
|
|
673
|
+
# {::Google::Cloud::AIPlatform::V1::ModelSourceInfo#source_type source_type}
|
|
674
|
+
# pertains to the original.
|
|
670
675
|
class ModelSourceInfo
|
|
671
676
|
include ::Google::Protobuf::MessageExts
|
|
672
677
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -684,6 +689,9 @@ module Google
|
|
|
684
689
|
|
|
685
690
|
# The Model is registered and sync'ed from BigQuery ML.
|
|
686
691
|
BQML = 3
|
|
692
|
+
|
|
693
|
+
# The Model is saved or tuned from Model Garden.
|
|
694
|
+
MODEL_GARDEN = 4
|
|
687
695
|
end
|
|
688
696
|
end
|
|
689
697
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|