google-apis-retail_v2alpha 0.54.0 → 0.55.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: a84b377b5e3876b5d1aa8417ff0f7a5c81a7ddae9fa135b9d8101aab0979ab83
4
- data.tar.gz: cf01058dc4d9467ff4604aff45e738332d10cd34ae37ec3b453a0f12076afa1d
3
+ metadata.gz: a3998ac9bd8f858e59131de0ad2e4be475004668288b49f08a0502078db6ac76
4
+ data.tar.gz: 15618f805ab79dc87f02b2142f41c5dfc795cc38fdb31c5157cecaab69820cd2
5
5
  SHA512:
6
- metadata.gz: 9dc5b47987648a68f7ca7d3e2b1d2212fbf062062b196b2da890cb07e5ca833c442d9e2b0abefcf2b9a8470b04e5e4af97134a583f93469aee510d949cffab8b
7
- data.tar.gz: 6dbe5b867aff110e2ddac846dc9677aa60b834251025292d67b5ba0a0dafa4c10e29ca999ea4af56070e1f9231e5f5e349c59f56ee2e0238cd93469d2c3aa0b3
6
+ metadata.gz: 5ef6634e59ba8594acd41c64de68ee7b955cfe58b589ddcf3b8d6c23199ff0e34020b2d6254f026d998cf26d3c59eac42f28f0d31a8a1ed4d57b209fa5a57653
7
+ data.tar.gz: 862f441683702d3b5b7273e76aa57b5011d0e7e384e0ebb2831db0f494944bb22c2a4eaf62be57139b9174b76e775a21a840d469aba46225910f017ac3f8d826
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.55.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.54.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220822
@@ -2655,7 +2655,13 @@ module Google
2655
2655
  # ctr`, `cvr`, `revenue-per-order`. If not specified, we choose default based on
2656
2656
  # model type. Default depends on type of recommendation: `recommended-for-you` =>
2657
2657
  # `ctr` `others-you-may-like` => `ctr` `frequently-bought-together` => `
2658
- # revenue_per_order`
2658
+ # revenue_per_order` This field together with optimization_objective describe
2659
+ # model metadata to use to control model training and serving. See https://cloud.
2660
+ # google.com/retail/docs/models for more details on what the model metadata
2661
+ # control and which combination of parameters are valid. For invalid
2662
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
2663
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
2664
+ # update a recommendation with this set of knobs.
2659
2665
  # Corresponds to the JSON property `optimizationObjective`
2660
2666
  # @return [String]
2661
2667
  attr_accessor :optimization_objective
@@ -2705,7 +2711,13 @@ module Google
2705
2711
  # Required. The type of model e.g. `home-page`. Currently supported values: `
2706
2712
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
2707
2713
  # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
2708
- # readonly value).
2714
+ # readonly value). This field together with optimization_objective describe
2715
+ # model metadata to use to control model training and serving. See https://cloud.
2716
+ # google.com/retail/docs/models for more details on what the model metadata
2717
+ # control and which combination of parameters are valid. For invalid
2718
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
2719
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
2720
+ # update a recommendation with this set of knobs.
2709
2721
  # Corresponds to the JSON property `type`
2710
2722
  # @return [String]
2711
2723
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.54.0"
19
+ GEM_VERSION = "0.55.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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.54.0
4
+ version: 0.55.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.55.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []