google-apis-discoveryengine_v1alpha 0.1.0 → 0.2.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 633981eb76f6c2c89e37cedb8c4381bcd8b5e57df08f367bc4b7db199ef2a8a0
|
|
4
|
+
data.tar.gz: 0f7d31328c4f252515fcd2463b34352d5512d15847f1891a20785341d02f6795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c05fbe2a7aa7450b7fe6747ffd013cefac7078ec000227c74a8f63882691c039492b49f62fcc1f65987a39ae1612cef1cfb345c2cc184cc0d746cf8687b02838
|
|
7
|
+
data.tar.gz: ef189648e37d24995ee9b95e772bf7131ce2ebb57be9071604b30241b512469f5b069b11bb42fd304ac3b2aac13bfd342a2f6e4222ef8c8dde579103f12d098d
|
data/CHANGELOG.md
CHANGED
|
@@ -294,7 +294,7 @@ module Google
|
|
|
294
294
|
end
|
|
295
295
|
end
|
|
296
296
|
|
|
297
|
-
#
|
|
297
|
+
# Cloud Storage location for input content.
|
|
298
298
|
class GoogleCloudDiscoveryengineV1alphaGcsSource
|
|
299
299
|
include Google::Apis::Core::Hashable
|
|
300
300
|
|
|
@@ -306,11 +306,11 @@ module Google
|
|
|
306
306
|
# @return [String]
|
|
307
307
|
attr_accessor :data_schema
|
|
308
308
|
|
|
309
|
-
# Required.
|
|
310
|
-
#
|
|
311
|
-
#
|
|
312
|
-
#
|
|
313
|
-
#
|
|
309
|
+
# Required. Cloud Storage URIs to input files. URI can be up to 2000 characters
|
|
310
|
+
# long. URIs can match the full object path (for example, `gs://bucket/directory/
|
|
311
|
+
# object.json`) or a pattern matching one or more files, such as `gs://bucket/
|
|
312
|
+
# directory/*.json`. A request can contain at most 100 files, and each file can
|
|
313
|
+
# be up to 2 GB.
|
|
314
314
|
# Corresponds to the JSON property `inputUris`
|
|
315
315
|
# @return [Array<String>]
|
|
316
316
|
attr_accessor :input_uris
|
|
@@ -379,7 +379,7 @@ module Google
|
|
|
379
379
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig]
|
|
380
380
|
attr_accessor :error_config
|
|
381
381
|
|
|
382
|
-
#
|
|
382
|
+
# Cloud Storage location for input content.
|
|
383
383
|
# Corresponds to the JSON property `gcsSource`
|
|
384
384
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource]
|
|
385
385
|
attr_accessor :gcs_source
|
|
@@ -460,9 +460,9 @@ module Google
|
|
|
460
460
|
class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
|
|
461
461
|
include Google::Apis::Core::Hashable
|
|
462
462
|
|
|
463
|
-
#
|
|
464
|
-
#
|
|
465
|
-
#
|
|
463
|
+
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
|
464
|
+
# Storage directory. Import errors will be written to sharded files in this
|
|
465
|
+
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
|
466
466
|
# Corresponds to the JSON property `gcsPrefix`
|
|
467
467
|
# @return [String]
|
|
468
468
|
attr_accessor :gcs_prefix
|
|
@@ -530,7 +530,7 @@ module Google
|
|
|
530
530
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig]
|
|
531
531
|
attr_accessor :error_config
|
|
532
532
|
|
|
533
|
-
#
|
|
533
|
+
# Cloud Storage location for input content.
|
|
534
534
|
# Corresponds to the JSON property `gcsSource`
|
|
535
535
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource]
|
|
536
536
|
attr_accessor :gcs_source
|
|
@@ -804,7 +804,7 @@ module Google
|
|
|
804
804
|
# @return [Hash<String,Object>]
|
|
805
805
|
attr_accessor :params
|
|
806
806
|
|
|
807
|
-
# UserEvent captures all metadata information
|
|
807
|
+
# UserEvent captures all metadata information Discovery Engine API needs to know
|
|
808
808
|
# about how end users interact with customers' website.
|
|
809
809
|
# Corresponds to the JSON property `userEvent`
|
|
810
810
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserEvent]
|
|
@@ -819,7 +819,7 @@ module Google
|
|
|
819
819
|
# must use UTF-8 encoding, and international characters are allowed. * The key
|
|
820
820
|
# portion of a label must be unique. However, you can use the same key with
|
|
821
821
|
# multiple resources. * Keys must start with a lowercase letter or international
|
|
822
|
-
# character. See [
|
|
822
|
+
# character. See [Requirements for labels](https://cloud.google.com/resource-
|
|
823
823
|
# manager/docs/creating-managing-labels#requirements) for more details.
|
|
824
824
|
# Corresponds to the JSON property `userLabels`
|
|
825
825
|
# @return [Hash<String,String>]
|
|
@@ -1029,7 +1029,7 @@ module Google
|
|
|
1029
1029
|
end
|
|
1030
1030
|
end
|
|
1031
1031
|
|
|
1032
|
-
# UserEvent captures all metadata information
|
|
1032
|
+
# UserEvent captures all metadata information Discovery Engine API needs to know
|
|
1033
1033
|
# about how end users interact with customers' website.
|
|
1034
1034
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
|
1035
1035
|
include Google::Apis::Core::Hashable
|
|
@@ -1040,7 +1040,7 @@ module Google
|
|
|
1040
1040
|
# user events, also include them in the user events that you associate with
|
|
1041
1041
|
# prediction requests. Custom attribute formatting must be consistent between
|
|
1042
1042
|
# imported events and events provided with prediction requests. This lets the
|
|
1043
|
-
#
|
|
1043
|
+
# Discovery Engine API use those custom attributes when training models and
|
|
1044
1044
|
# serving predictions, which helps improve recommendation quality. This field
|
|
1045
1045
|
# needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
|
|
1046
1046
|
# returned: * The key must be a UTF-8 encoded string with a length limit of 5,
|
|
@@ -1161,9 +1161,10 @@ module Google
|
|
|
1161
1161
|
|
|
1162
1162
|
# A unique identifier for tracking a visitor session with a length limit of 128
|
|
1163
1163
|
# bytes. A session is an aggregation of an end user behavior in a time span. A
|
|
1164
|
-
# general guideline to populate the
|
|
1165
|
-
# min, a new session_id should be assigned. 2. The session_id should be
|
|
1166
|
-
# across users, suggest use uuid or add UserEvent.user_pseudo_id as
|
|
1164
|
+
# general guideline to populate the session_id: 1. If user has no activity for
|
|
1165
|
+
# 30 min, a new session_id should be assigned. 2. The session_id should be
|
|
1166
|
+
# unique across users, suggest use uuid or add UserEvent.user_pseudo_id as
|
|
1167
|
+
# prefix.
|
|
1167
1168
|
# Corresponds to the JSON property `sessionId`
|
|
1168
1169
|
# @return [String]
|
|
1169
1170
|
attr_accessor :session_id
|
|
@@ -1331,9 +1332,9 @@ module Google
|
|
|
1331
1332
|
class GoogleCloudDiscoveryengineV1betaImportErrorConfig
|
|
1332
1333
|
include Google::Apis::Core::Hashable
|
|
1333
1334
|
|
|
1334
|
-
#
|
|
1335
|
-
#
|
|
1336
|
-
#
|
|
1335
|
+
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
|
1336
|
+
# Storage directory. Import errors will be written to sharded files in this
|
|
1337
|
+
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
|
1337
1338
|
# Corresponds to the JSON property `gcsPrefix`
|
|
1338
1339
|
# @return [String]
|
|
1339
1340
|
attr_accessor :gcs_prefix
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1alpha
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221207"
|
|
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-discoveryengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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-12-12 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-discoveryengine_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.2.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|