google-apis-aiplatform_v1 0.22.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +4490 -8165
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +3793 -5418
- data/lib/google/apis/aiplatform_v1/service.rb +37 -0
- metadata +3 -3
@@ -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.23.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-10 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.23.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: []
|