google-apis-ml_v1 0.18.0 → 0.21.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: da38dce39a65554d1b06e361af7799fa06654936d6e4af6cff5995f10112ed66
4
- data.tar.gz: c179db9072b0035f21d56663b85909619f3a88ca70afd9757c69ec34750eaf31
3
+ metadata.gz: b6b3d9561db12e298ad62b0bd8a6d58ec5812c93fbdef80dad5b3cd34956ad4b
4
+ data.tar.gz: 15d209678616847dad509d36703ce24bd6da042061dfcd2e1af08914462fb644
5
5
  SHA512:
6
- metadata.gz: a553a9ebd5dfdd4000bcecae6926ba60832fced09c2bee9114643cb04f2c9134988f0817ad59fcd3c6a2b317d43ead69e5ff95ba86394603ee4e925322caff26
7
- data.tar.gz: 35ce341bca92a26b99c9247179ad574b30ce84e4d7ae9ba5a3a965f76c0bba8a6e7433c53878a10cf1fa8035f38203c1448a36a1c388b0b20fa1a89c7f2e0629
6
+ metadata.gz: 18ffdcba38c93bb4653b0c651d435495b3ca0c3e5d37dbcb2cda4d6647b9b28f22f86ef98522984bc26a343cde1c4e11d4db78f3e9134363dfda5ecbac30e121
7
+ data.tar.gz: ad920e64840c8054ab2cd363d8d6f154f1ac76e372d1ebe6d3c891f5cb87df342a74cc6a96012073304a3d62c1c4b326947d5f83170fec37870ebc4bcb4c8664
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.21.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220520
6
+
7
+ ### v0.20.0 (2022-05-04)
8
+
9
+ * Regenerated from discovery document revision 20220430
10
+
11
+ ### v0.19.0 (2022-04-15)
12
+
13
+ * Regenerated from discovery document revision 20220409
14
+
3
15
  ### v0.18.0 (2022-03-23)
4
16
 
5
17
  * Regenerated from discovery document revision 20220318
@@ -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
 
@@ -3424,7 +3424,7 @@ module Google
3424
3424
  # @return [Google::Apis::MlV1::GoogleTypeExpr]
3425
3425
  attr_accessor :condition
3426
3426
 
3427
- # Specifies the principals requesting access for a Cloud Platform resource. `
3427
+ # Specifies the principals requesting access for a Google Cloud resource. `
3428
3428
  # members` can have the following values: * `allUsers`: A special identifier
3429
3429
  # that represents anyone who is on the internet; with or without a Google
3430
3430
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -3625,7 +3625,7 @@ module Google
3625
3625
  include Google::Apis::Core::Hashable
3626
3626
 
3627
3627
  # The set of permissions to check for the `resource`. Permissions with wildcards
3628
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
3628
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3629
3629
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3630
3630
  # Corresponds to the JSON property `permissions`
3631
3631
  # @return [Array<String>]
@@ -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.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220318"
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.18.0
4
+ version: 0.21.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-05-30 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-ml_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.21.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