google-apis-aiplatform_v1 0.22.0 → 0.24.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/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +4490 -8165
- data/lib/google/apis/aiplatform_v1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1/representations.rb +3793 -5418
- data/lib/google/apis/aiplatform_v1/service.rb +37 -0
- metadata +5 -5
@@ -2236,6 +2236,43 @@ module Google
|
|
2236
2236
|
execute_or_queue_command(command, &block)
|
2237
2237
|
end
|
2238
2238
|
|
2239
|
+
# Updates a DatasetVersion.
|
2240
|
+
# @param [String] name
|
2241
|
+
# Output only. The resource name of the DatasetVersion.
|
2242
|
+
# @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetVersion] google_cloud_aiplatform_v1_dataset_version_object
|
2243
|
+
# @param [String] update_mask
|
2244
|
+
# Required. The update mask applies to the resource. For the `FieldMask`
|
2245
|
+
# definition, see google.protobuf.FieldMask. Updatable fields: * `display_name`
|
2246
|
+
# @param [String] fields
|
2247
|
+
# Selector specifying which fields to include in a partial response.
|
2248
|
+
# @param [String] quota_user
|
2249
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2250
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2251
|
+
# @param [Google::Apis::RequestOptions] options
|
2252
|
+
# Request-specific options
|
2253
|
+
#
|
2254
|
+
# @yield [result, err] Result & error if block supplied
|
2255
|
+
# @yieldparam result [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetVersion] parsed result object
|
2256
|
+
# @yieldparam err [StandardError] error object if request failed
|
2257
|
+
#
|
2258
|
+
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetVersion]
|
2259
|
+
#
|
2260
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2261
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2262
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2263
|
+
def patch_project_location_dataset_dataset_version(name, google_cloud_aiplatform_v1_dataset_version_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2264
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
2265
|
+
command.request_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetVersion::Representation
|
2266
|
+
command.request_object = google_cloud_aiplatform_v1_dataset_version_object
|
2267
|
+
command.response_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetVersion::Representation
|
2268
|
+
command.response_class = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetVersion
|
2269
|
+
command.params['name'] = name unless name.nil?
|
2270
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
2271
|
+
command.query['fields'] = fields unless fields.nil?
|
2272
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2273
|
+
execute_or_queue_command(command, &block)
|
2274
|
+
end
|
2275
|
+
|
2239
2276
|
# Restores a dataset version.
|
2240
2277
|
# @param [String] name
|
2241
2278
|
# Required. The name of the DatasetVersion resource. Format: `projects/`project`/
|
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.24.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-05-
|
11
|
+
date: 2024-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.24.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: []
|