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,426 @@
|
|
|
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/persistent_resource_service_pb"
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Cloud
|
|
23
|
+
module AIPlatform
|
|
24
|
+
module V1
|
|
25
|
+
module PersistentResourceService
|
|
26
|
+
module Rest
|
|
27
|
+
##
|
|
28
|
+
# REST service stub for the PersistentResourceService 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_persistent_resource REST call
|
|
66
|
+
#
|
|
67
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::CreatePersistentResourceRequest]
|
|
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_persistent_resource 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_persistent_resource_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_persistent_resource REST call
|
|
104
|
+
#
|
|
105
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::GetPersistentResourceRequest]
|
|
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::PersistentResource]
|
|
112
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
113
|
+
#
|
|
114
|
+
# @return [::Google::Cloud::AIPlatform::V1::PersistentResource]
|
|
115
|
+
# A result object deserialized from the server's reply
|
|
116
|
+
def get_persistent_resource 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_persistent_resource_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::PersistentResource.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_persistent_resources REST call
|
|
142
|
+
#
|
|
143
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::ListPersistentResourcesRequest]
|
|
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::ListPersistentResourcesResponse]
|
|
150
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
151
|
+
#
|
|
152
|
+
# @return [::Google::Cloud::AIPlatform::V1::ListPersistentResourcesResponse]
|
|
153
|
+
# A result object deserialized from the server's reply
|
|
154
|
+
def list_persistent_resources 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_persistent_resources_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::ListPersistentResourcesResponse.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_persistent_resource REST call
|
|
180
|
+
#
|
|
181
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::DeletePersistentResourceRequest]
|
|
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_persistent_resource 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_persistent_resource_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 update_persistent_resource REST call
|
|
218
|
+
#
|
|
219
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::UpdatePersistentResourceRequest]
|
|
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::Longrunning::Operation]
|
|
226
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
227
|
+
#
|
|
228
|
+
# @return [::Google::Longrunning::Operation]
|
|
229
|
+
# A result object deserialized from the server's reply
|
|
230
|
+
def update_persistent_resource 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_update_persistent_resource_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::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
249
|
+
|
|
250
|
+
yield result, operation if block_given?
|
|
251
|
+
result
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
##
|
|
255
|
+
# Baseline implementation for the reboot_persistent_resource REST call
|
|
256
|
+
#
|
|
257
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::RebootPersistentResourceRequest]
|
|
258
|
+
# A request object representing the call parameters. Required.
|
|
259
|
+
# @param options [::Gapic::CallOptions]
|
|
260
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
261
|
+
#
|
|
262
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
263
|
+
# @yieldparam result [::Google::Longrunning::Operation]
|
|
264
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
265
|
+
#
|
|
266
|
+
# @return [::Google::Longrunning::Operation]
|
|
267
|
+
# A result object deserialized from the server's reply
|
|
268
|
+
def reboot_persistent_resource request_pb, options = nil
|
|
269
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
|
270
|
+
|
|
271
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_reboot_persistent_resource_request request_pb
|
|
272
|
+
query_string_params = if query_string_params.any?
|
|
273
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
274
|
+
else
|
|
275
|
+
{}
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
response = @client_stub.make_http_request(
|
|
279
|
+
verb,
|
|
280
|
+
uri: uri,
|
|
281
|
+
body: body || "",
|
|
282
|
+
params: query_string_params,
|
|
283
|
+
options: options
|
|
284
|
+
)
|
|
285
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
286
|
+
result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
287
|
+
|
|
288
|
+
yield result, operation if block_given?
|
|
289
|
+
result
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
##
|
|
293
|
+
# @private
|
|
294
|
+
#
|
|
295
|
+
# GRPC transcoding helper method for the create_persistent_resource REST call
|
|
296
|
+
#
|
|
297
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::CreatePersistentResourceRequest]
|
|
298
|
+
# A request object representing the call parameters. Required.
|
|
299
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
300
|
+
# Uri, Body, Query string parameters
|
|
301
|
+
def self.transcode_create_persistent_resource_request request_pb
|
|
302
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
303
|
+
.with_bindings(
|
|
304
|
+
uri_method: :post,
|
|
305
|
+
uri_template: "/v1/{parent}/persistentResources",
|
|
306
|
+
body: "persistent_resource",
|
|
307
|
+
matches: [
|
|
308
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
|
309
|
+
]
|
|
310
|
+
)
|
|
311
|
+
transcoder.transcode request_pb
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
##
|
|
315
|
+
# @private
|
|
316
|
+
#
|
|
317
|
+
# GRPC transcoding helper method for the get_persistent_resource REST call
|
|
318
|
+
#
|
|
319
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::GetPersistentResourceRequest]
|
|
320
|
+
# A request object representing the call parameters. Required.
|
|
321
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
322
|
+
# Uri, Body, Query string parameters
|
|
323
|
+
def self.transcode_get_persistent_resource_request request_pb
|
|
324
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
325
|
+
.with_bindings(
|
|
326
|
+
uri_method: :get,
|
|
327
|
+
uri_template: "/v1/{name}",
|
|
328
|
+
matches: [
|
|
329
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/?$}, false]
|
|
330
|
+
]
|
|
331
|
+
)
|
|
332
|
+
transcoder.transcode request_pb
|
|
333
|
+
end
|
|
334
|
+
|
|
335
|
+
##
|
|
336
|
+
# @private
|
|
337
|
+
#
|
|
338
|
+
# GRPC transcoding helper method for the list_persistent_resources REST call
|
|
339
|
+
#
|
|
340
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::ListPersistentResourcesRequest]
|
|
341
|
+
# A request object representing the call parameters. Required.
|
|
342
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
343
|
+
# Uri, Body, Query string parameters
|
|
344
|
+
def self.transcode_list_persistent_resources_request request_pb
|
|
345
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
346
|
+
.with_bindings(
|
|
347
|
+
uri_method: :get,
|
|
348
|
+
uri_template: "/v1/{parent}/persistentResources",
|
|
349
|
+
matches: [
|
|
350
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
|
351
|
+
]
|
|
352
|
+
)
|
|
353
|
+
transcoder.transcode request_pb
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
##
|
|
357
|
+
# @private
|
|
358
|
+
#
|
|
359
|
+
# GRPC transcoding helper method for the delete_persistent_resource REST call
|
|
360
|
+
#
|
|
361
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::DeletePersistentResourceRequest]
|
|
362
|
+
# A request object representing the call parameters. Required.
|
|
363
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
364
|
+
# Uri, Body, Query string parameters
|
|
365
|
+
def self.transcode_delete_persistent_resource_request request_pb
|
|
366
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
367
|
+
.with_bindings(
|
|
368
|
+
uri_method: :delete,
|
|
369
|
+
uri_template: "/v1/{name}",
|
|
370
|
+
matches: [
|
|
371
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/?$}, false]
|
|
372
|
+
]
|
|
373
|
+
)
|
|
374
|
+
transcoder.transcode request_pb
|
|
375
|
+
end
|
|
376
|
+
|
|
377
|
+
##
|
|
378
|
+
# @private
|
|
379
|
+
#
|
|
380
|
+
# GRPC transcoding helper method for the update_persistent_resource REST call
|
|
381
|
+
#
|
|
382
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::UpdatePersistentResourceRequest]
|
|
383
|
+
# A request object representing the call parameters. Required.
|
|
384
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
385
|
+
# Uri, Body, Query string parameters
|
|
386
|
+
def self.transcode_update_persistent_resource_request request_pb
|
|
387
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
388
|
+
.with_bindings(
|
|
389
|
+
uri_method: :patch,
|
|
390
|
+
uri_template: "/v1/{persistent_resource.name}",
|
|
391
|
+
body: "persistent_resource",
|
|
392
|
+
matches: [
|
|
393
|
+
["persistent_resource.name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/?$}, false]
|
|
394
|
+
]
|
|
395
|
+
)
|
|
396
|
+
transcoder.transcode request_pb
|
|
397
|
+
end
|
|
398
|
+
|
|
399
|
+
##
|
|
400
|
+
# @private
|
|
401
|
+
#
|
|
402
|
+
# GRPC transcoding helper method for the reboot_persistent_resource REST call
|
|
403
|
+
#
|
|
404
|
+
# @param request_pb [::Google::Cloud::AIPlatform::V1::RebootPersistentResourceRequest]
|
|
405
|
+
# A request object representing the call parameters. Required.
|
|
406
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
407
|
+
# Uri, Body, Query string parameters
|
|
408
|
+
def self.transcode_reboot_persistent_resource_request request_pb
|
|
409
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
410
|
+
.with_bindings(
|
|
411
|
+
uri_method: :post,
|
|
412
|
+
uri_template: "/v1/{name}:reboot",
|
|
413
|
+
body: "*",
|
|
414
|
+
matches: [
|
|
415
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/?$}, false]
|
|
416
|
+
]
|
|
417
|
+
)
|
|
418
|
+
transcoder.transcode request_pb
|
|
419
|
+
end
|
|
420
|
+
end
|
|
421
|
+
end
|
|
422
|
+
end
|
|
423
|
+
end
|
|
424
|
+
end
|
|
425
|
+
end
|
|
426
|
+
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/persistent_resource_service/credentials"
|
|
27
|
+
require "google/cloud/ai_platform/v1/persistent_resource_service/paths"
|
|
28
|
+
require "google/cloud/ai_platform/v1/persistent_resource_service/rest/operations"
|
|
29
|
+
require "google/cloud/ai_platform/v1/persistent_resource_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 PersistentResource.
|
|
37
|
+
#
|
|
38
|
+
# To load this service and instantiate a REST client:
|
|
39
|
+
#
|
|
40
|
+
# require "google/cloud/ai_platform/v1/persistent_resource_service/rest"
|
|
41
|
+
# client = ::Google::Cloud::AIPlatform::V1::PersistentResourceService::Rest::Client.new
|
|
42
|
+
#
|
|
43
|
+
module PersistentResourceService
|
|
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/persistent_resource_service/rest/helpers" if ::File.file? helper_path
|
|
@@ -26,6 +26,7 @@ require "google/cloud/ai_platform/v1/persistent_resource_service/credentials"
|
|
|
26
26
|
require "google/cloud/ai_platform/v1/persistent_resource_service/paths"
|
|
27
27
|
require "google/cloud/ai_platform/v1/persistent_resource_service/operations"
|
|
28
28
|
require "google/cloud/ai_platform/v1/persistent_resource_service/client"
|
|
29
|
+
require "google/cloud/ai_platform/v1/persistent_resource_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/persistent_resource_service"
|
|
40
41
|
# client = ::Google::Cloud::AIPlatform::V1::PersistentResourceService::Client.new
|
|
41
42
|
#
|
|
43
|
+
# @example Load this service and instantiate a REST client
|
|
44
|
+
#
|
|
45
|
+
# require "google/cloud/ai_platform/v1/persistent_resource_service/rest"
|
|
46
|
+
# client = ::Google::Cloud::AIPlatform::V1::PersistentResourceService::Rest::Client.new
|
|
47
|
+
#
|
|
42
48
|
module PersistentResourceService
|
|
43
49
|
end
|
|
44
50
|
end
|
|
@@ -34,6 +34,9 @@ module Google
|
|
|
34
34
|
# `PipelineJob` resources (used for Vertex AI Pipelines).
|
|
35
35
|
#
|
|
36
36
|
class Client
|
|
37
|
+
# @private
|
|
38
|
+
API_VERSION = ""
|
|
39
|
+
|
|
37
40
|
# @private
|
|
38
41
|
DEFAULT_ENDPOINT_TEMPLATE = "aiplatform.$UNIVERSE_DOMAIN$"
|
|
39
42
|
|
|
@@ -265,10 +268,11 @@ module Google
|
|
|
265
268
|
# Customize the options with defaults
|
|
266
269
|
metadata = @config.rpcs.create_training_pipeline.metadata.to_h
|
|
267
270
|
|
|
268
|
-
# Set x-goog-api-client
|
|
271
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
269
272
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
270
273
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
271
274
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
275
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
272
276
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
273
277
|
|
|
274
278
|
header_params = {}
|
|
@@ -352,10 +356,11 @@ module Google
|
|
|
352
356
|
# Customize the options with defaults
|
|
353
357
|
metadata = @config.rpcs.get_training_pipeline.metadata.to_h
|
|
354
358
|
|
|
355
|
-
# Set x-goog-api-client
|
|
359
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
356
360
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
357
361
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
358
362
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
363
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
359
364
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
360
365
|
|
|
361
366
|
header_params = {}
|
|
@@ -474,10 +479,11 @@ module Google
|
|
|
474
479
|
# Customize the options with defaults
|
|
475
480
|
metadata = @config.rpcs.list_training_pipelines.metadata.to_h
|
|
476
481
|
|
|
477
|
-
# Set x-goog-api-client
|
|
482
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
478
483
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
479
484
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
480
485
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
486
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
481
487
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
482
488
|
|
|
483
489
|
header_params = {}
|
|
@@ -569,10 +575,11 @@ module Google
|
|
|
569
575
|
# Customize the options with defaults
|
|
570
576
|
metadata = @config.rpcs.delete_training_pipeline.metadata.to_h
|
|
571
577
|
|
|
572
|
-
# Set x-goog-api-client
|
|
578
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
573
579
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
574
580
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
575
581
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
582
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
576
583
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
577
584
|
|
|
578
585
|
header_params = {}
|
|
@@ -670,10 +677,11 @@ module Google
|
|
|
670
677
|
# Customize the options with defaults
|
|
671
678
|
metadata = @config.rpcs.cancel_training_pipeline.metadata.to_h
|
|
672
679
|
|
|
673
|
-
# Set x-goog-api-client
|
|
680
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
674
681
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
675
682
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
676
683
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
684
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
677
685
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
678
686
|
|
|
679
687
|
header_params = {}
|
|
@@ -765,10 +773,11 @@ module Google
|
|
|
765
773
|
# Customize the options with defaults
|
|
766
774
|
metadata = @config.rpcs.create_pipeline_job.metadata.to_h
|
|
767
775
|
|
|
768
|
-
# Set x-goog-api-client
|
|
776
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
769
777
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
770
778
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
771
779
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
780
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
772
781
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
773
782
|
|
|
774
783
|
header_params = {}
|
|
@@ -852,10 +861,11 @@ module Google
|
|
|
852
861
|
# Customize the options with defaults
|
|
853
862
|
metadata = @config.rpcs.get_pipeline_job.metadata.to_h
|
|
854
863
|
|
|
855
|
-
# Set x-goog-api-client
|
|
864
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
856
865
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
857
866
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
858
867
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
868
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
859
869
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
860
870
|
|
|
861
871
|
header_params = {}
|
|
@@ -1002,10 +1012,11 @@ module Google
|
|
|
1002
1012
|
# Customize the options with defaults
|
|
1003
1013
|
metadata = @config.rpcs.list_pipeline_jobs.metadata.to_h
|
|
1004
1014
|
|
|
1005
|
-
# Set x-goog-api-client
|
|
1015
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1006
1016
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1007
1017
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1008
1018
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1019
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1009
1020
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1010
1021
|
|
|
1011
1022
|
header_params = {}
|
|
@@ -1097,10 +1108,11 @@ module Google
|
|
|
1097
1108
|
# Customize the options with defaults
|
|
1098
1109
|
metadata = @config.rpcs.delete_pipeline_job.metadata.to_h
|
|
1099
1110
|
|
|
1100
|
-
# Set x-goog-api-client
|
|
1111
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1101
1112
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1102
1113
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1103
1114
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1115
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1104
1116
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1105
1117
|
|
|
1106
1118
|
header_params = {}
|
|
@@ -1198,10 +1210,11 @@ module Google
|
|
|
1198
1210
|
# Customize the options with defaults
|
|
1199
1211
|
metadata = @config.rpcs.batch_delete_pipeline_jobs.metadata.to_h
|
|
1200
1212
|
|
|
1201
|
-
# Set x-goog-api-client
|
|
1213
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1202
1214
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1203
1215
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1204
1216
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1217
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1205
1218
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1206
1219
|
|
|
1207
1220
|
header_params = {}
|
|
@@ -1298,10 +1311,11 @@ module Google
|
|
|
1298
1311
|
# Customize the options with defaults
|
|
1299
1312
|
metadata = @config.rpcs.cancel_pipeline_job.metadata.to_h
|
|
1300
1313
|
|
|
1301
|
-
# Set x-goog-api-client
|
|
1314
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1302
1315
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1303
1316
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1304
1317
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1318
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1305
1319
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1306
1320
|
|
|
1307
1321
|
header_params = {}
|
|
@@ -1402,10 +1416,11 @@ module Google
|
|
|
1402
1416
|
# Customize the options with defaults
|
|
1403
1417
|
metadata = @config.rpcs.batch_cancel_pipeline_jobs.metadata.to_h
|
|
1404
1418
|
|
|
1405
|
-
# Set x-goog-api-client
|
|
1419
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
1406
1420
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
1407
1421
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
1408
1422
|
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
1423
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
1409
1424
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
1410
1425
|
|
|
1411
1426
|
header_params = {}
|