google-cloud-document_ai-v1 1.1.1 → 1.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: b70f8144f9c98c05827b99942bda8a464e300f9f52ee3ee313f95b4d8d6ad98a
4
- data.tar.gz: 907bec635ca58b464d9125c073b1f30c610d1674d5457f9c19d8fde39d8c1e4f
3
+ metadata.gz: b1c37c3b9b030fe77ee6977becaf0627ae1c3ddd426acad2982176bbc8d40d03
4
+ data.tar.gz: ba65ffa2e9aba0f537f60f34d8e315952e75915a7502dd82aaee1cb1cf040272
5
5
  SHA512:
6
- metadata.gz: 954cde78a090b61822b2f0a939f4666aa0f55da4ef456d1b3af168060925ac0821df35fc77d4cb562932668de1969933e3d0c1b5cf9322ba753a8d69e4cb8fb5
7
- data.tar.gz: 88cb76e6701c4014e5cda7558df28e5e9a97e2fb3c10d9a0d3b0b8015a6b8d490fbed2a6ef41d60546e504363b3f5d8999ca59ab78d2df8fc0f7c967b81193a9
6
+ metadata.gz: 6ab71418f68b346209c2f2abfc1a868e4fac13e69d3f1bc5bd083ed603ce0b17399dac232a41f545f1e09f38b8aad017821c2e95051af84995b7982120ef32f5
7
+ data.tar.gz: 1d3ed83564794c09583f0b724b0d44b19d3010afe4868c7761e2314408057afdd85b72d0bf1ca360249eab1a571e8ce38ba4dbe4a51477f5f51afcd4cd4eb0f6
@@ -76,17 +76,17 @@ module Google
76
76
 
77
77
  default_config.rpcs.process_document.timeout = 300.0
78
78
  default_config.rpcs.process_document.retry_policy = {
79
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
79
+ initial_delay: 1.0, max_delay: 90.0, multiplier: 9.0, retry_codes: [4, 14, 8]
80
80
  }
81
81
 
82
82
  default_config.rpcs.batch_process_documents.timeout = 120.0
83
83
  default_config.rpcs.batch_process_documents.retry_policy = {
84
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
84
+ initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
85
85
  }
86
86
 
87
87
  default_config.rpcs.review_document.timeout = 120.0
88
88
  default_config.rpcs.review_document.retry_policy = {
89
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
89
+ initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
90
90
  }
91
91
 
92
92
  default_config
@@ -78,17 +78,17 @@ module Google
78
78
 
79
79
  default_config.rpcs.process_document.timeout = 300.0
80
80
  default_config.rpcs.process_document.retry_policy = {
81
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
81
+ initial_delay: 1.0, max_delay: 90.0, multiplier: 9.0, retry_codes: [4, 14, 8]
82
82
  }
83
83
 
84
84
  default_config.rpcs.batch_process_documents.timeout = 120.0
85
85
  default_config.rpcs.batch_process_documents.retry_policy = {
86
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
86
+ initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
87
87
  }
88
88
 
89
89
  default_config.rpcs.review_document.timeout = 120.0
90
90
  default_config.rpcs.review_document.retry_policy = {
91
- initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
91
+ initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
92
92
  }
93
93
 
94
94
  default_config
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "1.1.1"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.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: 2024-08-30 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.5.6
153
+ rubygems_version: 3.5.21
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Service to parse structured information from unstructured or semi-structured