google-cloud-ai_platform-v1 0.35.0 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +72 -99
- data/README.md +1 -1
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/client.rb +896 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/operations.rb +809 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/paths.rb +83 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/endpoint_service/paths.rb +19 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb +46 -18
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb +146 -17
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service.rb +2 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb +44 -18
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +42 -17
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +44 -18
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +52 -18
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/llm_utility_service/client.rb +49 -18
- data/lib/google/cloud/ai_platform/v1/match_service/client.rb +42 -17
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +42 -17
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +47 -21
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +544 -20
- data/lib/google/cloud/ai_platform/v1/schedule_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/schedule_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +43 -17
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +28 -6
- data/lib/google/cloud/ai_platform/v1.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/annotation_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/annotation_spec_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/artifact_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/completion_stats_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/content_pb.rb +64 -0
- data/lib/google/cloud/aiplatform/v1/context_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/data_item_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/data_labeling_job_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +4 -2
- data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +4 -2
- data/lib/google/cloud/aiplatform/v1/dataset_version_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/deployed_index_ref_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/deployed_model_ref_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/deployment_resource_pool_pb.rb +49 -0
- data/lib/google/cloud/aiplatform/v1/deployment_resource_pool_service_pb.rb +65 -0
- data/lib/google/cloud/aiplatform/v1/deployment_resource_pool_service_services_pb.rb +53 -0
- data/lib/google/cloud/aiplatform/v1/encryption_spec_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/endpoint_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/endpoint_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/entity_type_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/env_var_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/evaluated_annotation_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/event_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/execution_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/explanation_metadata_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/explanation_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/feature_group_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/feature_monitoring_stats_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/feature_online_store_service_pb.rb +11 -2
- data/lib/google/cloud/aiplatform/v1/feature_online_store_service_services_pb.rb +5 -0
- data/lib/google/cloud/aiplatform/v1/feature_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/feature_registry_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/feature_selector_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/feature_view_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/feature_view_sync_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/featurestore_monitoring_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/featurestore_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/featurestore_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/hyperparameter_tuning_job_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/index_endpoint_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/index_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/index_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/io_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/job_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/job_state_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/lineage_subgraph_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/llm_utility_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/machine_resources_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/manual_batch_tuning_parameters_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/match_service_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/metadata_schema_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/metadata_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/metadata_store_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/migratable_resource_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/migration_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/model_deployment_monitoring_job_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/model_evaluation_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/model_evaluation_slice_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/model_garden_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/model_monitoring_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/model_pb.rb +3 -2
- data/lib/google/cloud/aiplatform/v1/model_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/nas_job_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/openapi_pb.rb +47 -0
- data/lib/google/cloud/aiplatform/v1/operation_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/pipeline_failure_policy_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/pipeline_job_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/pipeline_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/pipeline_state_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +16 -2
- data/lib/google/cloud/aiplatform/v1/prediction_service_services_pb.rb +16 -3
- data/lib/google/cloud/aiplatform/v1/publisher_model_pb.rb +6 -2
- data/lib/google/cloud/aiplatform/v1/saved_query_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/schedule_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/schedule_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/service_networking_pb.rb +4 -2
- data/lib/google/cloud/aiplatform/v1/specialist_pool_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/specialist_pool_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/study_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_data_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_experiment_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_run_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_service_pb.rb +2 -2
- data/lib/google/cloud/aiplatform/v1/tensorboard_time_series_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tool_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/training_pipeline_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/types_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/unmanaged_container_model_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/user_action_reference_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/value_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/vizier_service_pb.rb +2 -2
- data/proto_docs/google/api/client.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb +2 -2
- data/proto_docs/google/cloud/aiplatform/v1/content.rb +312 -0
- data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +15 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +102 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +12 -1
- data/proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool.rb +45 -0
- data/proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb +170 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +6 -0
- data/proto_docs/google/cloud/aiplatform/v1/explanation.rb +8 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature.rb +5 -1
- data/proto_docs/google/cloud/aiplatform/v1/feature_group.rb +2 -2
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb +2 -2
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb +3 -1
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb +150 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_view.rb +3 -2
- data/proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb +2 -2
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +5 -0
- data/proto_docs/google/cloud/aiplatform/v1/index_service.rb +28 -0
- data/proto_docs/google/cloud/aiplatform/v1/metadata_service.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/model.rb +55 -4
- data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_evaluation.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_service.rb +4 -4
- data/proto_docs/google/cloud/aiplatform/v1/nas_job.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/openapi.rb +102 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +195 -0
- data/proto_docs/google/cloud/aiplatform/v1/publisher_model.rb +73 -1
- data/proto_docs/google/cloud/aiplatform/v1/service_networking.rb +16 -0
- data/proto_docs/google/cloud/aiplatform/v1/tool.rb +112 -0
- data/proto_docs/google/protobuf/any.rb +2 -1
- data/proto_docs/google/type/date.rb +53 -0
- metadata +27 -122
@@ -199,7 +199,15 @@ module Google
|
|
199
199
|
# {::Google::Cloud::AIPlatform::V1::DatasetService::Client#export_data DatasetService.ExportData}.
|
200
200
|
# @!attribute [rw] exported_files
|
201
201
|
# @return [::Array<::String>]
|
202
|
-
# All of the files that are exported in this export operation.
|
202
|
+
# All of the files that are exported in this export operation. For custom
|
203
|
+
# code training export, only three (training, validation and test)
|
204
|
+
# Cloud Storage paths in wildcard format are populated
|
205
|
+
# (for example, gs://.../training-*).
|
206
|
+
# @!attribute [rw] data_stats
|
207
|
+
# @return [::Google::Cloud::AIPlatform::V1::Model::DataStats]
|
208
|
+
# Only present for custom code training export use case. Records data stats,
|
209
|
+
# i.e., train/validation/test item/annotation counts calculated during
|
210
|
+
# the export operation.
|
203
211
|
class ExportDataResponse
|
204
212
|
include ::Google::Protobuf::MessageExts
|
205
213
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -392,6 +400,7 @@ module Google
|
|
392
400
|
# Format:
|
393
401
|
# `projects/{project}/locations/{location}/datasets/{dataset}`
|
394
402
|
# @!attribute [rw] saved_query
|
403
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
395
404
|
# @return [::String]
|
396
405
|
# The resource name of a SavedQuery(annotation set in UI).
|
397
406
|
# Format:
|
@@ -419,6 +428,7 @@ module Google
|
|
419
428
|
# * `data_item=1`
|
420
429
|
# * `has_annotation(5)`
|
421
430
|
# @!attribute [rw] annotations_filter
|
431
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
422
432
|
# @return [::String]
|
423
433
|
# An expression for filtering the Annotations that will be returned per
|
424
434
|
# DataItem.
|
@@ -444,6 +454,7 @@ module Google
|
|
444
454
|
# Requested page size. Server may return fewer results than requested.
|
445
455
|
# Default and maximum page size is 100.
|
446
456
|
# @!attribute [rw] order_by
|
457
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
447
458
|
# @return [::String]
|
448
459
|
# A comma-separated list of fields to order by, sorted in ascending order.
|
449
460
|
# Use "desc" after a field name for descending.
|
@@ -28,6 +28,9 @@ module Google
|
|
28
28
|
# @!attribute [rw] deployed_index_id
|
29
29
|
# @return [::String]
|
30
30
|
# Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
|
31
|
+
# @!attribute [r] display_name
|
32
|
+
# @return [::String]
|
33
|
+
# Output only. The display name of the DeployedIndex.
|
31
34
|
class DeployedIndexRef
|
32
35
|
include ::Google::Protobuf::MessageExts
|
33
36
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 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
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module AIPlatform
|
23
|
+
module V1
|
24
|
+
# A description of resources that can be shared by multiple DeployedModels,
|
25
|
+
# whose underlying specification consists of a DedicatedResources.
|
26
|
+
# @!attribute [rw] name
|
27
|
+
# @return [::String]
|
28
|
+
# Immutable. The resource name of the DeploymentResourcePool.
|
29
|
+
# Format:
|
30
|
+
# `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
|
31
|
+
# @!attribute [rw] dedicated_resources
|
32
|
+
# @return [::Google::Cloud::AIPlatform::V1::DedicatedResources]
|
33
|
+
# Required. The underlying DedicatedResources that the DeploymentResourcePool
|
34
|
+
# uses.
|
35
|
+
# @!attribute [r] create_time
|
36
|
+
# @return [::Google::Protobuf::Timestamp]
|
37
|
+
# Output only. Timestamp when this DeploymentResourcePool was created.
|
38
|
+
class DeploymentResourcePool
|
39
|
+
include ::Google::Protobuf::MessageExts
|
40
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,170 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 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
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module AIPlatform
|
23
|
+
module V1
|
24
|
+
# Request message for CreateDeploymentResourcePool method.
|
25
|
+
# @!attribute [rw] parent
|
26
|
+
# @return [::String]
|
27
|
+
# Required. The parent location resource where this DeploymentResourcePool
|
28
|
+
# will be created. Format: `projects/{project}/locations/{location}`
|
29
|
+
# @!attribute [rw] deployment_resource_pool
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeploymentResourcePool]
|
31
|
+
# Required. The DeploymentResourcePool to create.
|
32
|
+
# @!attribute [rw] deployment_resource_pool_id
|
33
|
+
# @return [::String]
|
34
|
+
# Required. The ID to use for the DeploymentResourcePool, which
|
35
|
+
# will become the final component of the DeploymentResourcePool's resource
|
36
|
+
# name.
|
37
|
+
#
|
38
|
+
# The maximum length is 63 characters, and valid characters
|
39
|
+
# are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
|
40
|
+
class CreateDeploymentResourcePoolRequest
|
41
|
+
include ::Google::Protobuf::MessageExts
|
42
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
43
|
+
end
|
44
|
+
|
45
|
+
# Runtime operation information for CreateDeploymentResourcePool method.
|
46
|
+
# @!attribute [rw] generic_metadata
|
47
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
48
|
+
# The operation generic information.
|
49
|
+
class CreateDeploymentResourcePoolOperationMetadata
|
50
|
+
include ::Google::Protobuf::MessageExts
|
51
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
52
|
+
end
|
53
|
+
|
54
|
+
# Request message for GetDeploymentResourcePool method.
|
55
|
+
# @!attribute [rw] name
|
56
|
+
# @return [::String]
|
57
|
+
# Required. The name of the DeploymentResourcePool to retrieve.
|
58
|
+
# Format:
|
59
|
+
# `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
|
60
|
+
class GetDeploymentResourcePoolRequest
|
61
|
+
include ::Google::Protobuf::MessageExts
|
62
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
63
|
+
end
|
64
|
+
|
65
|
+
# Request message for ListDeploymentResourcePools method.
|
66
|
+
# @!attribute [rw] parent
|
67
|
+
# @return [::String]
|
68
|
+
# Required. The parent Location which owns this collection of
|
69
|
+
# DeploymentResourcePools. Format: `projects/{project}/locations/{location}`
|
70
|
+
# @!attribute [rw] page_size
|
71
|
+
# @return [::Integer]
|
72
|
+
# The maximum number of DeploymentResourcePools to return. The service may
|
73
|
+
# return fewer than this value.
|
74
|
+
# @!attribute [rw] page_token
|
75
|
+
# @return [::String]
|
76
|
+
# A page token, received from a previous `ListDeploymentResourcePools` call.
|
77
|
+
# Provide this to retrieve the subsequent page.
|
78
|
+
#
|
79
|
+
# When paginating, all other parameters provided to
|
80
|
+
# `ListDeploymentResourcePools` must match the call that provided the page
|
81
|
+
# token.
|
82
|
+
class ListDeploymentResourcePoolsRequest
|
83
|
+
include ::Google::Protobuf::MessageExts
|
84
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
85
|
+
end
|
86
|
+
|
87
|
+
# Response message for ListDeploymentResourcePools method.
|
88
|
+
# @!attribute [rw] deployment_resource_pools
|
89
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DeploymentResourcePool>]
|
90
|
+
# The DeploymentResourcePools from the specified location.
|
91
|
+
# @!attribute [rw] next_page_token
|
92
|
+
# @return [::String]
|
93
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
94
|
+
# If this field is omitted, there are no subsequent pages.
|
95
|
+
class ListDeploymentResourcePoolsResponse
|
96
|
+
include ::Google::Protobuf::MessageExts
|
97
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
98
|
+
end
|
99
|
+
|
100
|
+
# Runtime operation information for UpdateDeploymentResourcePool method.
|
101
|
+
# @!attribute [rw] generic_metadata
|
102
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
103
|
+
# The operation generic information.
|
104
|
+
class UpdateDeploymentResourcePoolOperationMetadata
|
105
|
+
include ::Google::Protobuf::MessageExts
|
106
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
107
|
+
end
|
108
|
+
|
109
|
+
# Request message for DeleteDeploymentResourcePool method.
|
110
|
+
# @!attribute [rw] name
|
111
|
+
# @return [::String]
|
112
|
+
# Required. The name of the DeploymentResourcePool to delete.
|
113
|
+
# Format:
|
114
|
+
# `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
|
115
|
+
class DeleteDeploymentResourcePoolRequest
|
116
|
+
include ::Google::Protobuf::MessageExts
|
117
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
118
|
+
end
|
119
|
+
|
120
|
+
# Request message for QueryDeployedModels method.
|
121
|
+
# @!attribute [rw] deployment_resource_pool
|
122
|
+
# @return [::String]
|
123
|
+
# Required. The name of the target DeploymentResourcePool to query.
|
124
|
+
# Format:
|
125
|
+
# `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
|
126
|
+
# @!attribute [rw] page_size
|
127
|
+
# @return [::Integer]
|
128
|
+
# The maximum number of DeployedModels to return. The service may return
|
129
|
+
# fewer than this value.
|
130
|
+
# @!attribute [rw] page_token
|
131
|
+
# @return [::String]
|
132
|
+
# A page token, received from a previous `QueryDeployedModels` call.
|
133
|
+
# Provide this to retrieve the subsequent page.
|
134
|
+
#
|
135
|
+
# When paginating, all other parameters provided to
|
136
|
+
# `QueryDeployedModels` must match the call that provided the page
|
137
|
+
# token.
|
138
|
+
class QueryDeployedModelsRequest
|
139
|
+
include ::Google::Protobuf::MessageExts
|
140
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
141
|
+
end
|
142
|
+
|
143
|
+
# Response message for QueryDeployedModels method.
|
144
|
+
# @!attribute [rw] deployed_models
|
145
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
146
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DeployedModel>]
|
147
|
+
# DEPRECATED Use deployed_model_refs instead.
|
148
|
+
# @!attribute [rw] next_page_token
|
149
|
+
# @return [::String]
|
150
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
151
|
+
# If this field is omitted, there are no subsequent pages.
|
152
|
+
# @!attribute [rw] deployed_model_refs
|
153
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DeployedModelRef>]
|
154
|
+
# References to the DeployedModels that share the specified
|
155
|
+
# deploymentResourcePool.
|
156
|
+
# @!attribute [rw] total_deployed_model_count
|
157
|
+
# @return [::Integer]
|
158
|
+
# The total number of DeployedModels on this DeploymentResourcePool.
|
159
|
+
# @!attribute [rw] total_endpoint_count
|
160
|
+
# @return [::Integer]
|
161
|
+
# The total number of Endpoints that have DeployedModels on this
|
162
|
+
# DeploymentResourcePool.
|
163
|
+
class QueryDeployedModelsResponse
|
164
|
+
include ::Google::Protobuf::MessageExts
|
165
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
169
|
+
end
|
170
|
+
end
|
@@ -95,6 +95,7 @@ module Google
|
|
95
95
|
# Where `{project}` is a project number, as in `12345`, and `{network}` is
|
96
96
|
# network name.
|
97
97
|
# @!attribute [rw] enable_private_service_connect
|
98
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
98
99
|
# @return [::Boolean]
|
99
100
|
# Deprecated: If true, expose the Endpoint via private service connect.
|
100
101
|
#
|
@@ -144,6 +145,11 @@ module Google
|
|
144
145
|
# @return [::Google::Cloud::AIPlatform::V1::AutomaticResources]
|
145
146
|
# A description of resources that to large degree are decided by Vertex
|
146
147
|
# AI, and require only a modest additional configuration.
|
148
|
+
# @!attribute [rw] shared_resources
|
149
|
+
# @return [::String]
|
150
|
+
# The resource name of the shared DeploymentResourcePool to deploy on.
|
151
|
+
# Format:
|
152
|
+
# `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
|
147
153
|
# @!attribute [rw] id
|
148
154
|
# @return [::String]
|
149
155
|
# Immutable. The ID of the DeployedModel. If not provided upon deployment,
|
@@ -37,6 +37,14 @@ module Google
|
|
37
37
|
# {::Google::Cloud::AIPlatform::V1::Attribution#output_index Attribution.output_index}
|
38
38
|
# can be used to identify which output this attribution is explaining.
|
39
39
|
#
|
40
|
+
# By default, we provide Shapley values for the predicted class. However,
|
41
|
+
# you can configure the explanation request to generate Shapley values for
|
42
|
+
# any other classes too. For example, if a model predicts a probability of
|
43
|
+
# `0.4` for approving a loan application, the model's decision is to reject
|
44
|
+
# the application since `p(reject) = 0.6 > p(approve) = 0.4`, and the default
|
45
|
+
# Shapley values would be computed for rejection decision and not approval,
|
46
|
+
# even though the latter might be the positive class.
|
47
|
+
#
|
40
48
|
# If users set
|
41
49
|
# {::Google::Cloud::AIPlatform::V1::ExplanationParameters#top_k ExplanationParameters.top_k},
|
42
50
|
# the attributions are sorted by
|
@@ -84,8 +84,12 @@ module Google
|
|
84
84
|
# @!attribute [rw] version_column_name
|
85
85
|
# @return [::String]
|
86
86
|
# Only applicable for Vertex AI Feature Store.
|
87
|
-
# The name of the BigQuery Table/View
|
87
|
+
# The name of the BigQuery Table/View column hosting data for this version.
|
88
88
|
# If no value is provided, will use feature_id.
|
89
|
+
# @!attribute [rw] point_of_contact
|
90
|
+
# @return [::String]
|
91
|
+
# Entity responsible for maintaining this feature. Can be comma separated
|
92
|
+
# list of email addresses or URIs.
|
89
93
|
class Feature
|
90
94
|
include ::Google::Protobuf::MessageExts
|
91
95
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -28,9 +28,9 @@ module Google
|
|
28
28
|
# By default treats the source as a sparse time series source, which is
|
29
29
|
# required to have an entity_id and a feature_timestamp column in the
|
30
30
|
# source.
|
31
|
-
# @!attribute [
|
31
|
+
# @!attribute [rw] name
|
32
32
|
# @return [::String]
|
33
|
-
#
|
33
|
+
# Identifier. Name of the FeatureGroup. Format:
|
34
34
|
# `projects/{project}/locations/{location}/featureGroups/{featureGroup}`
|
35
35
|
# @!attribute [r] create_time
|
36
36
|
# @return [::Google::Protobuf::Timestamp]
|
@@ -29,9 +29,9 @@ module Google
|
|
29
29
|
# Contains settings for the Cloud Bigtable instance that will be created
|
30
30
|
# to serve featureValues for all FeatureViews under this
|
31
31
|
# FeatureOnlineStore.
|
32
|
-
# @!attribute [
|
32
|
+
# @!attribute [rw] name
|
33
33
|
# @return [::String]
|
34
|
-
#
|
34
|
+
# Identifier. Name of the FeatureOnlineStore. Format:
|
35
35
|
# `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`
|
36
36
|
# @!attribute [r] create_time
|
37
37
|
# @return [::Google::Protobuf::Timestamp]
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
# @return [::String]
|
28
28
|
# Required. The resource name of the Location to create FeatureOnlineStores.
|
29
29
|
# Format:
|
30
|
-
# `projects/{project}/locations/{location}
|
30
|
+
# `projects/{project}/locations/{location}`
|
31
31
|
# @!attribute [rw] feature_online_store
|
32
32
|
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore]
|
33
33
|
# Required. The FeatureOnlineStore to create.
|
@@ -145,6 +145,7 @@ module Google
|
|
145
145
|
# Updatable fields:
|
146
146
|
#
|
147
147
|
# * `big_query_source`
|
148
|
+
# * `bigtable`
|
148
149
|
# * `labels`
|
149
150
|
# * `sync_config`
|
150
151
|
class UpdateFeatureOnlineStoreRequest
|
@@ -304,6 +305,7 @@ module Google
|
|
304
305
|
# Updatable fields:
|
305
306
|
#
|
306
307
|
# * `labels`
|
308
|
+
# * `serviceAgentType`
|
307
309
|
class UpdateFeatureViewRequest
|
308
310
|
include ::Google::Protobuf::MessageExts
|
309
311
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -25,9 +25,23 @@ module Google
|
|
25
25
|
# @!attribute [rw] key
|
26
26
|
# @return [::String]
|
27
27
|
# String key to use for lookup.
|
28
|
+
# @!attribute [rw] composite_key
|
29
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey]
|
30
|
+
# The actual Entity ID will be composed from this struct. This should match
|
31
|
+
# with the way ID is defined in the FeatureView spec.
|
28
32
|
class FeatureViewDataKey
|
29
33
|
include ::Google::Protobuf::MessageExts
|
30
34
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
35
|
+
|
36
|
+
# ID that is comprised from several parts (columns).
|
37
|
+
# @!attribute [rw] parts
|
38
|
+
# @return [::Array<::String>]
|
39
|
+
# Parts to construct Entity ID. Should match with the same ID columns as
|
40
|
+
# defined in FeatureView in the same order.
|
41
|
+
class CompositeKey
|
42
|
+
include ::Google::Protobuf::MessageExts
|
43
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
44
|
+
end
|
31
45
|
end
|
32
46
|
|
33
47
|
# Request message for
|
@@ -85,6 +99,142 @@ module Google
|
|
85
99
|
end
|
86
100
|
end
|
87
101
|
|
102
|
+
# A query to find a number of similar entities.
|
103
|
+
# @!attribute [rw] entity_id
|
104
|
+
# @return [::String]
|
105
|
+
# Optional. The entity id whose similar entities should be searched for.
|
106
|
+
# If embedding is set, search will use embedding instead of
|
107
|
+
# entity_id.
|
108
|
+
# @!attribute [rw] embedding
|
109
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Embedding]
|
110
|
+
# Optional. The embedding vector that be used for similar search.
|
111
|
+
# @!attribute [rw] neighbor_count
|
112
|
+
# @return [::Integer]
|
113
|
+
# Optional. The number of similar entities to be retrieved from feature view
|
114
|
+
# for each query.
|
115
|
+
# @!attribute [rw] string_filters
|
116
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborQuery::StringFilter>]
|
117
|
+
# Optional. The list of string filters.
|
118
|
+
# @!attribute [rw] per_crowding_attribute_neighbor_count
|
119
|
+
# @return [::Integer]
|
120
|
+
# Optional. Crowding is a constraint on a neighbor list produced by nearest
|
121
|
+
# neighbor search requiring that no more than
|
122
|
+
# sper_crowding_attribute_neighbor_count of the k neighbors returned have the
|
123
|
+
# same value of crowding_attribute. It's used for improving result diversity.
|
124
|
+
# @!attribute [rw] parameters
|
125
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighborQuery::Parameters]
|
126
|
+
# Optional. Parameters that can be set to tune query on the fly.
|
127
|
+
class NearestNeighborQuery
|
128
|
+
include ::Google::Protobuf::MessageExts
|
129
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
130
|
+
|
131
|
+
# The embedding vector.
|
132
|
+
# @!attribute [rw] value
|
133
|
+
# @return [::Array<::Float>]
|
134
|
+
# Optional. Individual value in the embedding.
|
135
|
+
class Embedding
|
136
|
+
include ::Google::Protobuf::MessageExts
|
137
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
138
|
+
end
|
139
|
+
|
140
|
+
# String filter is used to search a subset of the entities by using boolean
|
141
|
+
# rules on string columns.
|
142
|
+
# For example: if a query specifies string filter
|
143
|
+
# with 'name = color, allow_tokens = \\{red, blue}, deny_tokens = \\{purple}','
|
144
|
+
# then that query will match entities that are red or blue, but if those
|
145
|
+
# points are also purple, then they will be excluded even if they are
|
146
|
+
# red/blue. Only string filter is supported for now, numeric filter will be
|
147
|
+
# supported in the near future.
|
148
|
+
# @!attribute [rw] name
|
149
|
+
# @return [::String]
|
150
|
+
# Required. Column names in BigQuery that used as filters.
|
151
|
+
# @!attribute [rw] allow_tokens
|
152
|
+
# @return [::Array<::String>]
|
153
|
+
# Optional. The allowed tokens.
|
154
|
+
# @!attribute [rw] deny_tokens
|
155
|
+
# @return [::Array<::String>]
|
156
|
+
# Optional. The denied tokens.
|
157
|
+
class StringFilter
|
158
|
+
include ::Google::Protobuf::MessageExts
|
159
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
160
|
+
end
|
161
|
+
|
162
|
+
# Parameters that can be overrided in each query to tune query latency and
|
163
|
+
# recall.
|
164
|
+
# @!attribute [rw] approximate_neighbor_candidates
|
165
|
+
# @return [::Integer]
|
166
|
+
# Optional. The number of neighbors to find via approximate search before
|
167
|
+
# exact reordering is performed; if set, this value must be >
|
168
|
+
# neighbor_count.
|
169
|
+
# @!attribute [rw] leaf_nodes_search_fraction
|
170
|
+
# @return [::Float]
|
171
|
+
# Optional. The fraction of the number of leaves to search, set at query
|
172
|
+
# time allows user to tune search performance. This value increase result
|
173
|
+
# in both search accuracy and latency increase. The value should be between
|
174
|
+
# 0.0 and 1.0.
|
175
|
+
class Parameters
|
176
|
+
include ::Google::Protobuf::MessageExts
|
177
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
178
|
+
end
|
179
|
+
end
|
180
|
+
|
181
|
+
# The request message for
|
182
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreService::Client#search_nearest_entities FeatureOnlineStoreService.SearchNearestEntities}.
|
183
|
+
# @!attribute [rw] feature_view
|
184
|
+
# @return [::String]
|
185
|
+
# Required. FeatureView resource format
|
186
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`
|
187
|
+
# @!attribute [rw] query
|
188
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighborQuery]
|
189
|
+
# Required. The query.
|
190
|
+
# @!attribute [rw] return_full_entity
|
191
|
+
# @return [::Boolean]
|
192
|
+
# Optional. If set to true, the full entities (including all vector values
|
193
|
+
# and metadata) of the nearest neighbors are returned; otherwise only entity
|
194
|
+
# id of the nearest neighbors will be returned. Note that returning full
|
195
|
+
# entities will significantly increase the latency and cost of the query.
|
196
|
+
class SearchNearestEntitiesRequest
|
197
|
+
include ::Google::Protobuf::MessageExts
|
198
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
199
|
+
end
|
200
|
+
|
201
|
+
# Nearest neighbors for one query.
|
202
|
+
# @!attribute [rw] neighbors
|
203
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::NearestNeighbors::Neighbor>]
|
204
|
+
# All its neighbors.
|
205
|
+
class NearestNeighbors
|
206
|
+
include ::Google::Protobuf::MessageExts
|
207
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
208
|
+
|
209
|
+
# A neighbor of the query vector.
|
210
|
+
# @!attribute [rw] entity_id
|
211
|
+
# @return [::String]
|
212
|
+
# The id of the similar entity.
|
213
|
+
# @!attribute [rw] distance
|
214
|
+
# @return [::Float]
|
215
|
+
# The distance between the neighbor and the query vector.
|
216
|
+
# @!attribute [rw] entity_key_values
|
217
|
+
# @return [::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse]
|
218
|
+
# The attributes of the neighbor, e.g. filters, crowding and metadata
|
219
|
+
# Note that full entities are returned only when "return_full_entity"
|
220
|
+
# is set to true. Otherwise, only the "entity_id" and "distance" fields
|
221
|
+
# are populated.
|
222
|
+
class Neighbor
|
223
|
+
include ::Google::Protobuf::MessageExts
|
224
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
# Response message for
|
229
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreService::Client#search_nearest_entities FeatureOnlineStoreService.SearchNearestEntities}
|
230
|
+
# @!attribute [rw] nearest_neighbors
|
231
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighbors]
|
232
|
+
# The nearest neighbors of the query entity.
|
233
|
+
class SearchNearestEntitiesResponse
|
234
|
+
include ::Google::Protobuf::MessageExts
|
235
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
236
|
+
end
|
237
|
+
|
88
238
|
# Format of the data in the Feature View.
|
89
239
|
module FeatureViewDataFormat
|
90
240
|
# Not set. Will be treated as the KeyValue format.
|
@@ -31,9 +31,9 @@ module Google
|
|
31
31
|
# @return [::Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource]
|
32
32
|
# Optional. Configures the features from a Feature Registry source that
|
33
33
|
# need to be loaded onto the FeatureOnlineStore.
|
34
|
-
# @!attribute [
|
34
|
+
# @!attribute [rw] name
|
35
35
|
# @return [::String]
|
36
|
-
#
|
36
|
+
# Identifier. Name of the FeatureView. Format:
|
37
37
|
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
|
38
38
|
# @!attribute [r] create_time
|
39
39
|
# @return [::Google::Protobuf::Timestamp]
|
@@ -80,6 +80,7 @@ module Google
|
|
80
80
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
81
81
|
end
|
82
82
|
|
83
|
+
# Configuration for Sync. Only one option is set.
|
83
84
|
# @!attribute [rw] cron
|
84
85
|
# @return [::String]
|
85
86
|
# Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
|
@@ -23,9 +23,9 @@ module Google
|
|
23
23
|
module V1
|
24
24
|
# FeatureViewSync is a representation of sync operation which copies data from
|
25
25
|
# data source to Feature View in Online Store.
|
26
|
-
# @!attribute [
|
26
|
+
# @!attribute [rw] name
|
27
27
|
# @return [::String]
|
28
|
-
#
|
28
|
+
# Identifier. Name of the FeatureViewSync. Format:
|
29
29
|
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
|
30
30
|
# @!attribute [r] create_time
|
31
31
|
# @return [::Google::Protobuf::Timestamp]
|
@@ -760,7 +760,7 @@ module Google
|
|
760
760
|
#
|
761
761
|
# When paginating, all other parameters provided to
|
762
762
|
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_features FeaturestoreService.ListFeatures}
|
763
|
-
# or
|
763
|
+
# or
|
764
764
|
# {::Google::Cloud::AIPlatform::V1::FeatureRegistryService::Client#list_features FeatureRegistryService.ListFeatures}
|
765
765
|
# must match the call that provided the page token.
|
766
766
|
# @!attribute [rw] order_by
|
@@ -77,6 +77,7 @@ module Google
|
|
77
77
|
# Where \\{project} is a project number, as in '12345', and \\{network} is
|
78
78
|
# network name.
|
79
79
|
# @!attribute [rw] enable_private_service_connect
|
80
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
80
81
|
# @return [::Boolean]
|
81
82
|
# Optional. Deprecated: If true, expose the IndexEndpoint via private service
|
82
83
|
# connect.
|
@@ -279,6 +280,10 @@ module Google
|
|
279
280
|
# @return [::String]
|
280
281
|
# Output only. The name of the service attachment resource. Populated if
|
281
282
|
# private service connect is enabled.
|
283
|
+
# @!attribute [r] psc_automated_endpoints
|
284
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::PscAutomatedEndpoints>]
|
285
|
+
# Output only. PscAutomatedEndpoints is populated if private service connect
|
286
|
+
# is enabled if PscAutomatedConfig is set.
|
282
287
|
class IndexPrivateEndpoints
|
283
288
|
include ::Google::Protobuf::MessageExts
|
284
289
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -154,6 +154,15 @@ module Google
|
|
154
154
|
# @!attribute [rw] datapoints
|
155
155
|
# @return [::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>]
|
156
156
|
# A list of datapoints to be created/updated.
|
157
|
+
# @!attribute [rw] update_mask
|
158
|
+
# @return [::Google::Protobuf::FieldMask]
|
159
|
+
# Optional. Update mask is used to specify the fields to be overwritten in
|
160
|
+
# the datapoints by the update. The fields specified in the update_mask are
|
161
|
+
# relative to each IndexDatapoint inside datapoints, not the full request.
|
162
|
+
#
|
163
|
+
# Updatable fields:
|
164
|
+
#
|
165
|
+
# * Use `all_restricts` to update both restricts and numeric_restricts.
|
157
166
|
class UpsertDatapointsRequest
|
158
167
|
include ::Google::Protobuf::MessageExts
|
159
168
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -250,6 +259,25 @@ module Google
|
|
250
259
|
|
251
260
|
# The `namespace` field is missing.
|
252
261
|
NAMESPACE_MISSING = 7
|
262
|
+
|
263
|
+
# Generic catch-all error. Only used for validation failure where the
|
264
|
+
# root cause cannot be easily retrieved programmatically.
|
265
|
+
PARSING_ERROR = 8
|
266
|
+
|
267
|
+
# There are multiple restricts with the same `namespace` value.
|
268
|
+
DUPLICATE_NAMESPACE = 9
|
269
|
+
|
270
|
+
# Numeric restrict has operator specified in datapoint.
|
271
|
+
OP_IN_DATAPOINT = 10
|
272
|
+
|
273
|
+
# Numeric restrict has multiple values specified.
|
274
|
+
MULTIPLE_VALUES = 11
|
275
|
+
|
276
|
+
# Numeric restrict has invalid numeric value specified.
|
277
|
+
INVALID_NUMERIC_VALUE = 12
|
278
|
+
|
279
|
+
# File is not in UTF_8 format.
|
280
|
+
INVALID_ENCODING = 13
|
253
281
|
end
|
254
282
|
end
|
255
283
|
|
@@ -118,6 +118,7 @@ module Google
|
|
118
118
|
# Format:
|
119
119
|
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
120
120
|
# @!attribute [rw] force
|
121
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
121
122
|
# @return [::Boolean]
|
122
123
|
# Deprecated: Field is no longer supported.
|
123
124
|
class DeleteMetadataStoreRequest
|