google-cloud-ai_platform-v1 0.2.0 → 0.5.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/README.md +5 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +3 -3
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +17 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +3 -0
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/annotation_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/annotation_spec_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/artifact_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/completion_stats_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/context_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +4 -1
- data/lib/google/cloud/aiplatform/v1/data_item_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/data_labeling_job_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/deployed_index_ref_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/deployed_model_ref_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/encryption_spec_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/endpoint_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/endpoint_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/entity_type_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/env_var_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/event_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/execution_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/explanation_metadata_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/explanation_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/feature_monitoring_stats_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/feature_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/feature_selector_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/featurestore_pb.rb +8 -1
- data/lib/google/cloud/aiplatform/v1/featurestore_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/hyperparameter_tuning_job_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/index_endpoint_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/index_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/index_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/io_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/job_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/job_state_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/lineage_subgraph_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/machine_resources_pb.rb +8 -1
- data/lib/google/cloud/aiplatform/v1/manual_batch_tuning_parameters_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/metadata_schema_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/metadata_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/metadata_store_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/migratable_resource_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/migration_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/model_deployment_monitoring_job_pb.rb +8 -1
- data/lib/google/cloud/aiplatform/v1/model_evaluation_pb.rb +4 -1
- data/lib/google/cloud/aiplatform/v1/model_evaluation_slice_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/model_monitoring_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/model_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/model_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/operation_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/pipeline_failure_policy_pb.rb +24 -0
- data/lib/google/cloud/aiplatform/v1/pipeline_job_pb.rb +10 -1
- data/lib/google/cloud/aiplatform/v1/pipeline_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/specialist_pool_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/specialist_pool_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/study_pb.rb +11 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_data_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_experiment_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_run_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_service_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/tensorboard_time_series_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/training_pipeline_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/unmanaged_container_model_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/vizier_service_pb.rb +2 -1
- data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +13 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +4 -4
- data/proto_docs/google/cloud/aiplatform/v1/entity_type.rb +3 -4
- data/proto_docs/google/cloud/aiplatform/v1/explanation_metadata.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature.rb +6 -9
- data/proto_docs/google/cloud/aiplatform/v1/featurestore.rb +39 -16
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_monitoring.rb +2 -6
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +4 -4
- data/proto_docs/google/cloud/aiplatform/v1/job_state.rb +7 -0
- data/proto_docs/google/cloud/aiplatform/v1/machine_resources.rb +23 -0
- data/proto_docs/google/cloud/aiplatform/v1/manual_batch_tuning_parameters.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/metadata_service.rb +3 -3
- data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +16 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_evaluation.rb +9 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +3 -1
- data/proto_docs/google/cloud/aiplatform/v1/model_service.rb +17 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_failure_policy.rb +45 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +33 -1
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/study.rb +54 -0
- data/proto_docs/google/protobuf/any.rb +3 -3
- data/proto_docs/google/protobuf/struct.rb +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 385fa6ee4cbc3d3cf1b5a0191433b8676c488d9185a3117ee9f898f018800749
|
|
4
|
+
data.tar.gz: c6f72cd006e7869f50a729dd59e22cfd3537ee5e187f395b390626a8a0702c8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 776dc3013ea32ec71f47e130e20ac10a6340ad8fa1022a5944623141e9fbf380475f0a776e6b25662861108a3acce193df02547f5f5f17fdb35e155ab394b313
|
|
7
|
+
data.tar.gz: c0793cb7fbdd91dde4a2a79d7853d2ab30dfc0682410ea9c4eaac7bba6c45e80d44f4ca5624cabb6014b5d9d90cbc17bba51bfe971d75eb613c9118dc316355a
|
data/README.md
CHANGED
|
@@ -896,7 +896,7 @@ module Google
|
|
|
896
896
|
# Format:
|
|
897
897
|
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
898
898
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
899
|
-
#
|
|
899
|
+
# Optional. A FieldMask indicating which fields should be updated.
|
|
900
900
|
# Functionality of this field is not yet supported.
|
|
901
901
|
# @param allow_missing [::Boolean]
|
|
902
902
|
# If set to true, and the {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is not found, a new {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is
|
|
@@ -1513,7 +1513,7 @@ module Google
|
|
|
1513
1513
|
# Format:
|
|
1514
1514
|
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
1515
1515
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
1516
|
-
#
|
|
1516
|
+
# Optional. A FieldMask indicating which fields should be updated.
|
|
1517
1517
|
# Functionality of this field is not yet supported.
|
|
1518
1518
|
# @param allow_missing [::Boolean]
|
|
1519
1519
|
# If set to true, and the {::Google::Cloud::AIPlatform::V1::Context Context} is not found, a new {::Google::Cloud::AIPlatform::V1::Context Context} is
|
|
@@ -2417,7 +2417,7 @@ module Google
|
|
|
2417
2417
|
# Format:
|
|
2418
2418
|
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
2419
2419
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
2420
|
-
#
|
|
2420
|
+
# Optional. A FieldMask indicating which fields should be updated.
|
|
2421
2421
|
# Functionality of this field is not yet supported.
|
|
2422
2422
|
# @param allow_missing [::Boolean]
|
|
2423
2423
|
# If set to true, and the {::Google::Cloud::AIPlatform::V1::Execution Execution} is not found, a new {::Google::Cloud::AIPlatform::V1::Execution Execution}
|
|
@@ -486,6 +486,23 @@ module Google
|
|
|
486
486
|
#
|
|
487
487
|
# @param model [::Google::Cloud::AIPlatform::V1::Model, ::Hash]
|
|
488
488
|
# Required. The Model which replaces the resource on the server.
|
|
489
|
+
# When Model Versioning is enabled, the model.name will be used to determine
|
|
490
|
+
# whether to update the model or model version.
|
|
491
|
+
# 1. model.name with the @ value, e.g. models/123@1, refers to a version
|
|
492
|
+
# specific update.
|
|
493
|
+
# 2. model.name without the @ value, e.g. models/123, refers to a model
|
|
494
|
+
# update.
|
|
495
|
+
# 3. model.name with @-, e.g. models/123@-, refers to a model update.
|
|
496
|
+
# 4. Supported model fields: display_name, description; supported
|
|
497
|
+
# version-specific fields: version_description. Labels are supported in both
|
|
498
|
+
# scenarios. Both the model labels and the version labels are merged when a
|
|
499
|
+
# model is returned. When updating labels, if the request is for
|
|
500
|
+
# model-specific update, model label gets updated. Otherwise, version labels
|
|
501
|
+
# get updated.
|
|
502
|
+
# 5. A model name or model version name fields update mismatch will cause a
|
|
503
|
+
# precondition error.
|
|
504
|
+
# 6. One request cannot update both the model and the version fields. You
|
|
505
|
+
# must update them separately.
|
|
489
506
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
|
490
507
|
# Required. The update mask applies to the resource.
|
|
491
508
|
# For the `FieldMask` definition, see {::Google::Protobuf::FieldMask google.protobuf.FieldMask}.
|
|
@@ -865,6 +865,9 @@ module Google
|
|
|
865
865
|
# * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
|
866
866
|
# Values must be in RFC 3339 format.
|
|
867
867
|
# * `labels`: Supports key-value equality and key presence.
|
|
868
|
+
# * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard.
|
|
869
|
+
# * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:`
|
|
870
|
+
# wildcard.
|
|
868
871
|
#
|
|
869
872
|
# Filter expressions can be combined together using logical operators
|
|
870
873
|
# (`AND` & `OR`).
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/annotation.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/user_action_reference_pb'
|
|
7
9
|
require 'google/protobuf/struct_pb'
|
|
8
10
|
require 'google/protobuf/timestamp_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/aiplatform/v1/annotation.proto", :syntax => :proto3) do
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/annotation_spec.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/timestamp_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
9
|
|
|
9
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
11
|
add_file("google/cloud/aiplatform/v1/annotation_spec.proto", :syntax => :proto3) do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/artifact.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/struct_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/artifact.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/batch_prediction_job.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/completion_stats_pb'
|
|
@@ -14,7 +16,6 @@ require 'google/cloud/aiplatform/v1/unmanaged_container_model_pb'
|
|
|
14
16
|
require 'google/protobuf/struct_pb'
|
|
15
17
|
require 'google/protobuf/timestamp_pb'
|
|
16
18
|
require 'google/rpc/status_pb'
|
|
17
|
-
require 'google/protobuf'
|
|
18
19
|
|
|
19
20
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
20
21
|
add_file("google/cloud/aiplatform/v1/batch_prediction_job.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/completion_stats.proto
|
|
3
3
|
|
|
4
|
-
require 'google/api/field_behavior_pb'
|
|
5
4
|
require 'google/protobuf'
|
|
6
5
|
|
|
6
|
+
require 'google/api/field_behavior_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/cloud/aiplatform/v1/completion_stats.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.cloud.aiplatform.v1.CompletionStats" do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/context.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/struct_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/context.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/custom_job.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/encryption_spec_pb'
|
|
@@ -11,7 +13,6 @@ require 'google/cloud/aiplatform/v1/machine_resources_pb'
|
|
|
11
13
|
require 'google/protobuf/duration_pb'
|
|
12
14
|
require 'google/protobuf/timestamp_pb'
|
|
13
15
|
require 'google/rpc/status_pb'
|
|
14
|
-
require 'google/protobuf'
|
|
15
16
|
|
|
16
17
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
17
18
|
add_file("google/cloud/aiplatform/v1/custom_job.proto", :syntax => :proto3) do
|
|
@@ -34,6 +35,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
34
35
|
optional :scheduling, :message, 3, "google.cloud.aiplatform.v1.Scheduling"
|
|
35
36
|
optional :service_account, :string, 4
|
|
36
37
|
optional :network, :string, 5
|
|
38
|
+
repeated :reserved_ip_ranges, :string, 13
|
|
37
39
|
optional :base_output_directory, :message, 6, "google.cloud.aiplatform.v1.GcsDestination"
|
|
38
40
|
optional :tensorboard, :string, 7
|
|
39
41
|
optional :enable_web_access, :bool, 10
|
|
@@ -41,6 +43,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
41
43
|
add_message "google.cloud.aiplatform.v1.WorkerPoolSpec" do
|
|
42
44
|
optional :machine_spec, :message, 1, "google.cloud.aiplatform.v1.MachineSpec"
|
|
43
45
|
optional :replica_count, :int64, 2
|
|
46
|
+
repeated :nfs_mounts, :message, 4, "google.cloud.aiplatform.v1.NfsMount"
|
|
44
47
|
optional :disk_spec, :message, 5, "google.cloud.aiplatform.v1.DiskSpec"
|
|
45
48
|
oneof :task do
|
|
46
49
|
optional :container_spec, :message, 6, "google.cloud.aiplatform.v1.ContainerSpec"
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/data_item.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/struct_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/data_item.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/data_labeling_job.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/encryption_spec_pb'
|
|
@@ -9,7 +11,6 @@ require 'google/protobuf/struct_pb'
|
|
|
9
11
|
require 'google/protobuf/timestamp_pb'
|
|
10
12
|
require 'google/rpc/status_pb'
|
|
11
13
|
require 'google/type/money_pb'
|
|
12
|
-
require 'google/protobuf'
|
|
13
14
|
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
16
|
add_file("google/cloud/aiplatform/v1/data_labeling_job.proto", :syntax => :proto3) do
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/dataset.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/encryption_spec_pb'
|
|
7
9
|
require 'google/cloud/aiplatform/v1/io_pb'
|
|
8
10
|
require 'google/protobuf/struct_pb'
|
|
9
11
|
require 'google/protobuf/timestamp_pb'
|
|
10
|
-
require 'google/protobuf'
|
|
11
12
|
|
|
12
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
14
|
add_file("google/cloud/aiplatform/v1/dataset.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/dataset_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -12,7 +14,6 @@ require 'google/cloud/aiplatform/v1/dataset_pb'
|
|
|
12
14
|
require 'google/cloud/aiplatform/v1/operation_pb'
|
|
13
15
|
require 'google/longrunning/operations_pb'
|
|
14
16
|
require 'google/protobuf/field_mask_pb'
|
|
15
|
-
require 'google/protobuf'
|
|
16
17
|
|
|
17
18
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
18
19
|
add_file("google/cloud/aiplatform/v1/dataset_service.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/deployed_index_ref.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/cloud/aiplatform/v1/deployed_index_ref.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/deployed_model_ref.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/cloud/aiplatform/v1/deployed_model_ref.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/encryption_spec.proto
|
|
3
3
|
|
|
4
|
-
require 'google/api/field_behavior_pb'
|
|
5
4
|
require 'google/protobuf'
|
|
6
5
|
|
|
6
|
+
require 'google/api/field_behavior_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/cloud/aiplatform/v1/encryption_spec.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.cloud.aiplatform.v1.EncryptionSpec" do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/endpoint.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/encryption_spec_pb'
|
|
@@ -8,7 +10,6 @@ require 'google/cloud/aiplatform/v1/explanation_pb'
|
|
|
8
10
|
require 'google/cloud/aiplatform/v1/io_pb'
|
|
9
11
|
require 'google/cloud/aiplatform/v1/machine_resources_pb'
|
|
10
12
|
require 'google/protobuf/timestamp_pb'
|
|
11
|
-
require 'google/protobuf'
|
|
12
13
|
|
|
13
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
15
|
add_file("google/cloud/aiplatform/v1/endpoint.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/endpoint_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -9,7 +11,6 @@ require 'google/cloud/aiplatform/v1/endpoint_pb'
|
|
|
9
11
|
require 'google/cloud/aiplatform/v1/operation_pb'
|
|
10
12
|
require 'google/longrunning/operations_pb'
|
|
11
13
|
require 'google/protobuf/field_mask_pb'
|
|
12
|
-
require 'google/protobuf'
|
|
13
14
|
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
16
|
add_file("google/cloud/aiplatform/v1/endpoint_service.proto", :syntax => :proto3) do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/entity_type.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/featurestore_monitoring_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/entity_type.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/env_var.proto
|
|
3
3
|
|
|
4
|
-
require 'google/api/field_behavior_pb'
|
|
5
4
|
require 'google/protobuf'
|
|
6
5
|
|
|
6
|
+
require 'google/api/field_behavior_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/cloud/aiplatform/v1/env_var.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.cloud.aiplatform.v1.EnvVar" do
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/event.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/timestamp_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
9
|
|
|
9
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
11
|
add_file("google/cloud/aiplatform/v1/event.proto", :syntax => :proto3) do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/execution.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/struct_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/execution.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/explanation_metadata.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/protobuf/struct_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/cloud/aiplatform/v1/explanation_metadata.proto", :syntax => :proto3) do
|
|
@@ -11,6 +12,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
11
12
|
map :inputs, :string, :message, 1, "google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata"
|
|
12
13
|
map :outputs, :string, :message, 2, "google.cloud.aiplatform.v1.ExplanationMetadata.OutputMetadata"
|
|
13
14
|
optional :feature_attributions_schema_uri, :string, 3
|
|
15
|
+
optional :latent_space_source, :string, 5
|
|
14
16
|
end
|
|
15
17
|
add_message "google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata" do
|
|
16
18
|
repeated :input_baselines, :message, 1, "google.protobuf.Value"
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/explanation.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/cloud/aiplatform/v1/explanation_metadata_pb'
|
|
6
8
|
require 'google/protobuf/struct_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
9
|
|
|
9
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
11
|
add_file("google/cloud/aiplatform/v1/explanation.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/feature_monitoring_stats.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf/timestamp_pb'
|
|
5
4
|
require 'google/protobuf'
|
|
6
5
|
|
|
6
|
+
require 'google/protobuf/timestamp_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/cloud/aiplatform/v1/feature_monitoring_stats.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.cloud.aiplatform.v1.FeatureStatsAnomaly" do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/feature.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/feature_monitoring_stats_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/feature.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/feature_selector.proto
|
|
3
3
|
|
|
4
|
-
require 'google/api/field_behavior_pb'
|
|
5
4
|
require 'google/protobuf'
|
|
6
5
|
|
|
6
|
+
require 'google/api/field_behavior_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/cloud/aiplatform/v1/feature_selector.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.cloud.aiplatform.v1.IdMatcher" do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/featurestore_online_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -8,7 +10,6 @@ require 'google/api/resource_pb'
|
|
|
8
10
|
require 'google/cloud/aiplatform/v1/feature_selector_pb'
|
|
9
11
|
require 'google/cloud/aiplatform/v1/types_pb'
|
|
10
12
|
require 'google/protobuf/timestamp_pb'
|
|
11
|
-
require 'google/protobuf'
|
|
12
13
|
|
|
13
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
15
|
add_file("google/cloud/aiplatform/v1/featurestore_online_service.proto", :syntax => :proto3) do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/featurestore.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/encryption_spec_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/featurestore.proto", :syntax => :proto3) do
|
|
@@ -21,6 +22,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
21
22
|
end
|
|
22
23
|
add_message "google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig" do
|
|
23
24
|
optional :fixed_node_count, :int32, 2
|
|
25
|
+
optional :scaling, :message, 4, "google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.Scaling"
|
|
26
|
+
end
|
|
27
|
+
add_message "google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.Scaling" do
|
|
28
|
+
optional :min_node_count, :int32, 1
|
|
29
|
+
optional :max_node_count, :int32, 2
|
|
24
30
|
end
|
|
25
31
|
add_enum "google.cloud.aiplatform.v1.Featurestore.State" do
|
|
26
32
|
value :STATE_UNSPECIFIED, 0
|
|
@@ -36,6 +42,7 @@ module Google
|
|
|
36
42
|
module V1
|
|
37
43
|
Featurestore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Featurestore").msgclass
|
|
38
44
|
Featurestore::OnlineServingConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig").msgclass
|
|
45
|
+
Featurestore::OnlineServingConfig::Scaling = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.Scaling").msgclass
|
|
39
46
|
Featurestore::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Featurestore.State").enummodule
|
|
40
47
|
end
|
|
41
48
|
end
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/featurestore_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -14,7 +16,6 @@ require 'google/cloud/aiplatform/v1/operation_pb'
|
|
|
14
16
|
require 'google/longrunning/operations_pb'
|
|
15
17
|
require 'google/protobuf/field_mask_pb'
|
|
16
18
|
require 'google/protobuf/timestamp_pb'
|
|
17
|
-
require 'google/protobuf'
|
|
18
19
|
|
|
19
20
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
20
21
|
add_file("google/cloud/aiplatform/v1/featurestore_service.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/hyperparameter_tuning_job.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/custom_job_pb'
|
|
@@ -9,7 +11,6 @@ require 'google/cloud/aiplatform/v1/job_state_pb'
|
|
|
9
11
|
require 'google/cloud/aiplatform/v1/study_pb'
|
|
10
12
|
require 'google/protobuf/timestamp_pb'
|
|
11
13
|
require 'google/rpc/status_pb'
|
|
12
|
-
require 'google/protobuf'
|
|
13
14
|
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
16
|
add_file("google/cloud/aiplatform/v1/hyperparameter_tuning_job.proto", :syntax => :proto3) do
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/index_endpoint.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/machine_resources_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/aiplatform/v1/index_endpoint.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/index_endpoint_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -9,7 +11,6 @@ require 'google/cloud/aiplatform/v1/index_endpoint_pb'
|
|
|
9
11
|
require 'google/cloud/aiplatform/v1/operation_pb'
|
|
10
12
|
require 'google/longrunning/operations_pb'
|
|
11
13
|
require 'google/protobuf/field_mask_pb'
|
|
12
|
-
require 'google/protobuf'
|
|
13
14
|
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
16
|
add_file("google/cloud/aiplatform/v1/index_endpoint_service.proto", :syntax => :proto3) do
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/aiplatform/v1/index.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/aiplatform/v1/deployed_index_ref_pb'
|
|
7
9
|
require 'google/protobuf/struct_pb'
|
|
8
10
|
require 'google/protobuf/timestamp_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/aiplatform/v1/index.proto", :syntax => :proto3) do
|