google-cloud-ai_platform-v1 0.60.0 → 0.62.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +30 -20
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +43 -20
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/client.rb +43 -20
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/service_stub.rb +166 -116
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/client.rb +34 -7
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/client.rb +33 -7
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/service_stub.rb +62 -38
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +36 -10
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/client.rb +36 -10
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/service_stub.rb +86 -56
- data/lib/google/cloud/ai_platform/v1/evaluation_service/client.rb +29 -2
- data/lib/google/cloud/ai_platform/v1/evaluation_service/rest/client.rb +29 -2
- data/lib/google/cloud/ai_platform/v1/evaluation_service/rest/service_stub.rb +22 -8
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb +38 -14
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/client.rb +38 -14
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/service_stub.rb +118 -80
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/rest/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb +38 -12
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/client.rb +38 -12
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/service_stub.rb +102 -68
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +29 -4
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/service_stub.rb +31 -14
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +45 -22
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/client.rb +45 -22
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/service_stub.rb +182 -128
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/client.rb +872 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/paths.rb +88 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest/client.rb +820 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest/service_stub.rb +388 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb +31 -6
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/client.rb +31 -6
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +35 -9
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/client.rb +35 -9
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/service_stub.rb +78 -50
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +33 -8
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/index_service/rest/client.rb +33 -8
- data/lib/google/cloud/ai_platform/v1/index_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/index_service/rest/service_stub.rb +70 -44
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +44 -36
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/job_service/rest/client.rb +44 -36
- data/lib/google/cloud/ai_platform/v1/job_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/job_service/rest/service_stub.rb +294 -212
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/rest/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/ai_platform/v1/match_service/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/match_service/rest/client.rb +29 -3
- data/lib/google/cloud/ai_platform/v1/match_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +42 -33
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/client.rb +42 -33
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/service_stub.rb +270 -194
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +31 -3
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/client.rb +31 -3
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +29 -2
- data/lib/google/cloud/ai_platform/v1/model_garden_service/rest/client.rb +29 -2
- data/lib/google/cloud/ai_platform/v1/model_garden_service/rest/service_stub.rb +22 -8
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +39 -19
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/model_service/rest/client.rb +39 -19
- data/lib/google/cloud/ai_platform/v1/model_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/model_service/rest/service_stub.rb +158 -110
- data/lib/google/cloud/ai_platform/v1/notebook_service/client.rb +41 -17
- data/lib/google/cloud/ai_platform/v1/notebook_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/client.rb +41 -17
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/service_stub.rb +142 -98
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/client.rb +34 -7
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/client.rb +34 -7
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/service_stub.rb +62 -38
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +35 -13
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/client.rb +35 -13
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/service_stub.rb +110 -74
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +43 -16
- data/lib/google/cloud/ai_platform/v1/prediction_service/paths.rb +19 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest/client.rb +43 -9
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest/service_stub.rb +65 -38
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/client.rb +593 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/paths.rb +52 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/client.rb +564 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/service_stub.rb +199 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/client.rb +914 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/operations.rb +814 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/paths.rb +69 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/client.rb +862 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/operations.rb +4293 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/service_stub.rb +388 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service.rb +56 -0
- data/lib/google/cloud/ai_platform/v1/rest.rb +3 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/client.rb +31 -8
- data/lib/google/cloud/ai_platform/v1/schedule_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/client.rb +31 -8
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/service_stub.rb +70 -44
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +33 -6
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/client.rb +33 -6
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/service_stub.rb +54 -32
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +40 -31
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/client.rb +40 -30
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/service_stub.rb +247 -176
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/client.rb +36 -11
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/rest/client.rb +36 -11
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/rest/service_stub.rb +94 -62
- data/lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb +29 -4
- data/lib/google/cloud/ai_platform/v1/vertex_rag_service/rest/client.rb +29 -4
- data/lib/google/cloud/ai_platform/v1/vertex_rag_service/rest/service_stub.rb +38 -20
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +33 -16
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +9 -5
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/client.rb +33 -16
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/operations.rb +84 -35
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/service_stub.rb +134 -92
- data/lib/google/cloud/ai_platform/v1.rb +3 -0
- data/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/cached_content_pb.rb +54 -0
- data/lib/google/cloud/aiplatform/v1/gen_ai_cache_service_pb.rb +57 -0
- data/lib/google/cloud/aiplatform/v1/gen_ai_cache_service_services_pb.rb +54 -0
- data/lib/google/cloud/aiplatform/v1/notebook_runtime_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_execution_service_pb.rb +52 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_execution_service_services_pb.rb +47 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_service_pb.rb +62 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_service_services_pb.rb +53 -0
- 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/cached_content.rb +101 -0
- data/proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb +108 -0
- data/proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb +42 -2
- data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +11 -0
- data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb +87 -0
- data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb +73 -0
- data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb +136 -0
- data/proto_docs/google/cloud/aiplatform/v1/tool.rb +15 -0
- data/proto_docs/google/type/latlng.rb +38 -0
- metadata +42 -8
@@ -170,14 +170,26 @@ module Google
|
|
170
170
|
universe_domain: @config.universe_domain,
|
171
171
|
channel_args: @config.channel_args,
|
172
172
|
interceptors: @config.interceptors,
|
173
|
-
channel_pool_config: @config.channel_pool
|
173
|
+
channel_pool_config: @config.channel_pool,
|
174
|
+
logger: @config.logger
|
174
175
|
)
|
175
176
|
|
177
|
+
@vizier_service_stub.stub_logger&.info do |entry|
|
178
|
+
entry.set_system_name
|
179
|
+
entry.set_service
|
180
|
+
entry.message = "Created client for #{entry.service}"
|
181
|
+
entry.set_credentials_fields credentials
|
182
|
+
entry.set "customEndpoint", @config.endpoint if @config.endpoint
|
183
|
+
entry.set "defaultTimeout", @config.timeout if @config.timeout
|
184
|
+
entry.set "quotaProject", @quota_project_id if @quota_project_id
|
185
|
+
end
|
186
|
+
|
176
187
|
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
177
188
|
config.credentials = credentials
|
178
189
|
config.quota_project = @quota_project_id
|
179
190
|
config.endpoint = @vizier_service_stub.endpoint
|
180
191
|
config.universe_domain = @vizier_service_stub.universe_domain
|
192
|
+
config.logger = @vizier_service_stub.logger if config.respond_to? :logger=
|
181
193
|
end
|
182
194
|
|
183
195
|
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
@@ -185,6 +197,7 @@ module Google
|
|
185
197
|
config.quota_project = @quota_project_id
|
186
198
|
config.endpoint = @vizier_service_stub.endpoint
|
187
199
|
config.universe_domain = @vizier_service_stub.universe_domain
|
200
|
+
config.logger = @vizier_service_stub.logger if config.respond_to? :logger=
|
188
201
|
end
|
189
202
|
end
|
190
203
|
|
@@ -209,6 +222,15 @@ module Google
|
|
209
222
|
#
|
210
223
|
attr_reader :iam_policy_client
|
211
224
|
|
225
|
+
##
|
226
|
+
# The logger used for request/response debug logging.
|
227
|
+
#
|
228
|
+
# @return [Logger]
|
229
|
+
#
|
230
|
+
def logger
|
231
|
+
@vizier_service_stub.logger
|
232
|
+
end
|
233
|
+
|
212
234
|
# Service calls
|
213
235
|
|
214
236
|
##
|
@@ -295,7 +317,6 @@ module Google
|
|
295
317
|
|
296
318
|
@vizier_service_stub.call_rpc :create_study, request, options: options do |response, operation|
|
297
319
|
yield response, operation if block_given?
|
298
|
-
return response
|
299
320
|
end
|
300
321
|
rescue ::GRPC::BadStatus => e
|
301
322
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -382,7 +403,6 @@ module Google
|
|
382
403
|
|
383
404
|
@vizier_service_stub.call_rpc :get_study, request, options: options do |response, operation|
|
384
405
|
yield response, operation if block_given?
|
385
|
-
return response
|
386
406
|
end
|
387
407
|
rescue ::GRPC::BadStatus => e
|
388
408
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -480,7 +500,7 @@ module Google
|
|
480
500
|
@vizier_service_stub.call_rpc :list_studies, request, options: options do |response, operation|
|
481
501
|
response = ::Gapic::PagedEnumerable.new @vizier_service_stub, :list_studies, request, response, operation, options
|
482
502
|
yield response, operation if block_given?
|
483
|
-
|
503
|
+
throw :response, response
|
484
504
|
end
|
485
505
|
rescue ::GRPC::BadStatus => e
|
486
506
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -567,7 +587,6 @@ module Google
|
|
567
587
|
|
568
588
|
@vizier_service_stub.call_rpc :delete_study, request, options: options do |response, operation|
|
569
589
|
yield response, operation if block_given?
|
570
|
-
return response
|
571
590
|
end
|
572
591
|
rescue ::GRPC::BadStatus => e
|
573
592
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -657,7 +676,6 @@ module Google
|
|
657
676
|
|
658
677
|
@vizier_service_stub.call_rpc :lookup_study, request, options: options do |response, operation|
|
659
678
|
yield response, operation if block_given?
|
660
|
-
return response
|
661
679
|
end
|
662
680
|
rescue ::GRPC::BadStatus => e
|
663
681
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -802,7 +820,7 @@ module Google
|
|
802
820
|
@vizier_service_stub.call_rpc :suggest_trials, request, options: options do |response, operation|
|
803
821
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
804
822
|
yield response, operation if block_given?
|
805
|
-
|
823
|
+
throw :response, response
|
806
824
|
end
|
807
825
|
rescue ::GRPC::BadStatus => e
|
808
826
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -891,7 +909,6 @@ module Google
|
|
891
909
|
|
892
910
|
@vizier_service_stub.call_rpc :create_trial, request, options: options do |response, operation|
|
893
911
|
yield response, operation if block_given?
|
894
|
-
return response
|
895
912
|
end
|
896
913
|
rescue ::GRPC::BadStatus => e
|
897
914
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -979,7 +996,6 @@ module Google
|
|
979
996
|
|
980
997
|
@vizier_service_stub.call_rpc :get_trial, request, options: options do |response, operation|
|
981
998
|
yield response, operation if block_given?
|
982
|
-
return response
|
983
999
|
end
|
984
1000
|
rescue ::GRPC::BadStatus => e
|
985
1001
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1077,7 +1093,7 @@ module Google
|
|
1077
1093
|
@vizier_service_stub.call_rpc :list_trials, request, options: options do |response, operation|
|
1078
1094
|
response = ::Gapic::PagedEnumerable.new @vizier_service_stub, :list_trials, request, response, operation, options
|
1079
1095
|
yield response, operation if block_given?
|
1080
|
-
|
1096
|
+
throw :response, response
|
1081
1097
|
end
|
1082
1098
|
rescue ::GRPC::BadStatus => e
|
1083
1099
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1168,7 +1184,6 @@ module Google
|
|
1168
1184
|
|
1169
1185
|
@vizier_service_stub.call_rpc :add_trial_measurement, request, options: options do |response, operation|
|
1170
1186
|
yield response, operation if block_given?
|
1171
|
-
return response
|
1172
1187
|
end
|
1173
1188
|
rescue ::GRPC::BadStatus => e
|
1174
1189
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1266,7 +1281,6 @@ module Google
|
|
1266
1281
|
|
1267
1282
|
@vizier_service_stub.call_rpc :complete_trial, request, options: options do |response, operation|
|
1268
1283
|
yield response, operation if block_given?
|
1269
|
-
return response
|
1270
1284
|
end
|
1271
1285
|
rescue ::GRPC::BadStatus => e
|
1272
1286
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1354,7 +1368,6 @@ module Google
|
|
1354
1368
|
|
1355
1369
|
@vizier_service_stub.call_rpc :delete_trial, request, options: options do |response, operation|
|
1356
1370
|
yield response, operation if block_given?
|
1357
|
-
return response
|
1358
1371
|
end
|
1359
1372
|
rescue ::GRPC::BadStatus => e
|
1360
1373
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1453,7 +1466,7 @@ module Google
|
|
1453
1466
|
@vizier_service_stub.call_rpc :check_trial_early_stopping_state, request, options: options do |response, operation|
|
1454
1467
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
1455
1468
|
yield response, operation if block_given?
|
1456
|
-
|
1469
|
+
throw :response, response
|
1457
1470
|
end
|
1458
1471
|
rescue ::GRPC::BadStatus => e
|
1459
1472
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1541,7 +1554,6 @@ module Google
|
|
1541
1554
|
|
1542
1555
|
@vizier_service_stub.call_rpc :stop_trial, request, options: options do |response, operation|
|
1543
1556
|
yield response, operation if block_given?
|
1544
|
-
return response
|
1545
1557
|
end
|
1546
1558
|
rescue ::GRPC::BadStatus => e
|
1547
1559
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1630,7 +1642,6 @@ module Google
|
|
1630
1642
|
|
1631
1643
|
@vizier_service_stub.call_rpc :list_optimal_trials, request, options: options do |response, operation|
|
1632
1644
|
yield response, operation if block_given?
|
1633
|
-
return response
|
1634
1645
|
end
|
1635
1646
|
rescue ::GRPC::BadStatus => e
|
1636
1647
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1719,6 +1730,11 @@ module Google
|
|
1719
1730
|
# default endpoint URL. The default value of nil uses the environment
|
1720
1731
|
# universe (usually the default "googleapis.com" universe).
|
1721
1732
|
# @return [::String,nil]
|
1733
|
+
# @!attribute [rw] logger
|
1734
|
+
# A custom logger to use for request/response debug logging, or the value
|
1735
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
1736
|
+
# explicitly disable logging.
|
1737
|
+
# @return [::Logger,:default,nil]
|
1722
1738
|
#
|
1723
1739
|
class Configuration
|
1724
1740
|
extend ::Gapic::Config
|
@@ -1743,6 +1759,7 @@ module Google
|
|
1743
1759
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
1744
1760
|
config_attr :quota_project, nil, ::String, nil
|
1745
1761
|
config_attr :universe_domain, nil, ::String, nil
|
1762
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
1746
1763
|
|
1747
1764
|
# @private
|
1748
1765
|
def initialize parent_config = nil
|
@@ -213,7 +213,7 @@ module Google
|
|
213
213
|
wrap_lro_operation = ->(op_response) { ::Gapic::Operation.new op_response, @operations_client }
|
214
214
|
response = ::Gapic::PagedEnumerable.new @operations_stub, :list_operations, request, response, operation, options, format_resource: wrap_lro_operation
|
215
215
|
yield response, operation if block_given?
|
216
|
-
|
216
|
+
throw :response, response
|
217
217
|
end
|
218
218
|
rescue ::GRPC::BadStatus => e
|
219
219
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -309,7 +309,7 @@ module Google
|
|
309
309
|
@operations_stub.call_rpc :get_operation, request, options: options do |response, operation|
|
310
310
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
311
311
|
yield response, operation if block_given?
|
312
|
-
|
312
|
+
throw :response, response
|
313
313
|
end
|
314
314
|
rescue ::GRPC::BadStatus => e
|
315
315
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -398,7 +398,6 @@ module Google
|
|
398
398
|
|
399
399
|
@operations_stub.call_rpc :delete_operation, request, options: options do |response, operation|
|
400
400
|
yield response, operation if block_given?
|
401
|
-
return response
|
402
401
|
end
|
403
402
|
rescue ::GRPC::BadStatus => e
|
404
403
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -494,7 +493,6 @@ module Google
|
|
494
493
|
|
495
494
|
@operations_stub.call_rpc :cancel_operation, request, options: options do |response, operation|
|
496
495
|
yield response, operation if block_given?
|
497
|
-
return response
|
498
496
|
end
|
499
497
|
rescue ::GRPC::BadStatus => e
|
500
498
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -600,7 +598,7 @@ module Google
|
|
600
598
|
@operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
|
601
599
|
response = ::Gapic::Operation.new response, @operations_client, options: options
|
602
600
|
yield response, operation if block_given?
|
603
|
-
|
601
|
+
throw :response, response
|
604
602
|
end
|
605
603
|
rescue ::GRPC::BadStatus => e
|
606
604
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -689,6 +687,11 @@ module Google
|
|
689
687
|
# default endpoint URL. The default value of nil uses the environment
|
690
688
|
# universe (usually the default "googleapis.com" universe).
|
691
689
|
# @return [::String,nil]
|
690
|
+
# @!attribute [rw] logger
|
691
|
+
# A custom logger to use for request/response debug logging, or the value
|
692
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
693
|
+
# explicitly disable logging.
|
694
|
+
# @return [::Logger,:default,nil]
|
692
695
|
#
|
693
696
|
class Configuration
|
694
697
|
extend ::Gapic::Config
|
@@ -713,6 +716,7 @@ module Google
|
|
713
716
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
714
717
|
config_attr :quota_project, nil, ::String, nil
|
715
718
|
config_attr :universe_domain, nil, ::String, nil
|
719
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
716
720
|
|
717
721
|
# @private
|
718
722
|
def initialize parent_config = nil
|
@@ -163,15 +163,27 @@ module Google
|
|
163
163
|
endpoint: @config.endpoint,
|
164
164
|
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
165
165
|
universe_domain: @config.universe_domain,
|
166
|
-
credentials: credentials
|
166
|
+
credentials: credentials,
|
167
|
+
logger: @config.logger
|
167
168
|
)
|
168
169
|
|
170
|
+
@vizier_service_stub.logger(stub: true)&.info do |entry|
|
171
|
+
entry.set_system_name
|
172
|
+
entry.set_service
|
173
|
+
entry.message = "Created client for #{entry.service}"
|
174
|
+
entry.set_credentials_fields credentials
|
175
|
+
entry.set "customEndpoint", @config.endpoint if @config.endpoint
|
176
|
+
entry.set "defaultTimeout", @config.timeout if @config.timeout
|
177
|
+
entry.set "quotaProject", @quota_project_id if @quota_project_id
|
178
|
+
end
|
179
|
+
|
169
180
|
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
170
181
|
config.credentials = credentials
|
171
182
|
config.quota_project = @quota_project_id
|
172
183
|
config.endpoint = @vizier_service_stub.endpoint
|
173
184
|
config.universe_domain = @vizier_service_stub.universe_domain
|
174
185
|
config.bindings_override = @config.bindings_override
|
186
|
+
config.logger = @vizier_service_stub.logger if config.respond_to? :logger=
|
175
187
|
end
|
176
188
|
|
177
189
|
@iam_policy_client = Google::Iam::V1::IAMPolicy::Rest::Client.new do |config|
|
@@ -180,6 +192,7 @@ module Google
|
|
180
192
|
config.endpoint = @vizier_service_stub.endpoint
|
181
193
|
config.universe_domain = @vizier_service_stub.universe_domain
|
182
194
|
config.bindings_override = @config.bindings_override
|
195
|
+
config.logger = @vizier_service_stub.logger if config.respond_to? :logger=
|
183
196
|
end
|
184
197
|
end
|
185
198
|
|
@@ -204,6 +217,15 @@ module Google
|
|
204
217
|
#
|
205
218
|
attr_reader :iam_policy_client
|
206
219
|
|
220
|
+
##
|
221
|
+
# The logger used for request/response debug logging.
|
222
|
+
#
|
223
|
+
# @return [Logger]
|
224
|
+
#
|
225
|
+
def logger
|
226
|
+
@vizier_service_stub.logger
|
227
|
+
end
|
228
|
+
|
207
229
|
# Service calls
|
208
230
|
|
209
231
|
##
|
@@ -283,7 +305,6 @@ module Google
|
|
283
305
|
|
284
306
|
@vizier_service_stub.create_study request, options do |result, operation|
|
285
307
|
yield result, operation if block_given?
|
286
|
-
return result
|
287
308
|
end
|
288
309
|
rescue ::Gapic::Rest::Error => e
|
289
310
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -363,7 +384,6 @@ module Google
|
|
363
384
|
|
364
385
|
@vizier_service_stub.get_study request, options do |result, operation|
|
365
386
|
yield result, operation if block_given?
|
366
|
-
return result
|
367
387
|
end
|
368
388
|
rescue ::Gapic::Rest::Error => e
|
369
389
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -454,7 +474,7 @@ module Google
|
|
454
474
|
@vizier_service_stub.list_studies request, options do |result, operation|
|
455
475
|
result = ::Gapic::Rest::PagedEnumerable.new @vizier_service_stub, :list_studies, "studies", request, result, options
|
456
476
|
yield result, operation if block_given?
|
457
|
-
|
477
|
+
throw :response, result
|
458
478
|
end
|
459
479
|
rescue ::Gapic::Rest::Error => e
|
460
480
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -534,7 +554,6 @@ module Google
|
|
534
554
|
|
535
555
|
@vizier_service_stub.delete_study request, options do |result, operation|
|
536
556
|
yield result, operation if block_given?
|
537
|
-
return result
|
538
557
|
end
|
539
558
|
rescue ::Gapic::Rest::Error => e
|
540
559
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -617,7 +636,6 @@ module Google
|
|
617
636
|
|
618
637
|
@vizier_service_stub.lookup_study request, options do |result, operation|
|
619
638
|
yield result, operation if block_given?
|
620
|
-
return result
|
621
639
|
end
|
622
640
|
rescue ::Gapic::Rest::Error => e
|
623
641
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -755,7 +773,7 @@ module Google
|
|
755
773
|
@vizier_service_stub.suggest_trials request, options do |result, operation|
|
756
774
|
result = ::Gapic::Operation.new result, @operations_client, options: options
|
757
775
|
yield result, operation if block_given?
|
758
|
-
|
776
|
+
throw :response, result
|
759
777
|
end
|
760
778
|
rescue ::Gapic::Rest::Error => e
|
761
779
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -837,7 +855,6 @@ module Google
|
|
837
855
|
|
838
856
|
@vizier_service_stub.create_trial request, options do |result, operation|
|
839
857
|
yield result, operation if block_given?
|
840
|
-
return result
|
841
858
|
end
|
842
859
|
rescue ::Gapic::Rest::Error => e
|
843
860
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -918,7 +935,6 @@ module Google
|
|
918
935
|
|
919
936
|
@vizier_service_stub.get_trial request, options do |result, operation|
|
920
937
|
yield result, operation if block_given?
|
921
|
-
return result
|
922
938
|
end
|
923
939
|
rescue ::Gapic::Rest::Error => e
|
924
940
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1009,7 +1025,7 @@ module Google
|
|
1009
1025
|
@vizier_service_stub.list_trials request, options do |result, operation|
|
1010
1026
|
result = ::Gapic::Rest::PagedEnumerable.new @vizier_service_stub, :list_trials, "trials", request, result, options
|
1011
1027
|
yield result, operation if block_given?
|
1012
|
-
|
1028
|
+
throw :response, result
|
1013
1029
|
end
|
1014
1030
|
rescue ::Gapic::Rest::Error => e
|
1015
1031
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1093,7 +1109,6 @@ module Google
|
|
1093
1109
|
|
1094
1110
|
@vizier_service_stub.add_trial_measurement request, options do |result, operation|
|
1095
1111
|
yield result, operation if block_given?
|
1096
|
-
return result
|
1097
1112
|
end
|
1098
1113
|
rescue ::Gapic::Rest::Error => e
|
1099
1114
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1184,7 +1199,6 @@ module Google
|
|
1184
1199
|
|
1185
1200
|
@vizier_service_stub.complete_trial request, options do |result, operation|
|
1186
1201
|
yield result, operation if block_given?
|
1187
|
-
return result
|
1188
1202
|
end
|
1189
1203
|
rescue ::Gapic::Rest::Error => e
|
1190
1204
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1265,7 +1279,6 @@ module Google
|
|
1265
1279
|
|
1266
1280
|
@vizier_service_stub.delete_trial request, options do |result, operation|
|
1267
1281
|
yield result, operation if block_given?
|
1268
|
-
return result
|
1269
1282
|
end
|
1270
1283
|
rescue ::Gapic::Rest::Error => e
|
1271
1284
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1357,7 +1370,7 @@ module Google
|
|
1357
1370
|
@vizier_service_stub.check_trial_early_stopping_state request, options do |result, operation|
|
1358
1371
|
result = ::Gapic::Operation.new result, @operations_client, options: options
|
1359
1372
|
yield result, operation if block_given?
|
1360
|
-
|
1373
|
+
throw :response, result
|
1361
1374
|
end
|
1362
1375
|
rescue ::Gapic::Rest::Error => e
|
1363
1376
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1438,7 +1451,6 @@ module Google
|
|
1438
1451
|
|
1439
1452
|
@vizier_service_stub.stop_trial request, options do |result, operation|
|
1440
1453
|
yield result, operation if block_given?
|
1441
|
-
return result
|
1442
1454
|
end
|
1443
1455
|
rescue ::Gapic::Rest::Error => e
|
1444
1456
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1520,7 +1532,6 @@ module Google
|
|
1520
1532
|
|
1521
1533
|
@vizier_service_stub.list_optimal_trials request, options do |result, operation|
|
1522
1534
|
yield result, operation if block_given?
|
1523
|
-
return result
|
1524
1535
|
end
|
1525
1536
|
rescue ::Gapic::Rest::Error => e
|
1526
1537
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1600,6 +1611,11 @@ module Google
|
|
1600
1611
|
# default endpoint URL. The default value of nil uses the environment
|
1601
1612
|
# universe (usually the default "googleapis.com" universe).
|
1602
1613
|
# @return [::String,nil]
|
1614
|
+
# @!attribute [rw] logger
|
1615
|
+
# A custom logger to use for request/response debug logging, or the value
|
1616
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
1617
|
+
# explicitly disable logging.
|
1618
|
+
# @return [::Logger,:default,nil]
|
1603
1619
|
#
|
1604
1620
|
class Configuration
|
1605
1621
|
extend ::Gapic::Config
|
@@ -1628,6 +1644,7 @@ module Google
|
|
1628
1644
|
# by the host service.
|
1629
1645
|
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
1630
1646
|
config_attr :bindings_override, {}, ::Hash, nil
|
1647
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
1631
1648
|
|
1632
1649
|
# @private
|
1633
1650
|
def initialize parent_config = nil
|