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,645 @@
|
|
|
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/errors"
|
|
20
|
+
require "google/cloud/aiplatform/v1/featurestore_online_service_pb"
|
|
21
|
+
require "google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/service_stub"
|
|
22
|
+
require "google/cloud/location/rest"
|
|
23
|
+
require "google/iam/v1/rest"
|
|
24
|
+
|
|
25
|
+
module Google
|
|
26
|
+
module Cloud
|
|
27
|
+
module AIPlatform
|
|
28
|
+
module V1
|
|
29
|
+
module FeaturestoreOnlineServingService
|
|
30
|
+
module Rest
|
|
31
|
+
##
|
|
32
|
+
# REST client for the FeaturestoreOnlineServingService service.
|
|
33
|
+
#
|
|
34
|
+
# A service for serving online feature values.
|
|
35
|
+
#
|
|
36
|
+
class Client
|
|
37
|
+
# @private
|
|
38
|
+
API_VERSION = ""
|
|
39
|
+
|
|
40
|
+
# @private
|
|
41
|
+
DEFAULT_ENDPOINT_TEMPLATE = "aiplatform.$UNIVERSE_DOMAIN$"
|
|
42
|
+
|
|
43
|
+
include Paths
|
|
44
|
+
|
|
45
|
+
# @private
|
|
46
|
+
attr_reader :featurestore_online_serving_service_stub
|
|
47
|
+
|
|
48
|
+
##
|
|
49
|
+
# Configure the FeaturestoreOnlineServingService Client class.
|
|
50
|
+
#
|
|
51
|
+
# See {::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client::Configuration}
|
|
52
|
+
# for a description of the configuration fields.
|
|
53
|
+
#
|
|
54
|
+
# @example
|
|
55
|
+
#
|
|
56
|
+
# # Modify the configuration for all FeaturestoreOnlineServingService clients
|
|
57
|
+
# ::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.configure do |config|
|
|
58
|
+
# config.timeout = 10.0
|
|
59
|
+
# end
|
|
60
|
+
#
|
|
61
|
+
# @yield [config] Configure the Client client.
|
|
62
|
+
# @yieldparam config [Client::Configuration]
|
|
63
|
+
#
|
|
64
|
+
# @return [Client::Configuration]
|
|
65
|
+
#
|
|
66
|
+
def self.configure
|
|
67
|
+
@configure ||= begin
|
|
68
|
+
namespace = ["Google", "Cloud", "AIPlatform", "V1"]
|
|
69
|
+
parent_config = while namespace.any?
|
|
70
|
+
parent_name = namespace.join "::"
|
|
71
|
+
parent_const = const_get parent_name
|
|
72
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
|
73
|
+
namespace.pop
|
|
74
|
+
end
|
|
75
|
+
default_config = Client::Configuration.new parent_config
|
|
76
|
+
|
|
77
|
+
default_config
|
|
78
|
+
end
|
|
79
|
+
yield @configure if block_given?
|
|
80
|
+
@configure
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
##
|
|
84
|
+
# Configure the FeaturestoreOnlineServingService Client instance.
|
|
85
|
+
#
|
|
86
|
+
# The configuration is set to the derived mode, meaning that values can be changed,
|
|
87
|
+
# but structural changes (adding new fields, etc.) are not allowed. Structural changes
|
|
88
|
+
# should be made on {Client.configure}.
|
|
89
|
+
#
|
|
90
|
+
# See {::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client::Configuration}
|
|
91
|
+
# for a description of the configuration fields.
|
|
92
|
+
#
|
|
93
|
+
# @yield [config] Configure the Client client.
|
|
94
|
+
# @yieldparam config [Client::Configuration]
|
|
95
|
+
#
|
|
96
|
+
# @return [Client::Configuration]
|
|
97
|
+
#
|
|
98
|
+
def configure
|
|
99
|
+
yield @config if block_given?
|
|
100
|
+
@config
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
##
|
|
104
|
+
# The effective universe domain
|
|
105
|
+
#
|
|
106
|
+
# @return [String]
|
|
107
|
+
#
|
|
108
|
+
def universe_domain
|
|
109
|
+
@featurestore_online_serving_service_stub.universe_domain
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
##
|
|
113
|
+
# Create a new FeaturestoreOnlineServingService REST client object.
|
|
114
|
+
#
|
|
115
|
+
# @example
|
|
116
|
+
#
|
|
117
|
+
# # Create a client using the default configuration
|
|
118
|
+
# client = ::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.new
|
|
119
|
+
#
|
|
120
|
+
# # Create a client using a custom configuration
|
|
121
|
+
# client = ::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.new do |config|
|
|
122
|
+
# config.timeout = 10.0
|
|
123
|
+
# end
|
|
124
|
+
#
|
|
125
|
+
# @yield [config] Configure the FeaturestoreOnlineServingService client.
|
|
126
|
+
# @yieldparam config [Client::Configuration]
|
|
127
|
+
#
|
|
128
|
+
def initialize
|
|
129
|
+
# Create the configuration object
|
|
130
|
+
@config = Configuration.new Client.configure
|
|
131
|
+
|
|
132
|
+
# Yield the configuration if needed
|
|
133
|
+
yield @config if block_given?
|
|
134
|
+
|
|
135
|
+
# Create credentials
|
|
136
|
+
credentials = @config.credentials
|
|
137
|
+
# Use self-signed JWT if the endpoint is unchanged from default,
|
|
138
|
+
# but only if the default endpoint does not have a region prefix.
|
|
139
|
+
enable_self_signed_jwt = @config.endpoint.nil? ||
|
|
140
|
+
(@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
|
141
|
+
!@config.endpoint.split(".").first.include?("-"))
|
|
142
|
+
credentials ||= Credentials.default scope: @config.scope,
|
|
143
|
+
enable_self_signed_jwt: enable_self_signed_jwt
|
|
144
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
|
145
|
+
credentials = Credentials.new credentials, scope: @config.scope
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
@quota_project_id = @config.quota_project
|
|
149
|
+
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
|
150
|
+
|
|
151
|
+
@featurestore_online_serving_service_stub = ::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::ServiceStub.new(
|
|
152
|
+
endpoint: @config.endpoint,
|
|
153
|
+
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
|
154
|
+
universe_domain: @config.universe_domain,
|
|
155
|
+
credentials: credentials
|
|
156
|
+
)
|
|
157
|
+
|
|
158
|
+
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
|
159
|
+
config.credentials = credentials
|
|
160
|
+
config.quota_project = @quota_project_id
|
|
161
|
+
config.endpoint = @featurestore_online_serving_service_stub.endpoint
|
|
162
|
+
config.universe_domain = @featurestore_online_serving_service_stub.universe_domain
|
|
163
|
+
config.bindings_override = @config.bindings_override
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
@iam_policy_client = Google::Iam::V1::IAMPolicy::Rest::Client.new do |config|
|
|
167
|
+
config.credentials = credentials
|
|
168
|
+
config.quota_project = @quota_project_id
|
|
169
|
+
config.endpoint = @featurestore_online_serving_service_stub.endpoint
|
|
170
|
+
config.universe_domain = @featurestore_online_serving_service_stub.universe_domain
|
|
171
|
+
config.bindings_override = @config.bindings_override
|
|
172
|
+
end
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
##
|
|
176
|
+
# Get the associated client for mix-in of the Locations.
|
|
177
|
+
#
|
|
178
|
+
# @return [Google::Cloud::Location::Locations::Rest::Client]
|
|
179
|
+
#
|
|
180
|
+
attr_reader :location_client
|
|
181
|
+
|
|
182
|
+
##
|
|
183
|
+
# Get the associated client for mix-in of the IAMPolicy.
|
|
184
|
+
#
|
|
185
|
+
# @return [Google::Iam::V1::IAMPolicy::Rest::Client]
|
|
186
|
+
#
|
|
187
|
+
attr_reader :iam_policy_client
|
|
188
|
+
|
|
189
|
+
# Service calls
|
|
190
|
+
|
|
191
|
+
##
|
|
192
|
+
# Reads Feature values of a specific entity of an EntityType. For reading
|
|
193
|
+
# feature values of multiple entities of an EntityType, please use
|
|
194
|
+
# StreamingReadFeatureValues.
|
|
195
|
+
#
|
|
196
|
+
# @overload read_feature_values(request, options = nil)
|
|
197
|
+
# Pass arguments to `read_feature_values` via a request object, either of type
|
|
198
|
+
# {::Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest} or an equivalent Hash.
|
|
199
|
+
#
|
|
200
|
+
# @param request [::Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest, ::Hash]
|
|
201
|
+
# A request object representing the call parameters. Required. To specify no
|
|
202
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
|
203
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
|
204
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
205
|
+
#
|
|
206
|
+
# @overload read_feature_values(entity_type: nil, entity_id: nil, feature_selector: nil)
|
|
207
|
+
# Pass arguments to `read_feature_values` via keyword arguments. Note that at
|
|
208
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
209
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
210
|
+
#
|
|
211
|
+
# @param entity_type [::String]
|
|
212
|
+
# Required. The resource name of the EntityType for the entity being read.
|
|
213
|
+
# Value format:
|
|
214
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
|
|
215
|
+
# For example, for a machine learning model predicting user clicks on a
|
|
216
|
+
# website, an EntityType ID could be `user`.
|
|
217
|
+
# @param entity_id [::String]
|
|
218
|
+
# Required. ID for a specific entity. For example,
|
|
219
|
+
# for a machine learning model predicting user clicks on a website, an entity
|
|
220
|
+
# ID could be `user_123`.
|
|
221
|
+
# @param feature_selector [::Google::Cloud::AIPlatform::V1::FeatureSelector, ::Hash]
|
|
222
|
+
# Required. Selector choosing Features of the target EntityType.
|
|
223
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
224
|
+
# @yieldparam result [::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse]
|
|
225
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
226
|
+
#
|
|
227
|
+
# @return [::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse]
|
|
228
|
+
#
|
|
229
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
230
|
+
#
|
|
231
|
+
# @example Basic example
|
|
232
|
+
# require "google/cloud/ai_platform/v1"
|
|
233
|
+
#
|
|
234
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
235
|
+
# client = Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.new
|
|
236
|
+
#
|
|
237
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
238
|
+
# request = Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest.new
|
|
239
|
+
#
|
|
240
|
+
# # Call the read_feature_values method.
|
|
241
|
+
# result = client.read_feature_values request
|
|
242
|
+
#
|
|
243
|
+
# # The returned object is of type Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse.
|
|
244
|
+
# p result
|
|
245
|
+
#
|
|
246
|
+
def read_feature_values request, options = nil
|
|
247
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
248
|
+
|
|
249
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest
|
|
250
|
+
|
|
251
|
+
# Converts hash and nil to an options object
|
|
252
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
253
|
+
|
|
254
|
+
# Customize the options with defaults
|
|
255
|
+
call_metadata = @config.rpcs.read_feature_values.metadata.to_h
|
|
256
|
+
|
|
257
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
258
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
259
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
260
|
+
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION,
|
|
261
|
+
transports_version_send: [:rest]
|
|
262
|
+
|
|
263
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
264
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
265
|
+
|
|
266
|
+
options.apply_defaults timeout: @config.rpcs.read_feature_values.timeout,
|
|
267
|
+
metadata: call_metadata,
|
|
268
|
+
retry_policy: @config.rpcs.read_feature_values.retry_policy
|
|
269
|
+
|
|
270
|
+
options.apply_defaults timeout: @config.timeout,
|
|
271
|
+
metadata: @config.metadata,
|
|
272
|
+
retry_policy: @config.retry_policy
|
|
273
|
+
|
|
274
|
+
@featurestore_online_serving_service_stub.read_feature_values request, options do |result, operation|
|
|
275
|
+
yield result, operation if block_given?
|
|
276
|
+
return result
|
|
277
|
+
end
|
|
278
|
+
rescue ::Gapic::Rest::Error => e
|
|
279
|
+
raise ::Google::Cloud::Error.from_error(e)
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
##
|
|
283
|
+
# Reads Feature values for multiple entities. Depending on their size, data
|
|
284
|
+
# for different entities may be broken
|
|
285
|
+
# up across multiple responses.
|
|
286
|
+
#
|
|
287
|
+
# @overload streaming_read_feature_values(request, options = nil)
|
|
288
|
+
# Pass arguments to `streaming_read_feature_values` via a request object, either of type
|
|
289
|
+
# {::Google::Cloud::AIPlatform::V1::StreamingReadFeatureValuesRequest} or an equivalent Hash.
|
|
290
|
+
#
|
|
291
|
+
# @param request [::Google::Cloud::AIPlatform::V1::StreamingReadFeatureValuesRequest, ::Hash]
|
|
292
|
+
# A request object representing the call parameters. Required. To specify no
|
|
293
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
|
294
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
|
295
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
296
|
+
#
|
|
297
|
+
# @overload streaming_read_feature_values(entity_type: nil, entity_ids: nil, feature_selector: nil)
|
|
298
|
+
# Pass arguments to `streaming_read_feature_values` via keyword arguments. Note that at
|
|
299
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
300
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
301
|
+
#
|
|
302
|
+
# @param entity_type [::String]
|
|
303
|
+
# Required. The resource name of the entities' type.
|
|
304
|
+
# Value format:
|
|
305
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
|
|
306
|
+
# For example,
|
|
307
|
+
# for a machine learning model predicting user clicks on a website, an
|
|
308
|
+
# EntityType ID could be `user`.
|
|
309
|
+
# @param entity_ids [::Array<::String>]
|
|
310
|
+
# Required. IDs of entities to read Feature values of. The maximum number of
|
|
311
|
+
# IDs is 100. For example, for a machine learning model predicting user
|
|
312
|
+
# clicks on a website, an entity ID could be `user_123`.
|
|
313
|
+
# @param feature_selector [::Google::Cloud::AIPlatform::V1::FeatureSelector, ::Hash]
|
|
314
|
+
# Required. Selector choosing Features of the target EntityType. Feature IDs
|
|
315
|
+
# will be deduplicated.
|
|
316
|
+
# @return [::Enumerable<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse>]
|
|
317
|
+
#
|
|
318
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
319
|
+
#
|
|
320
|
+
# @example Basic example
|
|
321
|
+
# require "google/cloud/ai_platform/v1"
|
|
322
|
+
#
|
|
323
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
324
|
+
# client = Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.new
|
|
325
|
+
#
|
|
326
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
327
|
+
# request = Google::Cloud::AIPlatform::V1::StreamingReadFeatureValuesRequest.new
|
|
328
|
+
#
|
|
329
|
+
# # Call the streaming_read_feature_values method to start streaming.
|
|
330
|
+
# output = client.streaming_read_feature_values request
|
|
331
|
+
#
|
|
332
|
+
# # The returned object is a streamed enumerable yielding elements of type
|
|
333
|
+
# # ::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse
|
|
334
|
+
# output.each do |current_response|
|
|
335
|
+
# p current_response
|
|
336
|
+
# end
|
|
337
|
+
#
|
|
338
|
+
def streaming_read_feature_values request, options = nil
|
|
339
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
340
|
+
|
|
341
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::AIPlatform::V1::StreamingReadFeatureValuesRequest
|
|
342
|
+
|
|
343
|
+
# Converts hash and nil to an options object
|
|
344
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
345
|
+
|
|
346
|
+
# Customize the options with defaults
|
|
347
|
+
call_metadata = @config.rpcs.streaming_read_feature_values.metadata.to_h
|
|
348
|
+
|
|
349
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
350
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
351
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
352
|
+
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION,
|
|
353
|
+
transports_version_send: [:rest]
|
|
354
|
+
|
|
355
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
356
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
357
|
+
|
|
358
|
+
options.apply_defaults timeout: @config.rpcs.streaming_read_feature_values.timeout,
|
|
359
|
+
metadata: call_metadata,
|
|
360
|
+
retry_policy: @config.rpcs.streaming_read_feature_values.retry_policy
|
|
361
|
+
|
|
362
|
+
options.apply_defaults timeout: @config.timeout,
|
|
363
|
+
metadata: @config.metadata,
|
|
364
|
+
retry_policy: @config.retry_policy
|
|
365
|
+
|
|
366
|
+
::Gapic::Rest::ServerStream.new(
|
|
367
|
+
::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse,
|
|
368
|
+
::Gapic::Rest::ThreadedEnumerator.new do |in_q, out_q|
|
|
369
|
+
@featurestore_online_serving_service_stub.streaming_read_feature_values request, options do |chunk|
|
|
370
|
+
in_q.deq
|
|
371
|
+
out_q.enq chunk
|
|
372
|
+
end
|
|
373
|
+
end
|
|
374
|
+
)
|
|
375
|
+
rescue ::Gapic::Rest::Error => e
|
|
376
|
+
raise ::Google::Cloud::Error.from_error(e)
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
##
|
|
380
|
+
# Writes Feature values of one or more entities of an EntityType.
|
|
381
|
+
#
|
|
382
|
+
# The Feature values are merged into existing entities if any. The Feature
|
|
383
|
+
# values to be written must have timestamp within the online storage
|
|
384
|
+
# retention.
|
|
385
|
+
#
|
|
386
|
+
# @overload write_feature_values(request, options = nil)
|
|
387
|
+
# Pass arguments to `write_feature_values` via a request object, either of type
|
|
388
|
+
# {::Google::Cloud::AIPlatform::V1::WriteFeatureValuesRequest} or an equivalent Hash.
|
|
389
|
+
#
|
|
390
|
+
# @param request [::Google::Cloud::AIPlatform::V1::WriteFeatureValuesRequest, ::Hash]
|
|
391
|
+
# A request object representing the call parameters. Required. To specify no
|
|
392
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
|
393
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
|
394
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
395
|
+
#
|
|
396
|
+
# @overload write_feature_values(entity_type: nil, payloads: nil)
|
|
397
|
+
# Pass arguments to `write_feature_values` via keyword arguments. Note that at
|
|
398
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
399
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
400
|
+
#
|
|
401
|
+
# @param entity_type [::String]
|
|
402
|
+
# Required. The resource name of the EntityType for the entities being
|
|
403
|
+
# written. Value format:
|
|
404
|
+
# `projects/{project}/locations/{location}/featurestores/
|
|
405
|
+
# \\{featurestore}/entityTypes/\\{entityType}`. For example,
|
|
406
|
+
# for a machine learning model predicting user clicks on a website, an
|
|
407
|
+
# EntityType ID could be `user`.
|
|
408
|
+
# @param payloads [::Array<::Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload, ::Hash>]
|
|
409
|
+
# Required. The entities to be written. Up to 100,000 feature values can be
|
|
410
|
+
# written across all `payloads`.
|
|
411
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
412
|
+
# @yieldparam result [::Google::Cloud::AIPlatform::V1::WriteFeatureValuesResponse]
|
|
413
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
414
|
+
#
|
|
415
|
+
# @return [::Google::Cloud::AIPlatform::V1::WriteFeatureValuesResponse]
|
|
416
|
+
#
|
|
417
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
418
|
+
#
|
|
419
|
+
# @example Basic example
|
|
420
|
+
# require "google/cloud/ai_platform/v1"
|
|
421
|
+
#
|
|
422
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
423
|
+
# client = Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.new
|
|
424
|
+
#
|
|
425
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
426
|
+
# request = Google::Cloud::AIPlatform::V1::WriteFeatureValuesRequest.new
|
|
427
|
+
#
|
|
428
|
+
# # Call the write_feature_values method.
|
|
429
|
+
# result = client.write_feature_values request
|
|
430
|
+
#
|
|
431
|
+
# # The returned object is of type Google::Cloud::AIPlatform::V1::WriteFeatureValuesResponse.
|
|
432
|
+
# p result
|
|
433
|
+
#
|
|
434
|
+
def write_feature_values request, options = nil
|
|
435
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
436
|
+
|
|
437
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::AIPlatform::V1::WriteFeatureValuesRequest
|
|
438
|
+
|
|
439
|
+
# Converts hash and nil to an options object
|
|
440
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
441
|
+
|
|
442
|
+
# Customize the options with defaults
|
|
443
|
+
call_metadata = @config.rpcs.write_feature_values.metadata.to_h
|
|
444
|
+
|
|
445
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
446
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
447
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
448
|
+
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION,
|
|
449
|
+
transports_version_send: [:rest]
|
|
450
|
+
|
|
451
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
452
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
453
|
+
|
|
454
|
+
options.apply_defaults timeout: @config.rpcs.write_feature_values.timeout,
|
|
455
|
+
metadata: call_metadata,
|
|
456
|
+
retry_policy: @config.rpcs.write_feature_values.retry_policy
|
|
457
|
+
|
|
458
|
+
options.apply_defaults timeout: @config.timeout,
|
|
459
|
+
metadata: @config.metadata,
|
|
460
|
+
retry_policy: @config.retry_policy
|
|
461
|
+
|
|
462
|
+
@featurestore_online_serving_service_stub.write_feature_values request, options do |result, operation|
|
|
463
|
+
yield result, operation if block_given?
|
|
464
|
+
return result
|
|
465
|
+
end
|
|
466
|
+
rescue ::Gapic::Rest::Error => e
|
|
467
|
+
raise ::Google::Cloud::Error.from_error(e)
|
|
468
|
+
end
|
|
469
|
+
|
|
470
|
+
##
|
|
471
|
+
# Configuration class for the FeaturestoreOnlineServingService REST API.
|
|
472
|
+
#
|
|
473
|
+
# This class represents the configuration for FeaturestoreOnlineServingService REST,
|
|
474
|
+
# providing control over timeouts, retry behavior, logging, transport
|
|
475
|
+
# parameters, and other low-level controls. Certain parameters can also be
|
|
476
|
+
# applied individually to specific RPCs. See
|
|
477
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client::Configuration::Rpcs}
|
|
478
|
+
# for a list of RPCs that can be configured independently.
|
|
479
|
+
#
|
|
480
|
+
# Configuration can be applied globally to all clients, or to a single client
|
|
481
|
+
# on construction.
|
|
482
|
+
#
|
|
483
|
+
# @example
|
|
484
|
+
#
|
|
485
|
+
# # Modify the global config, setting the timeout for
|
|
486
|
+
# # read_feature_values to 20 seconds,
|
|
487
|
+
# # and all remaining timeouts to 10 seconds.
|
|
488
|
+
# ::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.configure do |config|
|
|
489
|
+
# config.timeout = 10.0
|
|
490
|
+
# config.rpcs.read_feature_values.timeout = 20.0
|
|
491
|
+
# end
|
|
492
|
+
#
|
|
493
|
+
# # Apply the above configuration only to a new client.
|
|
494
|
+
# client = ::Google::Cloud::AIPlatform::V1::FeaturestoreOnlineServingService::Rest::Client.new do |config|
|
|
495
|
+
# config.timeout = 10.0
|
|
496
|
+
# config.rpcs.read_feature_values.timeout = 20.0
|
|
497
|
+
# end
|
|
498
|
+
#
|
|
499
|
+
# @!attribute [rw] endpoint
|
|
500
|
+
# A custom service endpoint, as a hostname or hostname:port. The default is
|
|
501
|
+
# nil, indicating to use the default endpoint in the current universe domain.
|
|
502
|
+
# @return [::String,nil]
|
|
503
|
+
# @!attribute [rw] credentials
|
|
504
|
+
# Credentials to send with calls. You may provide any of the following types:
|
|
505
|
+
# * (`String`) The path to a service account key file in JSON format
|
|
506
|
+
# * (`Hash`) A service account key as a Hash
|
|
507
|
+
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
508
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
509
|
+
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
510
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
511
|
+
# * (`nil`) indicating no credentials
|
|
512
|
+
# @return [::Object]
|
|
513
|
+
# @!attribute [rw] scope
|
|
514
|
+
# The OAuth scopes
|
|
515
|
+
# @return [::Array<::String>]
|
|
516
|
+
# @!attribute [rw] lib_name
|
|
517
|
+
# The library name as recorded in instrumentation and logging
|
|
518
|
+
# @return [::String]
|
|
519
|
+
# @!attribute [rw] lib_version
|
|
520
|
+
# The library version as recorded in instrumentation and logging
|
|
521
|
+
# @return [::String]
|
|
522
|
+
# @!attribute [rw] timeout
|
|
523
|
+
# The call timeout in seconds.
|
|
524
|
+
# @return [::Numeric]
|
|
525
|
+
# @!attribute [rw] metadata
|
|
526
|
+
# Additional headers to be sent with the call.
|
|
527
|
+
# @return [::Hash{::Symbol=>::String}]
|
|
528
|
+
# @!attribute [rw] retry_policy
|
|
529
|
+
# The retry policy. The value is a hash with the following keys:
|
|
530
|
+
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
531
|
+
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
532
|
+
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
533
|
+
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
534
|
+
# trigger a retry.
|
|
535
|
+
# @return [::Hash]
|
|
536
|
+
# @!attribute [rw] quota_project
|
|
537
|
+
# A separate project against which to charge quota.
|
|
538
|
+
# @return [::String]
|
|
539
|
+
# @!attribute [rw] universe_domain
|
|
540
|
+
# The universe domain within which to make requests. This determines the
|
|
541
|
+
# default endpoint URL. The default value of nil uses the environment
|
|
542
|
+
# universe (usually the default "googleapis.com" universe).
|
|
543
|
+
# @return [::String,nil]
|
|
544
|
+
#
|
|
545
|
+
class Configuration
|
|
546
|
+
extend ::Gapic::Config
|
|
547
|
+
|
|
548
|
+
# @private
|
|
549
|
+
# The endpoint specific to the default "googleapis.com" universe. Deprecated.
|
|
550
|
+
DEFAULT_ENDPOINT = "aiplatform.googleapis.com"
|
|
551
|
+
|
|
552
|
+
config_attr :endpoint, nil, ::String, nil
|
|
553
|
+
config_attr :credentials, nil do |value|
|
|
554
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
555
|
+
allowed.any? { |klass| klass === value }
|
|
556
|
+
end
|
|
557
|
+
config_attr :scope, nil, ::String, ::Array, nil
|
|
558
|
+
config_attr :lib_name, nil, ::String, nil
|
|
559
|
+
config_attr :lib_version, nil, ::String, nil
|
|
560
|
+
config_attr :timeout, nil, ::Numeric, nil
|
|
561
|
+
config_attr :metadata, nil, ::Hash, nil
|
|
562
|
+
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
|
563
|
+
config_attr :quota_project, nil, ::String, nil
|
|
564
|
+
config_attr :universe_domain, nil, ::String, nil
|
|
565
|
+
|
|
566
|
+
# @private
|
|
567
|
+
# Overrides for http bindings for the RPCs of this service
|
|
568
|
+
# are only used when this service is used as mixin, and only
|
|
569
|
+
# by the host service.
|
|
570
|
+
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
|
571
|
+
config_attr :bindings_override, {}, ::Hash, nil
|
|
572
|
+
|
|
573
|
+
# @private
|
|
574
|
+
def initialize parent_config = nil
|
|
575
|
+
@parent_config = parent_config unless parent_config.nil?
|
|
576
|
+
|
|
577
|
+
yield self if block_given?
|
|
578
|
+
end
|
|
579
|
+
|
|
580
|
+
##
|
|
581
|
+
# Configurations for individual RPCs
|
|
582
|
+
# @return [Rpcs]
|
|
583
|
+
#
|
|
584
|
+
def rpcs
|
|
585
|
+
@rpcs ||= begin
|
|
586
|
+
parent_rpcs = nil
|
|
587
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
|
588
|
+
Rpcs.new parent_rpcs
|
|
589
|
+
end
|
|
590
|
+
end
|
|
591
|
+
|
|
592
|
+
##
|
|
593
|
+
# Configuration RPC class for the FeaturestoreOnlineServingService API.
|
|
594
|
+
#
|
|
595
|
+
# Includes fields providing the configuration for each RPC in this service.
|
|
596
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
597
|
+
# the following configuration fields:
|
|
598
|
+
#
|
|
599
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
600
|
+
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers
|
|
601
|
+
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
602
|
+
# include the following keys:
|
|
603
|
+
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
604
|
+
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
605
|
+
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
606
|
+
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
607
|
+
# trigger a retry.
|
|
608
|
+
#
|
|
609
|
+
class Rpcs
|
|
610
|
+
##
|
|
611
|
+
# RPC-specific configuration for `read_feature_values`
|
|
612
|
+
# @return [::Gapic::Config::Method]
|
|
613
|
+
#
|
|
614
|
+
attr_reader :read_feature_values
|
|
615
|
+
##
|
|
616
|
+
# RPC-specific configuration for `streaming_read_feature_values`
|
|
617
|
+
# @return [::Gapic::Config::Method]
|
|
618
|
+
#
|
|
619
|
+
attr_reader :streaming_read_feature_values
|
|
620
|
+
##
|
|
621
|
+
# RPC-specific configuration for `write_feature_values`
|
|
622
|
+
# @return [::Gapic::Config::Method]
|
|
623
|
+
#
|
|
624
|
+
attr_reader :write_feature_values
|
|
625
|
+
|
|
626
|
+
# @private
|
|
627
|
+
def initialize parent_rpcs = nil
|
|
628
|
+
read_feature_values_config = parent_rpcs.read_feature_values if parent_rpcs.respond_to? :read_feature_values
|
|
629
|
+
@read_feature_values = ::Gapic::Config::Method.new read_feature_values_config
|
|
630
|
+
streaming_read_feature_values_config = parent_rpcs.streaming_read_feature_values if parent_rpcs.respond_to? :streaming_read_feature_values
|
|
631
|
+
@streaming_read_feature_values = ::Gapic::Config::Method.new streaming_read_feature_values_config
|
|
632
|
+
write_feature_values_config = parent_rpcs.write_feature_values if parent_rpcs.respond_to? :write_feature_values
|
|
633
|
+
@write_feature_values = ::Gapic::Config::Method.new write_feature_values_config
|
|
634
|
+
|
|
635
|
+
yield self if block_given?
|
|
636
|
+
end
|
|
637
|
+
end
|
|
638
|
+
end
|
|
639
|
+
end
|
|
640
|
+
end
|
|
641
|
+
end
|
|
642
|
+
end
|
|
643
|
+
end
|
|
644
|
+
end
|
|
645
|
+
end
|