google-apis-retail_v2 0.52.0 → 0.53.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3eed50c053877e0792e3031ce742159ae848a3297d7ed77e8553e7bbf3b94581
4
- data.tar.gz: 1d8890e3d473e1b8cb720a356121dc11c9511f39f03beb371d0bdd17f9675a7e
3
+ metadata.gz: 88883aaddf00d370e470ac65555dbaf9686cb92a960c3bed5a2419a15e7c6130
4
+ data.tar.gz: 9741c840d5716bf6ae937e297555555a26aa254ae3fc1fa398a20c0f288be0c8
5
5
  SHA512:
6
- metadata.gz: f0fae4eb0d48561eb39d7b1d2596fd21d8bd1894a444d71dc802181f2083777e65622a76b8fc0946a21621984fddb09ab9fe7d7e5da796faca205cd575e06b65
7
- data.tar.gz: cf2f94554fffcc9054694666f1498c0408a5d9cffada1fe091b9734c4cefc211f16af7a459898764bfa709086b042de60be055686a3713d92b9084dc912b0220
6
+ metadata.gz: 8a9fab1f788472c15083d36645d24ab37e6c99d76191e5b39c7479bbdada0e6076a1d937c52760408cf242e6bf1047ddc012505932dfcdf6302fe45314946e62
7
+ data.tar.gz: 00d921a904369f26b49218011aa79db7cf5b046db98fe87a03a0afd13e34acc7764bba08714445ca56d33b34c7293f97dc74e7db0c5ad2eb684e16e6f21dd806
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.53.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.52.0 (2022-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220822
@@ -5307,7 +5307,13 @@ module Google
5307
5307
  # ctr`, `cvr`, `revenue-per-order`. If not specified, we choose default based on
5308
5308
  # model type. Default depends on type of recommendation: `recommended-for-you` =>
5309
5309
  # `ctr` `others-you-may-like` => `ctr` `frequently-bought-together` => `
5310
- # revenue_per_order`
5310
+ # revenue_per_order` This field together with optimization_objective describe
5311
+ # model metadata to use to control model training and serving. See https://cloud.
5312
+ # google.com/retail/docs/models for more details on what the model metadata
5313
+ # control and which combination of parameters are valid. For invalid
5314
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
5315
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
5316
+ # update a recommendation with this set of knobs.
5311
5317
  # Corresponds to the JSON property `optimizationObjective`
5312
5318
  # @return [String]
5313
5319
  attr_accessor :optimization_objective
@@ -5357,7 +5363,13 @@ module Google
5357
5363
  # Required. The type of model e.g. `home-page`. Currently supported values: `
5358
5364
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
5359
5365
  # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
5360
- # readonly value).
5366
+ # readonly value). This field together with optimization_objective describe
5367
+ # model metadata to use to control model training and serving. See https://cloud.
5368
+ # google.com/retail/docs/models for more details on what the model metadata
5369
+ # control and which combination of parameters are valid. For invalid
5370
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
5371
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
5372
+ # update a recommendation with this set of knobs.
5361
5373
  # Corresponds to the JSON property `type`
5362
5374
  # @return [String]
5363
5375
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220822"
25
+ REVISION = "20220825"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-05 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-retail_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []