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,365 @@
|
|
|
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 "google/cloud/aiplatform/v1/deployment_resource_pool_service_pb"
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Cloud
|
|
23
|
+
module AIPlatform
|
|
24
|
+
module V1
|
|
25
|
+
module DeploymentResourcePoolService
|
|
26
|
+
module Rest
|
|
27
|
+
##
|
|
28
|
+
# REST service stub for the DeploymentResourcePoolService service.
|
|
29
|
+
# Service stub contains baseline method implementations
|
|
30
|
+
# including transcoding, making the REST call, and deserialing the response.
|
|
31
|
+
#
|
|
32
|
+
class ServiceStub
|
|
33
|
+
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
|
|
34
|
+
# These require statements are intentionally placed here to initialize
|
|
35
|
+
# the REST modules only when it's required.
|
|
36
|
+
require "gapic/rest"
|
|
37
|
+
|
|
38
|
+
@client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
|
|
39
|
+
endpoint_template: endpoint_template,
|
|
40
|
+
universe_domain: universe_domain,
|
|
41
|
+
credentials: credentials,
|
|
42
|
+
numeric_enums: false,
|
|
43
|
+
raise_faraday_errors: false
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
##
|
|
47
|
+
# The effective universe domain
|
|
48
|
+
#
|
|
49
|
+
# @return [String]
|
|
50
|
+
#
|
|
51
|
+
def universe_domain
|
|
52
|
+
@client_stub.universe_domain
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
##
|
|
56
|
+
# The effective endpoint
|
|
57
|
+
#
|
|
58
|
+
# @return [String]
|
|
59
|
+
#
|
|
60
|
+
def endpoint
|
|
61
|
+
@client_stub.endpoint
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
##
|
|
65
|
+
# Baseline implementation for the create_deployment_resource_pool REST call
|
|
66
|
+
#
|
|
67
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::CreateDeploymentResourcePoolRequest]
|
|
68
|
+
# A request object representing the call parameters. Required.
|
|
69
|
+
# @param options [::Gapic::CallOptions]
|
|
70
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
71
|
+
#
|
|
72
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
73
|
+
# @yieldparam result [::Google::Longrunning::Operation]
|
|
74
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
75
|
+
#
|
|
76
|
+
# @return [::Google::Longrunning::Operation]
|
|
77
|
+
# A result object deserialized from the server's reply
|
|
78
|
+
def create_deployment_resource_pool request_pb, options = nil
|
|
79
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
80
|
+
|
|
81
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_create_deployment_resource_pool_request request_pb
|
|
82
|
+
query_string_params = if query_string_params.any?
|
|
83
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
84
|
+
else
|
|
85
|
+
{}
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
response = @client_stub.make_http_request(
|
|
89
|
+
verb,
|
|
90
|
+
uri: uri,
|
|
91
|
+
body: body || "",
|
|
92
|
+
params: query_string_params,
|
|
93
|
+
options: options
|
|
94
|
+
)
|
|
95
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
96
|
+
result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
97
|
+
|
|
98
|
+
yield result, operation if block_given?
|
|
99
|
+
result
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
##
|
|
103
|
+
# Baseline implementation for the get_deployment_resource_pool REST call
|
|
104
|
+
#
|
|
105
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::GetDeploymentResourcePoolRequest]
|
|
106
|
+
# A request object representing the call parameters. Required.
|
|
107
|
+
# @param options [::Gapic::CallOptions]
|
|
108
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
109
|
+
#
|
|
110
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
111
|
+
# @yieldparam result [::Google::Cloud::AIPlatform::V1::DeploymentResourcePool]
|
|
112
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
113
|
+
#
|
|
114
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeploymentResourcePool]
|
|
115
|
+
# A result object deserialized from the server's reply
|
|
116
|
+
def get_deployment_resource_pool request_pb, options = nil
|
|
117
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
118
|
+
|
|
119
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_get_deployment_resource_pool_request request_pb
|
|
120
|
+
query_string_params = if query_string_params.any?
|
|
121
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
122
|
+
else
|
|
123
|
+
{}
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
response = @client_stub.make_http_request(
|
|
127
|
+
verb,
|
|
128
|
+
uri: uri,
|
|
129
|
+
body: body || "",
|
|
130
|
+
params: query_string_params,
|
|
131
|
+
options: options
|
|
132
|
+
)
|
|
133
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
134
|
+
result = ::Google::Cloud::AIPlatform::V1::DeploymentResourcePool.decode_json response.body, ignore_unknown_fields: true
|
|
135
|
+
|
|
136
|
+
yield result, operation if block_given?
|
|
137
|
+
result
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
##
|
|
141
|
+
# Baseline implementation for the list_deployment_resource_pools REST call
|
|
142
|
+
#
|
|
143
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsRequest]
|
|
144
|
+
# A request object representing the call parameters. Required.
|
|
145
|
+
# @param options [::Gapic::CallOptions]
|
|
146
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
147
|
+
#
|
|
148
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
149
|
+
# @yieldparam result [::Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsResponse]
|
|
150
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
151
|
+
#
|
|
152
|
+
# @return [::Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsResponse]
|
|
153
|
+
# A result object deserialized from the server's reply
|
|
154
|
+
def list_deployment_resource_pools request_pb, options = nil
|
|
155
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
156
|
+
|
|
157
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_list_deployment_resource_pools_request request_pb
|
|
158
|
+
query_string_params = if query_string_params.any?
|
|
159
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
160
|
+
else
|
|
161
|
+
{}
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
response = @client_stub.make_http_request(
|
|
165
|
+
verb,
|
|
166
|
+
uri: uri,
|
|
167
|
+
body: body || "",
|
|
168
|
+
params: query_string_params,
|
|
169
|
+
options: options
|
|
170
|
+
)
|
|
171
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
172
|
+
result = ::Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsResponse.decode_json response.body, ignore_unknown_fields: true
|
|
173
|
+
|
|
174
|
+
yield result, operation if block_given?
|
|
175
|
+
result
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
##
|
|
179
|
+
# Baseline implementation for the delete_deployment_resource_pool REST call
|
|
180
|
+
#
|
|
181
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::DeleteDeploymentResourcePoolRequest]
|
|
182
|
+
# A request object representing the call parameters. Required.
|
|
183
|
+
# @param options [::Gapic::CallOptions]
|
|
184
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
185
|
+
#
|
|
186
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
187
|
+
# @yieldparam result [::Google::Longrunning::Operation]
|
|
188
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
189
|
+
#
|
|
190
|
+
# @return [::Google::Longrunning::Operation]
|
|
191
|
+
# A result object deserialized from the server's reply
|
|
192
|
+
def delete_deployment_resource_pool request_pb, options = nil
|
|
193
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
194
|
+
|
|
195
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_delete_deployment_resource_pool_request request_pb
|
|
196
|
+
query_string_params = if query_string_params.any?
|
|
197
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
198
|
+
else
|
|
199
|
+
{}
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
response = @client_stub.make_http_request(
|
|
203
|
+
verb,
|
|
204
|
+
uri: uri,
|
|
205
|
+
body: body || "",
|
|
206
|
+
params: query_string_params,
|
|
207
|
+
options: options
|
|
208
|
+
)
|
|
209
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
210
|
+
result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
211
|
+
|
|
212
|
+
yield result, operation if block_given?
|
|
213
|
+
result
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
##
|
|
217
|
+
# Baseline implementation for the query_deployed_models REST call
|
|
218
|
+
#
|
|
219
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::QueryDeployedModelsRequest]
|
|
220
|
+
# A request object representing the call parameters. Required.
|
|
221
|
+
# @param options [::Gapic::CallOptions]
|
|
222
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
223
|
+
#
|
|
224
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
225
|
+
# @yieldparam result [::Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse]
|
|
226
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
227
|
+
#
|
|
228
|
+
# @return [::Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse]
|
|
229
|
+
# A result object deserialized from the server's reply
|
|
230
|
+
def query_deployed_models request_pb, options = nil
|
|
231
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
232
|
+
|
|
233
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_query_deployed_models_request request_pb
|
|
234
|
+
query_string_params = if query_string_params.any?
|
|
235
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
236
|
+
else
|
|
237
|
+
{}
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
response = @client_stub.make_http_request(
|
|
241
|
+
verb,
|
|
242
|
+
uri: uri,
|
|
243
|
+
body: body || "",
|
|
244
|
+
params: query_string_params,
|
|
245
|
+
options: options
|
|
246
|
+
)
|
|
247
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
248
|
+
result = ::Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse.decode_json response.body, ignore_unknown_fields: true
|
|
249
|
+
|
|
250
|
+
yield result, operation if block_given?
|
|
251
|
+
result
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
##
|
|
255
|
+
# @private
|
|
256
|
+
#
|
|
257
|
+
# GRPC transcoding helper method for the create_deployment_resource_pool REST call
|
|
258
|
+
#
|
|
259
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::CreateDeploymentResourcePoolRequest]
|
|
260
|
+
# A request object representing the call parameters. Required.
|
|
261
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
262
|
+
# Uri, Body, Query string parameters
|
|
263
|
+
def self.transcode_create_deployment_resource_pool_request request_pb
|
|
264
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
265
|
+
.with_bindings(
|
|
266
|
+
uri_method: :post,
|
|
267
|
+
uri_template: "/v1/{parent}/deploymentResourcePools",
|
|
268
|
+
body: "*",
|
|
269
|
+
matches: [
|
|
270
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
|
271
|
+
]
|
|
272
|
+
)
|
|
273
|
+
transcoder.transcode request_pb
|
|
274
|
+
end
|
|
275
|
+
|
|
276
|
+
##
|
|
277
|
+
# @private
|
|
278
|
+
#
|
|
279
|
+
# GRPC transcoding helper method for the get_deployment_resource_pool REST call
|
|
280
|
+
#
|
|
281
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::GetDeploymentResourcePoolRequest]
|
|
282
|
+
# A request object representing the call parameters. Required.
|
|
283
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
284
|
+
# Uri, Body, Query string parameters
|
|
285
|
+
def self.transcode_get_deployment_resource_pool_request request_pb
|
|
286
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
287
|
+
.with_bindings(
|
|
288
|
+
uri_method: :get,
|
|
289
|
+
uri_template: "/v1/{name}",
|
|
290
|
+
matches: [
|
|
291
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/?$}, false]
|
|
292
|
+
]
|
|
293
|
+
)
|
|
294
|
+
transcoder.transcode request_pb
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
##
|
|
298
|
+
# @private
|
|
299
|
+
#
|
|
300
|
+
# GRPC transcoding helper method for the list_deployment_resource_pools REST call
|
|
301
|
+
#
|
|
302
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsRequest]
|
|
303
|
+
# A request object representing the call parameters. Required.
|
|
304
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
305
|
+
# Uri, Body, Query string parameters
|
|
306
|
+
def self.transcode_list_deployment_resource_pools_request request_pb
|
|
307
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
308
|
+
.with_bindings(
|
|
309
|
+
uri_method: :get,
|
|
310
|
+
uri_template: "/v1/{parent}/deploymentResourcePools",
|
|
311
|
+
matches: [
|
|
312
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
|
313
|
+
]
|
|
314
|
+
)
|
|
315
|
+
transcoder.transcode request_pb
|
|
316
|
+
end
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
# @private
|
|
320
|
+
#
|
|
321
|
+
# GRPC transcoding helper method for the delete_deployment_resource_pool REST call
|
|
322
|
+
#
|
|
323
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::DeleteDeploymentResourcePoolRequest]
|
|
324
|
+
# A request object representing the call parameters. Required.
|
|
325
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
326
|
+
# Uri, Body, Query string parameters
|
|
327
|
+
def self.transcode_delete_deployment_resource_pool_request request_pb
|
|
328
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
329
|
+
.with_bindings(
|
|
330
|
+
uri_method: :delete,
|
|
331
|
+
uri_template: "/v1/{name}",
|
|
332
|
+
matches: [
|
|
333
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/?$}, false]
|
|
334
|
+
]
|
|
335
|
+
)
|
|
336
|
+
transcoder.transcode request_pb
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
##
|
|
340
|
+
# @private
|
|
341
|
+
#
|
|
342
|
+
# GRPC transcoding helper method for the query_deployed_models REST call
|
|
343
|
+
#
|
|
344
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::QueryDeployedModelsRequest]
|
|
345
|
+
# A request object representing the call parameters. Required.
|
|
346
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
347
|
+
# Uri, Body, Query string parameters
|
|
348
|
+
def self.transcode_query_deployed_models_request request_pb
|
|
349
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
350
|
+
.with_bindings(
|
|
351
|
+
uri_method: :get,
|
|
352
|
+
uri_template: "/v1/{deployment_resource_pool}:queryDeployedModels",
|
|
353
|
+
matches: [
|
|
354
|
+
["deployment_resource_pool", %r{^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/?$}, false]
|
|
355
|
+
]
|
|
356
|
+
)
|
|
357
|
+
transcoder.transcode request_pb
|
|
358
|
+
end
|
|
359
|
+
end
|
|
360
|
+
end
|
|
361
|
+
end
|
|
362
|
+
end
|
|
363
|
+
end
|
|
364
|
+
end
|
|
365
|
+
end
|
|
@@ -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/deployment_resource_pool_service/credentials"
|
|
27
|
+
require "google/cloud/ai_platform/v1/deployment_resource_pool_service/paths"
|
|
28
|
+
require "google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/operations"
|
|
29
|
+
require "google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/client"
|
|
30
|
+
|
|
31
|
+
module Google
|
|
32
|
+
module Cloud
|
|
33
|
+
module AIPlatform
|
|
34
|
+
module V1
|
|
35
|
+
##
|
|
36
|
+
# A service that manages the DeploymentResourcePool resource.
|
|
37
|
+
#
|
|
38
|
+
# To load this service and instantiate a REST client:
|
|
39
|
+
#
|
|
40
|
+
# require "google/cloud/ai_platform/v1/deployment_resource_pool_service/rest"
|
|
41
|
+
# client = ::Google::Cloud::AIPlatform::V1::DeploymentResourcePoolService::Rest::Client.new
|
|
42
|
+
#
|
|
43
|
+
module DeploymentResourcePoolService
|
|
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/deployment_resource_pool_service/rest/helpers" if ::File.file? helper_path
|
|
@@ -26,6 +26,7 @@ require "google/cloud/ai_platform/v1/deployment_resource_pool_service/credential
|
|
|
26
26
|
require "google/cloud/ai_platform/v1/deployment_resource_pool_service/paths"
|
|
27
27
|
require "google/cloud/ai_platform/v1/deployment_resource_pool_service/operations"
|
|
28
28
|
require "google/cloud/ai_platform/v1/deployment_resource_pool_service/client"
|
|
29
|
+
require "google/cloud/ai_platform/v1/deployment_resource_pool_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/deployment_resource_pool_service"
|
|
40
41
|
# client = ::Google::Cloud::AIPlatform::V1::DeploymentResourcePoolService::Client.new
|
|
41
42
|
#
|
|
43
|
+
# @example Load this service and instantiate a REST client
|
|
44
|
+
#
|
|
45
|
+
# require "google/cloud/ai_platform/v1/deployment_resource_pool_service/rest"
|
|
46
|
+
# client = ::Google::Cloud::AIPlatform::V1::DeploymentResourcePoolService::Rest::Client.new
|
|
47
|
+
#
|
|
42
48
|
module DeploymentResourcePoolService
|
|
43
49
|
end
|
|
44
50
|
end
|
|
@@ -32,6 +32,9 @@ module Google
|
|
|
32
32
|
# A service for managing Vertex AI's Endpoints.
|
|
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
|
|
|
@@ -284,10 +287,11 @@ module Google
|
|
|
284
287
|
# Customize the options with defaults
|
|
285
288
|
metadata = @config.rpcs.create_endpoint.metadata.to_h
|
|
286
289
|
|
|
287
|
-
# Set x-goog-api-client
|
|
290
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
288
291
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
289
292
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
290
293
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
294
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
291
295
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
292
296
|
|
|
293
297
|
header_params = {}
|
|
@@ -372,10 +376,11 @@ module Google
|
|
|
372
376
|
# Customize the options with defaults
|
|
373
377
|
metadata = @config.rpcs.get_endpoint.metadata.to_h
|
|
374
378
|
|
|
375
|
-
# Set x-goog-api-client
|
|
379
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
376
380
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
377
381
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
378
382
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
383
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
379
384
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
380
385
|
|
|
381
386
|
header_params = {}
|
|
@@ -503,10 +508,11 @@ module Google
|
|
|
503
508
|
# Customize the options with defaults
|
|
504
509
|
metadata = @config.rpcs.list_endpoints.metadata.to_h
|
|
505
510
|
|
|
506
|
-
# Set x-goog-api-client
|
|
511
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
507
512
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
508
513
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
509
514
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
515
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
510
516
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
511
517
|
|
|
512
518
|
header_params = {}
|
|
@@ -592,10 +598,11 @@ module Google
|
|
|
592
598
|
# Customize the options with defaults
|
|
593
599
|
metadata = @config.rpcs.update_endpoint.metadata.to_h
|
|
594
600
|
|
|
595
|
-
# Set x-goog-api-client
|
|
601
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
596
602
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
597
603
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
598
604
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
605
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
599
606
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
600
607
|
|
|
601
608
|
header_params = {}
|
|
@@ -686,10 +693,11 @@ module Google
|
|
|
686
693
|
# Customize the options with defaults
|
|
687
694
|
metadata = @config.rpcs.delete_endpoint.metadata.to_h
|
|
688
695
|
|
|
689
|
-
# Set x-goog-api-client
|
|
696
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
690
697
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
691
698
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
692
699
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
700
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
693
701
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
694
702
|
|
|
695
703
|
header_params = {}
|
|
@@ -801,10 +809,11 @@ module Google
|
|
|
801
809
|
# Customize the options with defaults
|
|
802
810
|
metadata = @config.rpcs.deploy_model.metadata.to_h
|
|
803
811
|
|
|
804
|
-
# Set x-goog-api-client
|
|
812
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
805
813
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
806
814
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
807
815
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
816
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
808
817
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
809
818
|
|
|
810
819
|
header_params = {}
|
|
@@ -907,10 +916,11 @@ module Google
|
|
|
907
916
|
# Customize the options with defaults
|
|
908
917
|
metadata = @config.rpcs.undeploy_model.metadata.to_h
|
|
909
918
|
|
|
910
|
-
# Set x-goog-api-client
|
|
919
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
911
920
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
912
921
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
913
922
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
923
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
914
924
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
915
925
|
|
|
916
926
|
header_params = {}
|
|
@@ -1021,10 +1031,11 @@ module Google
|
|
|
1021
1031
|
# Customize the options with defaults
|
|
1022
1032
|
metadata = @config.rpcs.mutate_deployed_model.metadata.to_h
|
|
1023
1033
|
|
|
1024
|
-
# Set x-goog-api-client
|
|
1034
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1025
1035
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1026
1036
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1027
1037
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1038
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1028
1039
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1029
1040
|
|
|
1030
1041
|
header_params = {}
|
|
@@ -26,6 +26,9 @@ module Google
|
|
|
26
26
|
module EndpointService
|
|
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 = {}
|