google-apis-retail_v2beta 0.53.0 → 0.54.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: 7509b6e3e4fd81071312d1a7d77195b46df2b0457f433ce4bfd30f7dbedb2b85
4
- data.tar.gz: 8c1977fb5bc94abf9ebc5ba98edc1ffebf7c8cbc76dc9d601fa6f19fd3a1cfe0
3
+ metadata.gz: fb05a9a1b6de5f05923d2ee461ceba14daaadd7dd478b5baec3f721df5615092
4
+ data.tar.gz: 64034e617c232036c90571d4d2afe960a61bebe99ef6197cb8a8333722a4b608
5
5
  SHA512:
6
- metadata.gz: aad9bdcc714a2e57aa498edc484493885efefcf764fdb44772730408f7e9ab36bbc96dfe3c350e258432cafc48534b2b556a0bda7968697f541c508967d25a80
7
- data.tar.gz: 41a21958305cc9cdaed0a8b7252b3bbc864fa19c1fd0e445f25b53b955f7a3d919878e307a5eed88a273971a5fc772144fca967eca7682761a9e48f22c5e41d3
6
+ metadata.gz: 3afd3238566b0eb472f6f3a7a8bdd179117f2dd6b3cab99aa01faeae2a3b999900fa3b61777995fffbb4b03e827e27e59b0e67dd8feb0a7e4631dbe57babb1dc
7
+ data.tar.gz: ff46ebb3bae3c70cbe654d17e90ed80ad2b18984d5f347666553e058da6ef37326b2e54141612458550f1e349066abbbef388760d7e2553352b0bed8734a5a5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.54.0 (2022-08-30)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.53.0 (2022-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220822
@@ -1112,7 +1112,13 @@ module Google
1112
1112
  # ctr`, `cvr`, `revenue-per-order`. If not specified, we choose default based on
1113
1113
  # model type. Default depends on type of recommendation: `recommended-for-you` =>
1114
1114
  # `ctr` `others-you-may-like` => `ctr` `frequently-bought-together` => `
1115
- # revenue_per_order`
1115
+ # revenue_per_order` This field together with optimization_objective describe
1116
+ # model metadata to use to control model training and serving. See https://cloud.
1117
+ # google.com/retail/docs/models for more details on what the model metadata
1118
+ # control and which combination of parameters are valid. For invalid
1119
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
1120
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
1121
+ # update a recommendation with this set of knobs.
1116
1122
  # Corresponds to the JSON property `optimizationObjective`
1117
1123
  # @return [String]
1118
1124
  attr_accessor :optimization_objective
@@ -1162,7 +1168,13 @@ module Google
1162
1168
  # Required. The type of model e.g. `home-page`. Currently supported values: `
1163
1169
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
1164
1170
  # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
1165
- # readonly value).
1171
+ # readonly value). This field together with optimization_objective describe
1172
+ # model metadata to use to control model training and serving. See https://cloud.
1173
+ # google.com/retail/docs/models for more details on what the model metadata
1174
+ # control and which combination of parameters are valid. For invalid
1175
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
1176
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
1177
+ # update a recommendation with this set of knobs.
1166
1178
  # Corresponds to the JSON property `type`
1167
1179
  # @return [String]
1168
1180
  attr_accessor :type
@@ -3577,7 +3589,13 @@ module Google
3577
3589
  # ctr`, `cvr`, `revenue-per-order`. If not specified, we choose default based on
3578
3590
  # model type. Default depends on type of recommendation: `recommended-for-you` =>
3579
3591
  # `ctr` `others-you-may-like` => `ctr` `frequently-bought-together` => `
3580
- # revenue_per_order`
3592
+ # revenue_per_order` This field together with optimization_objective describe
3593
+ # model metadata to use to control model training and serving. See https://cloud.
3594
+ # google.com/retail/docs/models for more details on what the model metadata
3595
+ # control and which combination of parameters are valid. For invalid
3596
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
3597
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
3598
+ # update a recommendation with this set of knobs.
3581
3599
  # Corresponds to the JSON property `optimizationObjective`
3582
3600
  # @return [String]
3583
3601
  attr_accessor :optimization_objective
@@ -3619,7 +3637,13 @@ module Google
3619
3637
  # Required. The type of model e.g. `home-page`. Currently supported values: `
3620
3638
  # recommended-for-you`, `others-you-may-like`, `frequently-bought-together`, `
3621
3639
  # page-optimization`, `similar-items`, `buy-it-again`, and `recently-viewed`(
3622
- # readonly value).
3640
+ # readonly value). This field together with optimization_objective describe
3641
+ # model metadata to use to control model training and serving. See https://cloud.
3642
+ # google.com/retail/docs/models for more details on what the model metadata
3643
+ # control and which combination of parameters are valid. For invalid
3644
+ # combinations of parameters (e.g. type = `frequently-bought-together` and
3645
+ # optimization_objective = `ctr`), you receive an error 400 if you try to create/
3646
+ # update a recommendation with this set of knobs.
3623
3647
  # Corresponds to the JSON property `type`
3624
3648
  # @return [String]
3625
3649
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []