google-cloud-ai_platform-v1 0.32.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +516 -0
  3. data/lib/google/cloud/ai_platform/v1/dataset_service/paths.rb +21 -0
  4. data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb +1796 -0
  5. data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/credentials.rb +47 -0
  6. data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb +787 -0
  7. data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/paths.rb +111 -0
  8. data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service.rb +51 -0
  9. data/lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb +431 -0
  10. data/lib/google/cloud/ai_platform/v1/feature_online_store_service/credentials.rb +47 -0
  11. data/lib/google/cloud/ai_platform/v1/feature_online_store_service/paths.rb +54 -0
  12. data/lib/google/cloud/ai_platform/v1/feature_online_store_service.rb +47 -0
  13. data/lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb +1498 -0
  14. data/lib/google/cloud/ai_platform/v1/feature_registry_service/credentials.rb +47 -0
  15. data/lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb +787 -0
  16. data/lib/google/cloud/ai_platform/v1/feature_registry_service/paths.rb +139 -0
  17. data/lib/google/cloud/ai_platform/v1/feature_registry_service.rb +51 -0
  18. data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +20 -7
  19. data/lib/google/cloud/ai_platform/v1/featurestore_service/paths.rb +53 -8
  20. data/lib/google/cloud/ai_platform/v1/job_service/paths.rb +17 -0
  21. data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +1 -1
  22. data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +2 -2
  23. data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
  24. data/lib/google/cloud/ai_platform/v1.rb +3 -0
  25. data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +1 -1
  26. data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +9 -1
  27. data/lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb +10 -0
  28. data/lib/google/cloud/aiplatform/v1/dataset_version_pb.rb +47 -0
  29. data/lib/google/cloud/aiplatform/v1/feature_group_pb.rb +50 -0
  30. data/lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_pb.rb +79 -0
  31. data/lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_services_pb.rb +71 -0
  32. data/lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb +50 -0
  33. data/lib/google/cloud/aiplatform/v1/feature_online_store_service_pb.rb +56 -0
  34. data/lib/google/cloud/aiplatform/v1/feature_online_store_service_services_pb.rb +44 -0
  35. data/lib/google/cloud/aiplatform/v1/feature_pb.rb +1 -1
  36. data/lib/google/cloud/aiplatform/v1/feature_registry_service_pb.rb +66 -0
  37. data/lib/google/cloud/aiplatform/v1/feature_registry_service_services_pb.rb +64 -0
  38. data/lib/google/cloud/aiplatform/v1/feature_view_pb.rb +51 -0
  39. data/lib/google/cloud/aiplatform/v1/feature_view_sync_pb.rb +51 -0
  40. data/lib/google/cloud/aiplatform/v1/index_pb.rb +3 -1
  41. data/lib/google/cloud/aiplatform/v1/machine_resources_pb.rb +2 -1
  42. data/lib/google/cloud/aiplatform/v1/model_monitoring_pb.rb +1 -1
  43. data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +3 -1
  44. data/lib/google/cloud/aiplatform/v1/study_pb.rb +5 -1
  45. data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +6 -0
  46. data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +99 -2
  47. data/proto_docs/google/cloud/aiplatform/v1/dataset_version.rb +48 -0
  48. data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +1 -1
  49. data/proto_docs/google/cloud/aiplatform/v1/feature.rb +21 -10
  50. data/proto_docs/google/cloud/aiplatform/v1/feature_group.rb +91 -0
  51. data/proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb +124 -0
  52. data/proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb +458 -0
  53. data/proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb +102 -0
  54. data/proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb +208 -0
  55. data/proto_docs/google/cloud/aiplatform/v1/feature_view.rb +131 -0
  56. data/proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb +48 -0
  57. data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +32 -7
  58. data/proto_docs/google/cloud/aiplatform/v1/index.rb +58 -5
  59. data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +9 -5
  60. data/proto_docs/google/cloud/aiplatform/v1/machine_resources.rb +21 -0
  61. data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +5 -0
  62. data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +3 -1
  63. data/proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb +1 -1
  64. data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +28 -0
  65. data/proto_docs/google/cloud/aiplatform/v1/study.rb +75 -0
  66. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb +2 -2
  67. metadata +35 -2
@@ -110,7 +110,7 @@ module Google
110
110
  INDEX_UPDATE_METHOD_UNSPECIFIED = 0
111
111
 
112
112
  # BatchUpdate: user can call UpdateIndex with files on Cloud Storage of
113
- # datapoints to update.
113
+ # Datapoints to update.
114
114
  BATCH_UPDATE = 1
115
115
 
116
116
  # StreamUpdate: user can call UpsertDatapoints/DeleteDatapoints to update
@@ -132,8 +132,13 @@ module Google
132
132
  # @return [::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint::Restriction>]
133
133
  # Optional. List of Restrict of the datapoint, used to perform "restricted
134
134
  # searches" where boolean rule are used to filter the subset of the database
135
- # eligible for matching. See:
135
+ # eligible for matching. This uses categorical tokens. See:
136
136
  # https://cloud.google.com/vertex-ai/docs/matching-engine/filtering
137
+ # @!attribute [rw] numeric_restricts
138
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint::NumericRestriction>]
139
+ # Optional. List of Restrict of the datapoint, used to perform "restricted
140
+ # searches" where boolean rule are used to filter the subset of the database
141
+ # eligible for matching. This uses numeric comparisons.
137
142
  # @!attribute [rw] crowding_tag
138
143
  # @return [::Google::Cloud::AIPlatform::V1::IndexDatapoint::CrowdingTag]
139
144
  # Optional. CrowdingTag of the datapoint, the number of neighbors to return
@@ -146,18 +151,66 @@ module Google
146
151
  # of several attribute categories(namespaces).
147
152
  # @!attribute [rw] namespace
148
153
  # @return [::String]
149
- # The namespace of this restriction. eg: color.
154
+ # The namespace of this restriction. e.g.: color.
150
155
  # @!attribute [rw] allow_list
151
156
  # @return [::Array<::String>]
152
- # The attributes to allow in this namespace. eg: 'red'
157
+ # The attributes to allow in this namespace. e.g.: 'red'
153
158
  # @!attribute [rw] deny_list
154
159
  # @return [::Array<::String>]
155
- # The attributes to deny in this namespace. eg: 'blue'
160
+ # The attributes to deny in this namespace. e.g.: 'blue'
156
161
  class Restriction
157
162
  include ::Google::Protobuf::MessageExts
158
163
  extend ::Google::Protobuf::MessageExts::ClassMethods
159
164
  end
160
165
 
166
+ # This field allows restricts to be based on numeric comparisons rather
167
+ # than categorical tokens.
168
+ # @!attribute [rw] value_int
169
+ # @return [::Integer]
170
+ # Represents 64 bit integer.
171
+ # @!attribute [rw] value_float
172
+ # @return [::Float]
173
+ # Represents 32 bit float.
174
+ # @!attribute [rw] value_double
175
+ # @return [::Float]
176
+ # Represents 64 bit float.
177
+ # @!attribute [rw] namespace
178
+ # @return [::String]
179
+ # The namespace of this restriction. e.g.: cost.
180
+ # @!attribute [rw] op
181
+ # @return [::Google::Cloud::AIPlatform::V1::IndexDatapoint::NumericRestriction::Operator]
182
+ # This MUST be specified for queries and must NOT be specified for
183
+ # datapoints.
184
+ class NumericRestriction
185
+ include ::Google::Protobuf::MessageExts
186
+ extend ::Google::Protobuf::MessageExts::ClassMethods
187
+
188
+ # Which comparison operator to use. Should be specified for queries only;
189
+ # specifying this for a datapoint is an error.
190
+ #
191
+ # Datapoints for which Operator is true relative to the query's Value
192
+ # field will be allowlisted.
193
+ module Operator
194
+ # Default value of the enum.
195
+ OPERATOR_UNSPECIFIED = 0
196
+
197
+ # Datapoints are eligible iff their value is < the query's.
198
+ LESS = 1
199
+
200
+ # Datapoints are eligible iff their value is <= the query's.
201
+ LESS_EQUAL = 2
202
+
203
+ # Datapoints are eligible iff their value is == the query's.
204
+ EQUAL = 3
205
+
206
+ # Datapoints are eligible iff their value is >= the query's.
207
+ GREATER_EQUAL = 4
208
+
209
+ # Datapoints are eligible iff their value is > the query's.
210
+ GREATER = 5
211
+ end
212
+ end
213
+
161
214
  # Crowding tag is a constraint on a neighbor list produced by nearest
162
215
  # neighbor search requiring that no more than some value k' of the k
163
216
  # neighbors returned have the same value of crowding_attribute.
@@ -173,10 +173,11 @@ module Google
173
173
  # @!attribute [rw] dedicated_resources
174
174
  # @return [::Google::Cloud::AIPlatform::V1::DedicatedResources]
175
175
  # Optional. A description of resources that are dedicated to the
176
- # DeployedIndex, and that need a higher degree of manual configuration. If
177
- # min_replica_count is not set, the default value is 2 (we don't provide SLA
178
- # when min_replica_count=1). If max_replica_count is not set, the default
179
- # value is min_replica_count. The max allowed replica count is 1000.
176
+ # DeployedIndex, and that need a higher degree of manual configuration. The
177
+ # field min_replica_count must be set to a value strictly greater than 0, or
178
+ # else validation will fail. We don't provide SLA when min_replica_count=1.
179
+ # If max_replica_count is not set, the default value is min_replica_count.
180
+ # The max allowed replica count is 1000.
180
181
  #
181
182
  # Available machine types for SMALL shard:
182
183
  # e2-standard-2 and all machine types available for MEDIUM and LARGE shard.
@@ -214,7 +215,10 @@ module Google
214
215
  #
215
216
  # The value should be the name of the address
216
217
  # (https://cloud.google.com/compute/docs/reference/rest/v1/addresses)
217
- # Example: 'vertex-ai-ip-range'.
218
+ # Example: ['vertex-ai-ip-range'].
219
+ #
220
+ # For more information about subnets and network IP ranges, please see
221
+ # https://cloud.google.com/vpc/docs/subnets#manually_created_subnet_ip_ranges.
218
222
  # @!attribute [rw] deployment_group
219
223
  # @return [::String]
220
224
  # Optional. The deployment group can be no longer than 64 characters (eg:
@@ -45,6 +45,10 @@ module Google
45
45
  # @!attribute [rw] accelerator_count
46
46
  # @return [::Integer]
47
47
  # The number of accelerators to attach to the machine.
48
+ # @!attribute [rw] tpu_topology
49
+ # @return [::String]
50
+ # Immutable. The topology of the TPUs. Corresponds to the TPU topologies
51
+ # available from GKE. (Example: tpu_topology: "2x2x1").
48
52
  class MachineSpec
49
53
  include ::Google::Protobuf::MessageExts
50
54
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -182,6 +186,23 @@ module Google
182
186
  extend ::Google::Protobuf::MessageExts::ClassMethods
183
187
  end
184
188
 
189
+ # Represents the spec of [persistent
190
+ # disk][https://cloud.google.com/compute/docs/disks/persistent-disks] options.
191
+ # @!attribute [rw] disk_type
192
+ # @return [::String]
193
+ # Type of the disk (default is "pd-standard").
194
+ # Valid values: "pd-ssd" (Persistent Disk Solid State Drive)
195
+ # "pd-standard" (Persistent Disk Hard Disk Drive)
196
+ # "pd-balanced" (Balanced Persistent Disk)
197
+ # "pd-extreme" (Extreme Persistent Disk)
198
+ # @!attribute [rw] disk_size_gb
199
+ # @return [::Integer]
200
+ # Size in GB of the disk (default is 100GB).
201
+ class PersistentDiskSpec
202
+ include ::Google::Protobuf::MessageExts
203
+ extend ::Google::Protobuf::MessageExts::ClassMethods
204
+ end
205
+
185
206
  # Represents a mount configuration for Network File System (NFS) to mount.
186
207
  # @!attribute [rw] server
187
208
  # @return [::String]
@@ -215,6 +215,11 @@ module Google
215
215
  # [google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry][].
216
216
  # This can be further sinked to Pub/Sub or any other services supported
217
217
  # by Cloud Logging.
218
+ # @!attribute [rw] notification_channels
219
+ # @return [::Array<::String>]
220
+ # Resource names of the NotificationChannels to send alert.
221
+ # Must be of the format
222
+ # `projects/<project_id_or_number>/notificationChannels/<channel_id>`
218
223
  class ModelMonitoringAlertConfig
219
224
  include ::Google::Protobuf::MessageExts
220
225
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -114,7 +114,9 @@ module Google
114
114
  # @return [::String]
115
115
  # A template uri from where the
116
116
  # {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec},
117
- # if empty, will be downloaded.
117
+ # if empty, will be downloaded. Currently, only uri from Vertex Template
118
+ # Registry & Gallery is supported. Reference to
119
+ # https://cloud.google.com/vertex-ai/docs/pipelines/create-pipeline-template.
118
120
  # @!attribute [r] template_metadata
119
121
  # @return [::Google::Cloud::AIPlatform::V1::PipelineTemplateMetadata]
120
122
  # Output only. Pipeline template metadata. Will fill up fields if
@@ -150,7 +150,7 @@ module Google
150
150
  # generated.
151
151
  #
152
152
  # This value should be less than 128 characters, and valid characters
153
- # are /[a-z][0-9]-/.
153
+ # are `/[a-z][0-9]-/`.
154
154
  class CreatePipelineJobRequest
155
155
  include ::Google::Protobuf::MessageExts
156
156
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -216,6 +216,34 @@ module Google
216
216
  include ::Google::Protobuf::MessageExts
217
217
  extend ::Google::Protobuf::MessageExts::ClassMethods
218
218
  end
219
+
220
+ # Request message for [PredictionService.CountTokens][].
221
+ # @!attribute [rw] endpoint
222
+ # @return [::String]
223
+ # Required. The name of the Endpoint requested to perform token counting.
224
+ # Format:
225
+ # `projects/{project}/locations/{location}/endpoints/{endpoint}`
226
+ # @!attribute [rw] instances
227
+ # @return [::Array<::Google::Protobuf::Value>]
228
+ # Required. The instances that are the input to token counting call.
229
+ # Schema is identical to the prediction schema of the underlying model.
230
+ class CountTokensRequest
231
+ include ::Google::Protobuf::MessageExts
232
+ extend ::Google::Protobuf::MessageExts::ClassMethods
233
+ end
234
+
235
+ # Response message for [PredictionService.CountTokens][].
236
+ # @!attribute [rw] total_tokens
237
+ # @return [::Integer]
238
+ # The total number of tokens counted across all instances from the request.
239
+ # @!attribute [rw] total_billable_characters
240
+ # @return [::Integer]
241
+ # The total number of billable characters counted across all instances from
242
+ # the request.
243
+ class CountTokensResponse
244
+ include ::Google::Protobuf::MessageExts
245
+ extend ::Google::Protobuf::MessageExts::ClassMethods
246
+ end
219
247
  end
220
248
  end
221
249
  end
@@ -205,6 +205,18 @@ module Google
205
205
  extend ::Google::Protobuf::MessageExts::ClassMethods
206
206
  end
207
207
 
208
+ # Time-based Constraint for Study
209
+ # @!attribute [rw] max_duration
210
+ # @return [::Google::Protobuf::Duration]
211
+ # Counts the wallclock time passed since the creation of this Study.
212
+ # @!attribute [rw] end_time
213
+ # @return [::Google::Protobuf::Timestamp]
214
+ # Compares the wallclock time to this time. Must use UTC timezone.
215
+ class StudyTimeConstraint
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
219
+
208
220
  # Represents specification of a Study.
209
221
  # @!attribute [rw] decay_curve_stopping_spec
210
222
  # @return [::Google::Cloud::AIPlatform::V1::StudySpec::DecayCurveAutomatedStoppingSpec]
@@ -232,6 +244,10 @@ module Google
232
244
  # @!attribute [rw] measurement_selection_type
233
245
  # @return [::Google::Cloud::AIPlatform::V1::StudySpec::MeasurementSelectionType]
234
246
  # Describe which measurement selection type will be used
247
+ # @!attribute [rw] study_stopping_config
248
+ # @return [::Google::Cloud::AIPlatform::V1::StudySpec::StudyStoppingConfig]
249
+ # Conditions for automated stopping of a Study. Enable automated stopping by
250
+ # configuring at least one condition.
235
251
  class StudySpec
236
252
  include ::Google::Protobuf::MessageExts
237
253
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -561,6 +577,65 @@ module Google
561
577
  extend ::Google::Protobuf::MessageExts::ClassMethods
562
578
  end
563
579
 
580
+ # The configuration (stopping conditions) for automated stopping of a Study.
581
+ # Conditions include trial budgets, time budgets, and convergence detection.
582
+ # @!attribute [rw] should_stop_asap
583
+ # @return [::Google::Protobuf::BoolValue]
584
+ # If true, a Study enters STOPPING_ASAP whenever it would normally enters
585
+ # STOPPING state.
586
+ #
587
+ # The bottom line is: set to true if you want to interrupt on-going
588
+ # evaluations of Trials as soon as the study stopping condition is met.
589
+ # (Please see Study.State documentation for the source of truth).
590
+ # @!attribute [rw] minimum_runtime_constraint
591
+ # @return [::Google::Cloud::AIPlatform::V1::StudyTimeConstraint]
592
+ # Each "stopping rule" in this proto specifies an "if" condition. Before
593
+ # Vizier would generate a new suggestion, it first checks each specified
594
+ # stopping rule, from top to bottom in this list.
595
+ # Note that the first few rules (e.g. minimum_runtime_constraint,
596
+ # min_num_trials) will prevent other stopping rules from being evaluated
597
+ # until they are met. For example, setting `min_num_trials=5` and
598
+ # `always_stop_after= 1 hour` means that the Study will ONLY stop after it
599
+ # has 5 COMPLETED trials, even if more than an hour has passed since its
600
+ # creation. It follows the first applicable rule (whose "if" condition is
601
+ # satisfied) to make a stopping decision. If none of the specified rules
602
+ # are applicable, then Vizier decides that the study should not stop.
603
+ # If Vizier decides that the study should stop, the study enters
604
+ # STOPPING state (or STOPPING_ASAP if should_stop_asap = true).
605
+ # IMPORTANT: The automatic study state transition happens precisely as
606
+ # described above; that is, deleting trials or updating StudyConfig NEVER
607
+ # automatically moves the study state back to ACTIVE. If you want to
608
+ # _resume_ a Study that was stopped, 1) change the stopping conditions if
609
+ # necessary, 2) activate the study, and then 3) ask for suggestions.
610
+ # If the specified time or duration has not passed, do not stop the
611
+ # study.
612
+ # @!attribute [rw] maximum_runtime_constraint
613
+ # @return [::Google::Cloud::AIPlatform::V1::StudyTimeConstraint]
614
+ # If the specified time or duration has passed, stop the study.
615
+ # @!attribute [rw] min_num_trials
616
+ # @return [::Google::Protobuf::Int32Value]
617
+ # If there are fewer than this many COMPLETED trials, do not stop the
618
+ # study.
619
+ # @!attribute [rw] max_num_trials
620
+ # @return [::Google::Protobuf::Int32Value]
621
+ # If there are more than this many trials, stop the study.
622
+ # @!attribute [rw] max_num_trials_no_progress
623
+ # @return [::Google::Protobuf::Int32Value]
624
+ # If the objective value has not improved for this many consecutive
625
+ # trials, stop the study.
626
+ #
627
+ # WARNING: Effective only for single-objective studies.
628
+ # @!attribute [rw] max_duration_no_progress
629
+ # @return [::Google::Protobuf::Duration]
630
+ # If the objective value has not improved for this much time, stop the
631
+ # study.
632
+ #
633
+ # WARNING: Effective only for single-objective studies.
634
+ class StudyStoppingConfig
635
+ include ::Google::Protobuf::MessageExts
636
+ extend ::Google::Protobuf::MessageExts::ClassMethods
637
+ end
638
+
564
639
  # The available search algorithms for the Study.
565
640
  module Algorithm
566
641
  # The default algorithm used by Vertex AI for [hyperparameter
@@ -221,7 +221,7 @@ module Google
221
221
  # final component of the Tensorboard experiment's resource name.
222
222
  #
223
223
  # This value should be 1-128 characters, and valid characters
224
- # are /[a-z][0-9]-/.
224
+ # are `/[a-z][0-9]-/`.
225
225
  class CreateTensorboardExperimentRequest
226
226
  include ::Google::Protobuf::MessageExts
227
227
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -367,7 +367,7 @@ module Google
367
367
  # component of the Tensorboard run's resource name.
368
368
  #
369
369
  # This value should be 1-128 characters, and valid characters
370
- # are /[a-z][0-9]-/.
370
+ # are `/[a-z][0-9]-/`.
371
371
  class CreateTensorboardRunRequest
372
372
  include ::Google::Protobuf::MessageExts
373
373
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ai_platform-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-12 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -222,6 +222,20 @@ files:
222
222
  - lib/google/cloud/ai_platform/v1/endpoint_service/credentials.rb
223
223
  - lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb
224
224
  - lib/google/cloud/ai_platform/v1/endpoint_service/paths.rb
225
+ - lib/google/cloud/ai_platform/v1/feature_online_store_admin_service.rb
226
+ - lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb
227
+ - lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/credentials.rb
228
+ - lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb
229
+ - lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/paths.rb
230
+ - lib/google/cloud/ai_platform/v1/feature_online_store_service.rb
231
+ - lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb
232
+ - lib/google/cloud/ai_platform/v1/feature_online_store_service/credentials.rb
233
+ - lib/google/cloud/ai_platform/v1/feature_online_store_service/paths.rb
234
+ - lib/google/cloud/ai_platform/v1/feature_registry_service.rb
235
+ - lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb
236
+ - lib/google/cloud/ai_platform/v1/feature_registry_service/credentials.rb
237
+ - lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb
238
+ - lib/google/cloud/ai_platform/v1/feature_registry_service/paths.rb
225
239
  - lib/google/cloud/ai_platform/v1/featurestore_online_serving_service.rb
226
240
  - lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb
227
241
  - lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/credentials.rb
@@ -312,6 +326,7 @@ files:
312
326
  - lib/google/cloud/aiplatform/v1/dataset_pb.rb
313
327
  - lib/google/cloud/aiplatform/v1/dataset_service_pb.rb
314
328
  - lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb
329
+ - lib/google/cloud/aiplatform/v1/dataset_version_pb.rb
315
330
  - lib/google/cloud/aiplatform/v1/deployed_index_ref_pb.rb
316
331
  - lib/google/cloud/aiplatform/v1/deployed_model_ref_pb.rb
317
332
  - lib/google/cloud/aiplatform/v1/encryption_spec_pb.rb
@@ -325,9 +340,19 @@ files:
325
340
  - lib/google/cloud/aiplatform/v1/execution_pb.rb
326
341
  - lib/google/cloud/aiplatform/v1/explanation_metadata_pb.rb
327
342
  - lib/google/cloud/aiplatform/v1/explanation_pb.rb
343
+ - lib/google/cloud/aiplatform/v1/feature_group_pb.rb
328
344
  - lib/google/cloud/aiplatform/v1/feature_monitoring_stats_pb.rb
345
+ - lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_pb.rb
346
+ - lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_services_pb.rb
347
+ - lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb
348
+ - lib/google/cloud/aiplatform/v1/feature_online_store_service_pb.rb
349
+ - lib/google/cloud/aiplatform/v1/feature_online_store_service_services_pb.rb
329
350
  - lib/google/cloud/aiplatform/v1/feature_pb.rb
351
+ - lib/google/cloud/aiplatform/v1/feature_registry_service_pb.rb
352
+ - lib/google/cloud/aiplatform/v1/feature_registry_service_services_pb.rb
330
353
  - lib/google/cloud/aiplatform/v1/feature_selector_pb.rb
354
+ - lib/google/cloud/aiplatform/v1/feature_view_pb.rb
355
+ - lib/google/cloud/aiplatform/v1/feature_view_sync_pb.rb
331
356
  - lib/google/cloud/aiplatform/v1/featurestore_monitoring_pb.rb
332
357
  - lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb
333
358
  - lib/google/cloud/aiplatform/v1/featurestore_online_service_services_pb.rb
@@ -417,6 +442,7 @@ files:
417
442
  - proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb
418
443
  - proto_docs/google/cloud/aiplatform/v1/dataset.rb
419
444
  - proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
445
+ - proto_docs/google/cloud/aiplatform/v1/dataset_version.rb
420
446
  - proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb
421
447
  - proto_docs/google/cloud/aiplatform/v1/deployed_model_ref.rb
422
448
  - proto_docs/google/cloud/aiplatform/v1/encryption_spec.rb
@@ -430,8 +456,15 @@ files:
430
456
  - proto_docs/google/cloud/aiplatform/v1/explanation.rb
431
457
  - proto_docs/google/cloud/aiplatform/v1/explanation_metadata.rb
432
458
  - proto_docs/google/cloud/aiplatform/v1/feature.rb
459
+ - proto_docs/google/cloud/aiplatform/v1/feature_group.rb
433
460
  - proto_docs/google/cloud/aiplatform/v1/feature_monitoring_stats.rb
461
+ - proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb
462
+ - proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
463
+ - proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
464
+ - proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb
434
465
  - proto_docs/google/cloud/aiplatform/v1/feature_selector.rb
466
+ - proto_docs/google/cloud/aiplatform/v1/feature_view.rb
467
+ - proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb
435
468
  - proto_docs/google/cloud/aiplatform/v1/featurestore.rb
436
469
  - proto_docs/google/cloud/aiplatform/v1/featurestore_monitoring.rb
437
470
  - proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb