google-cloud-ai_platform-v1 0.39.0 → 0.41.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/lib/google/cloud/ai_platform/v1/bindings_override.rb +399 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +138 -18
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/client.rb +2280 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/service_stub.rb +1196 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/client.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/client.rb +851 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/service_stub.rb +365 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +19 -8
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/client.rb +1215 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/service_stub.rb +546 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb +29 -13
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/client.rb +1732 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/service_stub.rb +841 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb +7 -2
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/rest/client.rb +534 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/rest/service_stub.rb +189 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb +24 -11
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/client.rb +1450 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/service_stub.rb +663 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +9 -3
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/client.rb +645 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/service_stub.rb +244 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +45 -21
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/client.rb +2765 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/service_stub.rb +1319 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb +11 -4
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/client.rb +720 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/service_stub.rb +307 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +19 -8
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/client.rb +1151 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/service_stub.rb +546 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +17 -7
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/index_service/rest/client.rb +1034 -0
- data/lib/google/cloud/ai_platform/v1/index_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/index_service/rest/service_stub.rb +486 -0
- data/lib/google/cloud/ai_platform/v1/index_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/index_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +73 -35
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/job_service/rest/client.rb +3841 -0
- data/lib/google/cloud/ai_platform/v1/job_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/job_service/rest/service_stub.rb +2149 -0
- data/lib/google/cloud/ai_platform/v1/job_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/job_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/client.rb +7 -2
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/rest/client.rb +533 -0
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/rest/service_stub.rb +205 -0
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/llm_utility_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/match_service/client.rb +7 -2
- data/lib/google/cloud/ai_platform/v1/match_service/rest/client.rb +541 -0
- data/lib/google/cloud/ai_platform/v1/match_service/rest/service_stub.rb +189 -0
- data/lib/google/cloud/ai_platform/v1/match_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/match_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +67 -32
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/client.rb +3634 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/service_stub.rb +1972 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +7 -2
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/client.rb +574 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/service_stub.rb +189 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/rest.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/migration_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +5 -1
- data/lib/google/cloud/ai_platform/v1/model_garden_service/rest/client.rb +438 -0
- data/lib/google/cloud/ai_platform/v1/model_garden_service/rest/service_stub.rb +128 -0
- data/lib/google/cloud/ai_platform/v1/model_garden_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/model_garden_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +39 -18
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/model_service/rest/client.rb +2213 -0
- data/lib/google/cloud/ai_platform/v1/model_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/model_service/rest/service_stub.rb +1140 -0
- data/lib/google/cloud/ai_platform/v1/model_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/model_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service/client.rb +123 -10
- data/lib/google/cloud/ai_platform/v1/notebook_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/client.rb +1503 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/service_stub.rb +723 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/client.rb +15 -6
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/client.rb +942 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/service_stub.rb +426 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +27 -12
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/client.rb +1600 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/service_stub.rb +783 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest.rb +56 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +37 -15
- data/lib/google/cloud/ai_platform/v1/prediction_service/credentials.rb +2 -1
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest/client.rb +1303 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest/service_stub.rb +658 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/rest.rb +63 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/client.rb +17 -7
- data/lib/google/cloud/ai_platform/v1/schedule_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/client.rb +1076 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/service_stub.rb +486 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/client.rb +847 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/service_stub.rb +366 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest.rb +59 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +63 -30
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/client.rb +3274 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/service_stub.rb +1847 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +33 -15
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +13 -5
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/client.rb +1788 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/operations.rb +3971 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/service_stub.rb +963 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest.rb +58 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service.rb +6 -0
- data/lib/google/cloud/ai_platform/v1.rb +6 -1
- data/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/content_pb.rb +4 -4
- data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +3 -2
- data/lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb +2 -0
- data/lib/google/cloud/aiplatform/v1/dataset_version_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/deployment_resource_pool_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/endpoint_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/feature_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/index_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/index_service_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/match_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/metadata_store_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/notebook_runtime_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/notebook_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/notebook_service_services_pb.rb +2 -0
- data/lib/google/cloud/aiplatform/v1/persistent_resource_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/publisher_model_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tool_pb.rb +4 -1
- data/proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/content.rb +26 -48
- data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +17 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset_version.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool.rb +23 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +7 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_group.rb +3 -3
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +24 -0
- data/proto_docs/google/cloud/aiplatform/v1/index.rb +23 -3
- data/proto_docs/google/cloud/aiplatform/v1/index_service.rb +20 -2
- data/proto_docs/google/cloud/aiplatform/v1/match_service.rb +18 -1
- data/proto_docs/google/cloud/aiplatform/v1/metadata_store.rb +13 -0
- data/proto_docs/google/cloud/aiplatform/v1/model.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb +17 -2
- data/proto_docs/google/cloud/aiplatform/v1/notebook_service.rb +18 -0
- data/proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb +63 -0
- data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/publisher_model.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/tool.rb +43 -5
- data/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb +8 -7
- metadata +101 -2
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2024 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
require "gapic/rest"
|
|
20
|
+
require "gapic/config"
|
|
21
|
+
require "gapic/config/method"
|
|
22
|
+
|
|
23
|
+
require "google/cloud/ai_platform/v1/version"
|
|
24
|
+
require "google/cloud/ai_platform/v1/bindings_override"
|
|
25
|
+
|
|
26
|
+
require "google/cloud/ai_platform/v1/model_service/credentials"
|
|
27
|
+
require "google/cloud/ai_platform/v1/model_service/paths"
|
|
28
|
+
require "google/cloud/ai_platform/v1/model_service/rest/operations"
|
|
29
|
+
require "google/cloud/ai_platform/v1/model_service/rest/client"
|
|
30
|
+
|
|
31
|
+
module Google
|
|
32
|
+
module Cloud
|
|
33
|
+
module AIPlatform
|
|
34
|
+
module V1
|
|
35
|
+
##
|
|
36
|
+
# A service for managing Vertex AI's machine learning Models.
|
|
37
|
+
#
|
|
38
|
+
# To load this service and instantiate a REST client:
|
|
39
|
+
#
|
|
40
|
+
# require "google/cloud/ai_platform/v1/model_service/rest"
|
|
41
|
+
# client = ::Google::Cloud::AIPlatform::V1::ModelService::Rest::Client.new
|
|
42
|
+
#
|
|
43
|
+
module ModelService
|
|
44
|
+
# Client for the REST transport
|
|
45
|
+
module Rest
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
helper_path = ::File.join __dir__, "rest", "helpers.rb"
|
|
54
|
+
require "google/cloud/ai_platform/v1/model_service/rest/helpers" if ::File.file? helper_path
|
|
@@ -26,6 +26,7 @@ require "google/cloud/ai_platform/v1/model_service/credentials"
|
|
|
26
26
|
require "google/cloud/ai_platform/v1/model_service/paths"
|
|
27
27
|
require "google/cloud/ai_platform/v1/model_service/operations"
|
|
28
28
|
require "google/cloud/ai_platform/v1/model_service/client"
|
|
29
|
+
require "google/cloud/ai_platform/v1/model_service/rest"
|
|
29
30
|
|
|
30
31
|
module Google
|
|
31
32
|
module Cloud
|
|
@@ -39,6 +40,11 @@ module Google
|
|
|
39
40
|
# require "google/cloud/ai_platform/v1/model_service"
|
|
40
41
|
# client = ::Google::Cloud::AIPlatform::V1::ModelService::Client.new
|
|
41
42
|
#
|
|
43
|
+
# @example Load this service and instantiate a REST client
|
|
44
|
+
#
|
|
45
|
+
# require "google/cloud/ai_platform/v1/model_service/rest"
|
|
46
|
+
# client = ::Google::Cloud::AIPlatform::V1::ModelService::Rest::Client.new
|
|
47
|
+
#
|
|
42
48
|
module ModelService
|
|
43
49
|
end
|
|
44
50
|
end
|
|
@@ -32,6 +32,9 @@ module Google
|
|
|
32
32
|
# The interface for Vertex Notebook service (a.k.a. Colab on Workbench).
|
|
33
33
|
#
|
|
34
34
|
class Client
|
|
35
|
+
# @private
|
|
36
|
+
API_VERSION = ""
|
|
37
|
+
|
|
35
38
|
# @private
|
|
36
39
|
DEFAULT_ENDPOINT_TEMPLATE = "aiplatform.$UNIVERSE_DOMAIN$"
|
|
37
40
|
|
|
@@ -271,10 +274,11 @@ module Google
|
|
|
271
274
|
# Customize the options with defaults
|
|
272
275
|
metadata = @config.rpcs.create_notebook_runtime_template.metadata.to_h
|
|
273
276
|
|
|
274
|
-
# Set x-goog-api-client
|
|
277
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
275
278
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
276
279
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
277
280
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
281
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
278
282
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
279
283
|
|
|
280
284
|
header_params = {}
|
|
@@ -359,10 +363,11 @@ module Google
|
|
|
359
363
|
# Customize the options with defaults
|
|
360
364
|
metadata = @config.rpcs.get_notebook_runtime_template.metadata.to_h
|
|
361
365
|
|
|
362
|
-
# Set x-goog-api-client
|
|
366
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
363
367
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
364
368
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
365
369
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
370
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
366
371
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
367
372
|
|
|
368
373
|
header_params = {}
|
|
@@ -492,10 +497,11 @@ module Google
|
|
|
492
497
|
# Customize the options with defaults
|
|
493
498
|
metadata = @config.rpcs.list_notebook_runtime_templates.metadata.to_h
|
|
494
499
|
|
|
495
|
-
# Set x-goog-api-client
|
|
500
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
496
501
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
497
502
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
498
503
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
504
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
499
505
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
500
506
|
|
|
501
507
|
header_params = {}
|
|
@@ -587,10 +593,11 @@ module Google
|
|
|
587
593
|
# Customize the options with defaults
|
|
588
594
|
metadata = @config.rpcs.delete_notebook_runtime_template.metadata.to_h
|
|
589
595
|
|
|
590
|
-
# Set x-goog-api-client
|
|
596
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
591
597
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
592
598
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
593
599
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
600
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
594
601
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
595
602
|
|
|
596
603
|
header_params = {}
|
|
@@ -618,6 +625,99 @@ module Google
|
|
|
618
625
|
raise ::Google::Cloud::Error.from_error(e)
|
|
619
626
|
end
|
|
620
627
|
|
|
628
|
+
##
|
|
629
|
+
# Updates a NotebookRuntimeTemplate.
|
|
630
|
+
#
|
|
631
|
+
# @overload update_notebook_runtime_template(request, options = nil)
|
|
632
|
+
# Pass arguments to `update_notebook_runtime_template` via a request object, either of type
|
|
633
|
+
# {::Google::Cloud::AIPlatform::V1::UpdateNotebookRuntimeTemplateRequest} or an equivalent Hash.
|
|
634
|
+
#
|
|
635
|
+
# @param request [::Google::Cloud::AIPlatform::V1::UpdateNotebookRuntimeTemplateRequest, ::Hash]
|
|
636
|
+
# A request object representing the call parameters. Required. To specify no
|
|
637
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
|
638
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
|
639
|
+
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
|
640
|
+
#
|
|
641
|
+
# @overload update_notebook_runtime_template(notebook_runtime_template: nil, update_mask: nil)
|
|
642
|
+
# Pass arguments to `update_notebook_runtime_template` via keyword arguments. Note that at
|
|
643
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
644
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
645
|
+
#
|
|
646
|
+
# @param notebook_runtime_template [::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate, ::Hash]
|
|
647
|
+
# Required. The NotebookRuntimeTemplate to update.
|
|
648
|
+
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
649
|
+
# Required. The update mask applies to the resource.
|
|
650
|
+
# For the `FieldMask` definition, see
|
|
651
|
+
# {::Google::Protobuf::FieldMask google.protobuf.FieldMask}. Input format:
|
|
652
|
+
# `{paths: "${updated_filed}"}` Updatable fields:
|
|
653
|
+
#
|
|
654
|
+
# * `encryption_spec.kms_key_name`
|
|
655
|
+
#
|
|
656
|
+
# @yield [response, operation] Access the result along with the RPC operation
|
|
657
|
+
# @yieldparam response [::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate]
|
|
658
|
+
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
|
659
|
+
#
|
|
660
|
+
# @return [::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate]
|
|
661
|
+
#
|
|
662
|
+
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
663
|
+
#
|
|
664
|
+
# @example Basic example
|
|
665
|
+
# require "google/cloud/ai_platform/v1"
|
|
666
|
+
#
|
|
667
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
668
|
+
# client = Google::Cloud::AIPlatform::V1::NotebookService::Client.new
|
|
669
|
+
#
|
|
670
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
671
|
+
# request = Google::Cloud::AIPlatform::V1::UpdateNotebookRuntimeTemplateRequest.new
|
|
672
|
+
#
|
|
673
|
+
# # Call the update_notebook_runtime_template method.
|
|
674
|
+
# result = client.update_notebook_runtime_template request
|
|
675
|
+
#
|
|
676
|
+
# # The returned object is of type Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate.
|
|
677
|
+
# p result
|
|
678
|
+
#
|
|
679
|
+
def update_notebook_runtime_template request, options = nil
|
|
680
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
681
|
+
|
|
682
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::AIPlatform::V1::UpdateNotebookRuntimeTemplateRequest
|
|
683
|
+
|
|
684
|
+
# Converts hash and nil to an options object
|
|
685
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
686
|
+
|
|
687
|
+
# Customize the options with defaults
|
|
688
|
+
metadata = @config.rpcs.update_notebook_runtime_template.metadata.to_h
|
|
689
|
+
|
|
690
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
691
|
+
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
692
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
693
|
+
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
694
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
695
|
+
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
696
|
+
|
|
697
|
+
header_params = {}
|
|
698
|
+
if request.notebook_runtime_template&.name
|
|
699
|
+
header_params["notebook_runtime_template.name"] = request.notebook_runtime_template.name
|
|
700
|
+
end
|
|
701
|
+
|
|
702
|
+
request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
|
|
703
|
+
metadata[:"x-goog-request-params"] ||= request_params_header
|
|
704
|
+
|
|
705
|
+
options.apply_defaults timeout: @config.rpcs.update_notebook_runtime_template.timeout,
|
|
706
|
+
metadata: metadata,
|
|
707
|
+
retry_policy: @config.rpcs.update_notebook_runtime_template.retry_policy
|
|
708
|
+
|
|
709
|
+
options.apply_defaults timeout: @config.timeout,
|
|
710
|
+
metadata: @config.metadata,
|
|
711
|
+
retry_policy: @config.retry_policy
|
|
712
|
+
|
|
713
|
+
@notebook_service_stub.call_rpc :update_notebook_runtime_template, request, options: options do |response, operation|
|
|
714
|
+
yield response, operation if block_given?
|
|
715
|
+
return response
|
|
716
|
+
end
|
|
717
|
+
rescue ::GRPC::BadStatus => e
|
|
718
|
+
raise ::Google::Cloud::Error.from_error(e)
|
|
719
|
+
end
|
|
720
|
+
|
|
621
721
|
##
|
|
622
722
|
# Assigns a NotebookRuntime to a user for a particular Notebook file. This
|
|
623
723
|
# method will either returns an existing assignment or generates a new one.
|
|
@@ -690,10 +790,11 @@ module Google
|
|
|
690
790
|
# Customize the options with defaults
|
|
691
791
|
metadata = @config.rpcs.assign_notebook_runtime.metadata.to_h
|
|
692
792
|
|
|
693
|
-
# Set x-goog-api-client
|
|
793
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
694
794
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
695
795
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
696
796
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
797
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
697
798
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
698
799
|
|
|
699
800
|
header_params = {}
|
|
@@ -779,10 +880,11 @@ module Google
|
|
|
779
880
|
# Customize the options with defaults
|
|
780
881
|
metadata = @config.rpcs.get_notebook_runtime.metadata.to_h
|
|
781
882
|
|
|
782
|
-
# Set x-goog-api-client
|
|
883
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
783
884
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
784
885
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
785
886
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
887
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
786
888
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
787
889
|
|
|
788
890
|
header_params = {}
|
|
@@ -926,10 +1028,11 @@ module Google
|
|
|
926
1028
|
# Customize the options with defaults
|
|
927
1029
|
metadata = @config.rpcs.list_notebook_runtimes.metadata.to_h
|
|
928
1030
|
|
|
929
|
-
# Set x-goog-api-client
|
|
1031
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
930
1032
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
931
1033
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
932
1034
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1035
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
933
1036
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
934
1037
|
|
|
935
1038
|
header_params = {}
|
|
@@ -1022,10 +1125,11 @@ module Google
|
|
|
1022
1125
|
# Customize the options with defaults
|
|
1023
1126
|
metadata = @config.rpcs.delete_notebook_runtime.metadata.to_h
|
|
1024
1127
|
|
|
1025
|
-
# Set x-goog-api-client
|
|
1128
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1026
1129
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1027
1130
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1028
1131
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1132
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1029
1133
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1030
1134
|
|
|
1031
1135
|
header_params = {}
|
|
@@ -1118,10 +1222,11 @@ module Google
|
|
|
1118
1222
|
# Customize the options with defaults
|
|
1119
1223
|
metadata = @config.rpcs.upgrade_notebook_runtime.metadata.to_h
|
|
1120
1224
|
|
|
1121
|
-
# Set x-goog-api-client
|
|
1225
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1122
1226
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1123
1227
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1124
1228
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1229
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1125
1230
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1126
1231
|
|
|
1127
1232
|
header_params = {}
|
|
@@ -1214,10 +1319,11 @@ module Google
|
|
|
1214
1319
|
# Customize the options with defaults
|
|
1215
1320
|
metadata = @config.rpcs.start_notebook_runtime.metadata.to_h
|
|
1216
1321
|
|
|
1217
|
-
# Set x-goog-api-client
|
|
1322
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1218
1323
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1219
1324
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1220
1325
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1326
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1221
1327
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1222
1328
|
|
|
1223
1329
|
header_params = {}
|
|
@@ -1419,6 +1525,11 @@ module Google
|
|
|
1419
1525
|
#
|
|
1420
1526
|
attr_reader :delete_notebook_runtime_template
|
|
1421
1527
|
##
|
|
1528
|
+
# RPC-specific configuration for `update_notebook_runtime_template`
|
|
1529
|
+
# @return [::Gapic::Config::Method]
|
|
1530
|
+
#
|
|
1531
|
+
attr_reader :update_notebook_runtime_template
|
|
1532
|
+
##
|
|
1422
1533
|
# RPC-specific configuration for `assign_notebook_runtime`
|
|
1423
1534
|
# @return [::Gapic::Config::Method]
|
|
1424
1535
|
#
|
|
@@ -1459,6 +1570,8 @@ module Google
|
|
|
1459
1570
|
@list_notebook_runtime_templates = ::Gapic::Config::Method.new list_notebook_runtime_templates_config
|
|
1460
1571
|
delete_notebook_runtime_template_config = parent_rpcs.delete_notebook_runtime_template if parent_rpcs.respond_to? :delete_notebook_runtime_template
|
|
1461
1572
|
@delete_notebook_runtime_template = ::Gapic::Config::Method.new delete_notebook_runtime_template_config
|
|
1573
|
+
update_notebook_runtime_template_config = parent_rpcs.update_notebook_runtime_template if parent_rpcs.respond_to? :update_notebook_runtime_template
|
|
1574
|
+
@update_notebook_runtime_template = ::Gapic::Config::Method.new update_notebook_runtime_template_config
|
|
1462
1575
|
assign_notebook_runtime_config = parent_rpcs.assign_notebook_runtime if parent_rpcs.respond_to? :assign_notebook_runtime
|
|
1463
1576
|
@assign_notebook_runtime = ::Gapic::Config::Method.new assign_notebook_runtime_config
|
|
1464
1577
|
get_notebook_runtime_config = parent_rpcs.get_notebook_runtime if parent_rpcs.respond_to? :get_notebook_runtime
|
|
@@ -26,6 +26,9 @@ module Google
|
|
|
26
26
|
module NotebookService
|
|
27
27
|
# Service that implements Longrunning Operations API.
|
|
28
28
|
class Operations
|
|
29
|
+
# @private
|
|
30
|
+
API_VERSION = ""
|
|
31
|
+
|
|
29
32
|
# @private
|
|
30
33
|
DEFAULT_ENDPOINT_TEMPLATE = "aiplatform.$UNIVERSE_DOMAIN$"
|
|
31
34
|
|
|
@@ -191,10 +194,11 @@ module Google
|
|
|
191
194
|
# Customize the options with defaults
|
|
192
195
|
metadata = @config.rpcs.list_operations.metadata.to_h
|
|
193
196
|
|
|
194
|
-
# Set x-goog-api-client
|
|
197
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
195
198
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
196
199
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
197
200
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
201
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
198
202
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
199
203
|
|
|
200
204
|
header_params = {}
|
|
@@ -287,10 +291,11 @@ module Google
|
|
|
287
291
|
# Customize the options with defaults
|
|
288
292
|
metadata = @config.rpcs.get_operation.metadata.to_h
|
|
289
293
|
|
|
290
|
-
# Set x-goog-api-client
|
|
294
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
291
295
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
292
296
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
293
297
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
298
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
294
299
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
295
300
|
|
|
296
301
|
header_params = {}
|
|
@@ -376,10 +381,11 @@ module Google
|
|
|
376
381
|
# Customize the options with defaults
|
|
377
382
|
metadata = @config.rpcs.delete_operation.metadata.to_h
|
|
378
383
|
|
|
379
|
-
# Set x-goog-api-client
|
|
384
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
380
385
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
381
386
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
382
387
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
388
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
383
389
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
384
390
|
|
|
385
391
|
header_params = {}
|
|
@@ -470,10 +476,11 @@ module Google
|
|
|
470
476
|
# Customize the options with defaults
|
|
471
477
|
metadata = @config.rpcs.cancel_operation.metadata.to_h
|
|
472
478
|
|
|
473
|
-
# Set x-goog-api-client
|
|
479
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
474
480
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
475
481
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
476
482
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
483
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
477
484
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
478
485
|
|
|
479
486
|
header_params = {}
|
|
@@ -574,10 +581,11 @@ module Google
|
|
|
574
581
|
# Customize the options with defaults
|
|
575
582
|
metadata = @config.rpcs.wait_operation.metadata.to_h
|
|
576
583
|
|
|
577
|
-
# Set x-goog-api-client
|
|
584
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
578
585
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
579
586
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
580
587
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
588
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
581
589
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
582
590
|
|
|
583
591
|
header_params = {}
|