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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +14 -2
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88883aaddf00d370e470ac65555dbaf9686cb92a960c3bed5a2419a15e7c6130
|
|
4
|
+
data.tar.gz: 9741c840d5716bf6ae937e297555555a26aa254ae3fc1fa398a20c0f288be0c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a9fab1f788472c15083d36645d24ab37e6c99d76191e5b39c7479bbdada0e6076a1d937c52760408cf242e6bf1047ddc012505932dfcdf6302fe45314946e62
|
|
7
|
+
data.tar.gz: 00d921a904369f26b49218011aa79db7cf5b046db98fe87a03a0afd13e34acc7764bba08714445ca56d33b34c7293f97dc74e7db0c5ad2eb684e16e6f21dd806
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|