google-apis-ml_v1 0.19.0 → 0.22.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: 65e0db7d465309e22e95d29fd44c820456f3224c6bdd19380e6ad3c7d55d16f9
4
- data.tar.gz: 1399d6f3f2716d0568631037846591fbe9cb794fefff49a099f5fdb58a8882c1
3
+ metadata.gz: 4dabd1d0eee1a90aba16b993f3389e6e849ce0fb3e6bdc4ca8aae8f5ece2d490
4
+ data.tar.gz: 25366bfa606bbccfa3aaa4ee4931f7b99d68d444aa54f88d917e7bc73327f2ff
5
5
  SHA512:
6
- metadata.gz: d2aba427a3437aef6b43d9dbf7993c5274d49bf1c90334b49b7aff2f0b7e39eedb00d5be35ea3c342abac028bdebf3ca3b8c1806e7432b069c76c33ad5bd90ec
7
- data.tar.gz: 04535bb828a25dff0f9dab80f046aee50aa70707e479570b935b2f1bcb6760d8e444e1cef654081148b2219d62d3f597ded83cb9c3afd33c8560dc3a530fcbd1
6
+ metadata.gz: 8bc62828aa2216e1e7ec4aa9692c8d77c3cc29980a31092ffd2195cb2399d5c8feab6b0756f241465c9095a3b4a49cd7a2e72ccef32dd86cc0d71490d57a3391
7
+ data.tar.gz: '07974e7a1c2fa2713a5d1939620b5a79804865ebbc753a5993425efa7f6b77e9d219cad5ddcb79e2f864d48b85415b070e2a4e49b2c619fa7f734cb7daafd968'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.22.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.21.0 (2022-05-25)
8
+
9
+ * Regenerated from discovery document revision 20220520
10
+
11
+ ### v0.20.0 (2022-05-04)
12
+
13
+ * Regenerated from discovery document revision 20220430
14
+
3
15
  ### v0.19.0 (2022-04-15)
4
16
 
5
17
  * Regenerated from discovery document revision 20220409
@@ -1772,7 +1772,7 @@ module Google
1772
1772
  # Optional. One or more labels that you can add, to organize your models. Each
1773
1773
  # label is a key-value pair, where both the key and the value are arbitrary
1774
1774
  # strings that you supply. For more information, see the documentation on using
1775
- # labels.
1775
+ # labels. Note that this field is not updatable for mls1* models.
1776
1776
  # Corresponds to the JSON property `labels`
1777
1777
  # @return [Hash<String,String>]
1778
1778
  attr_accessor :labels
@@ -3127,7 +3127,7 @@ module Google
3127
3127
  # Optional. One or more labels that you can add, to organize your model versions.
3128
3128
  # Each label is a key-value pair, where both the key and the value are
3129
3129
  # arbitrary strings that you supply. For more information, see the documentation
3130
- # on using labels.
3130
+ # on using labels. Note that this field is not updatable for mls1* models.
3131
3131
  # Corresponds to the JSON property `labels`
3132
3132
  # @return [Hash<String,String>]
3133
3133
  attr_accessor :labels
@@ -3343,8 +3343,8 @@ module Google
3343
3343
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
3344
3344
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
3345
3345
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
3346
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
3347
- # DATA_WRITE logging.
3346
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
3347
+ # from DATA_WRITE logging.
3348
3348
  class GoogleIamV1AuditConfig
3349
3349
  include Google::Apis::Core::Hashable
3350
3350
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MlV1
18
18
  # Version of the google-apis-ml_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220409"
25
+ REVISION = "20220520"
26
26
  end
27
27
  end
28
28
  end
@@ -251,8 +251,9 @@ module Google
251
251
  # Gets the access control policy for a resource. Returns an empty policy if the
252
252
  # resource exists and does not have a policy set.
253
253
  # @param [String] resource
254
- # REQUIRED: The resource for which the policy is being requested. See the
255
- # operation documentation for the appropriate value for this field.
254
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
255
+ # names](https://cloud.google.com/apis/design/resource_names) for the
256
+ # appropriate value for this field.
256
257
  # @param [Fixnum] options_requested_policy_version
257
258
  # Optional. The maximum policy version that will be used to format the policy.
258
259
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -390,8 +391,9 @@ module Google
390
391
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
391
392
  # PERMISSION_DENIED` errors.
392
393
  # @param [String] resource
393
- # REQUIRED: The resource for which the policy is being specified. See the
394
- # operation documentation for the appropriate value for this field.
394
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
395
+ # names](https://cloud.google.com/apis/design/resource_names) for the
396
+ # appropriate value for this field.
395
397
  # @param [Google::Apis::MlV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1__set_iam_policy_request_object
396
398
  # @param [String] fields
397
399
  # Selector specifying which fields to include in a partial response.
@@ -428,8 +430,9 @@ module Google
428
430
  # permission-aware UIs and command-line tools, not for authorization checking.
429
431
  # This operation may "fail open" without warning.
430
432
  # @param [String] resource
431
- # REQUIRED: The resource for which the policy detail is being requested. See the
432
- # operation documentation for the appropriate value for this field.
433
+ # REQUIRED: The resource for which the policy detail is being requested. See [
434
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
435
+ # appropriate value for this field.
433
436
  # @param [Google::Apis::MlV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1__test_iam_permissions_request_object
434
437
  # @param [String] fields
435
438
  # Selector specifying which fields to include in a partial response.
@@ -1159,8 +1162,9 @@ module Google
1159
1162
  # Gets the access control policy for a resource. Returns an empty policy if the
1160
1163
  # resource exists and does not have a policy set.
1161
1164
  # @param [String] resource
1162
- # REQUIRED: The resource for which the policy is being requested. See the
1163
- # operation documentation for the appropriate value for this field.
1165
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1166
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1167
+ # appropriate value for this field.
1164
1168
  # @param [Fixnum] options_requested_policy_version
1165
1169
  # Optional. The maximum policy version that will be used to format the policy.
1166
1170
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1292,8 +1296,9 @@ module Google
1292
1296
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1293
1297
  # PERMISSION_DENIED` errors.
1294
1298
  # @param [String] resource
1295
- # REQUIRED: The resource for which the policy is being specified. See the
1296
- # operation documentation for the appropriate value for this field.
1299
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1300
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1301
+ # appropriate value for this field.
1297
1302
  # @param [Google::Apis::MlV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1__set_iam_policy_request_object
1298
1303
  # @param [String] fields
1299
1304
  # Selector specifying which fields to include in a partial response.
@@ -1330,8 +1335,9 @@ module Google
1330
1335
  # permission-aware UIs and command-line tools, not for authorization checking.
1331
1336
  # This operation may "fail open" without warning.
1332
1337
  # @param [String] resource
1333
- # REQUIRED: The resource for which the policy detail is being requested. See the
1334
- # operation documentation for the appropriate value for this field.
1338
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1339
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1340
+ # appropriate value for this field.
1335
1341
  # @param [Google::Apis::MlV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1__test_iam_permissions_request_object
1336
1342
  # @param [String] fields
1337
1343
  # 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-ml_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.22.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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-ml_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ml_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AI Platform Training & Prediction API V1