google-apis-documentai_v1beta3 0.91.0 → 0.92.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: f491ebe7a4c62f2df4d4b5d3b02c163b98a3bda21bbb8d2a566d2db525714661
|
|
4
|
+
data.tar.gz: 6918f02a4ab1418f6daf347592dd333271d4bf2857c428392acac8fcc9be2b06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c72d39f0eba7639ffb5e0cea5be77b124f96575712c7aba45ded4bf5cb4b05b7332c3faee5fd9a3d74c005e0f85fe098047c4e189e6e44fc6f3dbd964be5f6de
|
|
7
|
+
data.tar.gz: cf100d2fea5fd61b9b75d7db3edb2fd1ad4e536b401cd1b039dabf6dc3ddac1d283869874bfb74c08d8d48d6c9ec046c4b33d1ed0e57775e0e9b4626a596dc4f
|
data/CHANGELOG.md
CHANGED
|
@@ -10021,7 +10021,8 @@ module Google
|
|
|
10021
10021
|
attr_accessor :external_processor_version_source
|
|
10022
10022
|
|
|
10023
10023
|
# The source processor version to import from. The source processor version and
|
|
10024
|
-
# destination processor need to be in the same environment and region.
|
|
10024
|
+
# destination processor need to be in the same environment and region. Note that
|
|
10025
|
+
# ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not supported.
|
|
10025
10026
|
# Corresponds to the JSON property `processorVersionSource`
|
|
10026
10027
|
# @return [String]
|
|
10027
10028
|
attr_accessor :processor_version_source
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.92.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240307"
|
|
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-documentai_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.92.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: 2024-03-
|
|
11
|
+
date: 2024-03-17 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-documentai_v1beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.92.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|