google-apis-aiplatform_v1 0.36.0 → 0.37.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfbedc4d21010da958d2ae1a818356cb076cdb288ac64d8c87ad86e45c38bbd2
4
- data.tar.gz: f87a715cc49eba1b10d30f1e0aef2530ed65ff543307f1584c8aeaece851607c
3
+ metadata.gz: 584d284460a2b00ee41a08519648f4221591d1dc75672429825226e4ed311fc3
4
+ data.tar.gz: bd69af34a0d2ec99e6a2c9992b8ca356328b0a37208a2e3a8d996173ee38737a
5
5
  SHA512:
6
- metadata.gz: 0b7d5737d86ee117020a7b2c3b65d32c269c871e00ea108edcdc43cf00ce6c5250187471e6d5238a9ca3a5ebed5eb5b445e5e82d5da0fe34ced0d0028228d5b3
7
- data.tar.gz: fd90f1ef70ffc4c294af7cbea6984de38c28af706f466606bca2983874a5c71c0cfed5ae393ba18e2bcbac379d38e7afbe785fd5ca1fb3d5057e3647dc4e6aa3
6
+ metadata.gz: '0668c3718a48ffbd59f68c6276b5e29a7942a5091156a16b00a0f07813dd6e02fecee106629c167f0ebc8e74e4cb77659303695feb902f4a80bd931f98193943'
7
+ data.tar.gz: 8230638b4acd15deb16932f959b6b5df36c6ec18fa84d28eccb5a93914ae9676052e3cfbdef8478780f9199d386d5ebc34329c5b5c53cb6606814a50c9d6297c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.37.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240925
6
+
3
7
  ### v0.36.0 (2024-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20240923
@@ -1173,14 +1173,16 @@ module Google
1173
1173
  end
1174
1174
  end
1175
1175
 
1176
- # Request message for FeaturestoreService.BatchCreateFeatures.
1176
+ # Request message for FeaturestoreService.BatchCreateFeatures. Request message
1177
+ # for FeatureRegistryService.BatchCreateFeatures.
1177
1178
  class GoogleCloudAiplatformV1BatchCreateFeaturesRequest
1178
1179
  include Google::Apis::Core::Hashable
1179
1180
 
1180
1181
  # Required. The request message specifying the Features to create. All Features
1181
- # must be created under the same parent EntityType. The `parent` field in each
1182
- # child request message can be omitted. If `parent` is set in a child request,
1183
- # then the value must match the `parent` value in this request message.
1182
+ # must be created under the same parent EntityType / FeatureGroup. The `parent`
1183
+ # field in each child request message can be omitted. If `parent` is set in a
1184
+ # child request, then the value must match the `parent` value in this request
1185
+ # message.
1184
1186
  # Corresponds to the JSON property `requests`
1185
1187
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreateFeatureRequest>]
1186
1188
  attr_accessor :requests
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AiplatformV1
18
18
  # Version of the google-apis-aiplatform_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240923"
25
+ REVISION = "20240925"
26
26
  end
27
27
  end
28
28
  end
@@ -7525,9 +7525,10 @@ module Google
7525
7525
 
7526
7526
  # Creates a batch of Features in a given EntityType.
7527
7527
  # @param [String] parent
7528
- # Required. The resource name of the EntityType to create the batch of Features
7529
- # under. Format: `projects/`project`/locations/`location`/featurestores/`
7530
- # featurestore`/entityTypes/`entity_type``
7528
+ # Required. The resource name of the EntityType/FeatureGroup to create the batch
7529
+ # of Features under. Format: `projects/`project`/locations/`location`/
7530
+ # featurestores/`featurestore`/entityTypes/`entity_type`` `projects/`project`/
7531
+ # locations/`location`/featureGroups/`feature_group``
7531
7532
  # @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchCreateFeaturesRequest] google_cloud_aiplatform_v1_batch_create_features_request_object
7532
7533
  # @param [String] fields
7533
7534
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.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: 2024-09-29 00:00:00.000000000 Z
11
+ date: 2024-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
63
63
  post_install_message:
64
64
  rdoc_options: []