google-apis-aiplatform_v1 0.36.0 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 584d284460a2b00ee41a08519648f4221591d1dc75672429825226e4ed311fc3
|
4
|
+
data.tar.gz: bd69af34a0d2ec99e6a2c9992b8ca356328b0a37208a2e3a8d996173ee38737a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0668c3718a48ffbd59f68c6276b5e29a7942a5091156a16b00a0f07813dd6e02fecee106629c167f0ebc8e74e4cb77659303695feb902f4a80bd931f98193943'
|
7
|
+
data.tar.gz: 8230638b4acd15deb16932f959b6b5df36c6ec18fa84d28eccb5a93914ae9676052e3cfbdef8478780f9199d386d5ebc34329c5b5c53cb6606814a50c9d6297c
|
data/CHANGELOG.md
CHANGED
@@ -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`
|
1182
|
-
# child request message can be omitted. If `parent` is set in a
|
1183
|
-
# then the value must match the `parent` value in this request
|
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.
|
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 = "
|
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
|
7529
|
-
# under. Format: `projects/`project`/locations/`location`/
|
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.
|
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-
|
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.
|
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: []
|