google-cloud-automl-v1 0.2.4 → 0.2.5
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: 9abfbd4c581792e7761d7bc0d8b015ad4688651a669c2759d47fe8f01a3f0ab5
|
|
4
|
+
data.tar.gz: 82185a96127ff5754ecc6596fe1309099b7a96096806404dbc9514ba9bb3fbc6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1102810f73594eb350288f0b6256925ed298e9d94a955b4f32a18edc94cc0719523c87737ae4a102641c5930f2e49dfd59c54635ca95c64552c7dce6e776d6a
|
|
7
|
+
data.tar.gz: 18fb38bc5a90c7bd5e0fe3d50315e058fd6a9fb3cc3100df1347f6c5fbaf9331d222235496a780fe299ec50a17caf8bd2dbd834afb7b8f5516baf3d6ebed5c27
|
|
@@ -85,7 +85,7 @@ module Google
|
|
|
85
85
|
initial_delay: 0.1,
|
|
86
86
|
max_delay: 60.0,
|
|
87
87
|
multiplier: 1.3,
|
|
88
|
-
retry_codes: [
|
|
88
|
+
retry_codes: [4, 14]
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
default_config.rpcs.list_datasets.timeout = 5.0
|
|
@@ -93,7 +93,7 @@ module Google
|
|
|
93
93
|
initial_delay: 0.1,
|
|
94
94
|
max_delay: 60.0,
|
|
95
95
|
multiplier: 1.3,
|
|
96
|
-
retry_codes: [
|
|
96
|
+
retry_codes: [4, 14]
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
default_config.rpcs.update_dataset.timeout = 5.0
|
|
@@ -103,7 +103,7 @@ module Google
|
|
|
103
103
|
initial_delay: 0.1,
|
|
104
104
|
max_delay: 60.0,
|
|
105
105
|
multiplier: 1.3,
|
|
106
|
-
retry_codes: [
|
|
106
|
+
retry_codes: [4, 14]
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
default_config.rpcs.import_data.timeout = 5.0
|
|
@@ -115,7 +115,7 @@ module Google
|
|
|
115
115
|
initial_delay: 0.1,
|
|
116
116
|
max_delay: 60.0,
|
|
117
117
|
multiplier: 1.3,
|
|
118
|
-
retry_codes: [
|
|
118
|
+
retry_codes: [4, 14]
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
default_config.rpcs.create_model.timeout = 5.0
|
|
@@ -125,7 +125,7 @@ module Google
|
|
|
125
125
|
initial_delay: 0.1,
|
|
126
126
|
max_delay: 60.0,
|
|
127
127
|
multiplier: 1.3,
|
|
128
|
-
retry_codes: [
|
|
128
|
+
retry_codes: [4, 14]
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
default_config.rpcs.list_models.timeout = 5.0
|
|
@@ -133,7 +133,7 @@ module Google
|
|
|
133
133
|
initial_delay: 0.1,
|
|
134
134
|
max_delay: 60.0,
|
|
135
135
|
multiplier: 1.3,
|
|
136
|
-
retry_codes: [
|
|
136
|
+
retry_codes: [4, 14]
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
default_config.rpcs.delete_model.timeout = 5.0
|
|
@@ -141,7 +141,7 @@ module Google
|
|
|
141
141
|
initial_delay: 0.1,
|
|
142
142
|
max_delay: 60.0,
|
|
143
143
|
multiplier: 1.3,
|
|
144
|
-
retry_codes: [
|
|
144
|
+
retry_codes: [4, 14]
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
default_config.rpcs.update_model.timeout = 5.0
|
|
@@ -157,7 +157,7 @@ module Google
|
|
|
157
157
|
initial_delay: 0.1,
|
|
158
158
|
max_delay: 60.0,
|
|
159
159
|
multiplier: 1.3,
|
|
160
|
-
retry_codes: [
|
|
160
|
+
retry_codes: [4, 14]
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
default_config.rpcs.list_model_evaluations.timeout = 5.0
|
|
@@ -165,7 +165,7 @@ module Google
|
|
|
165
165
|
initial_delay: 0.1,
|
|
166
166
|
max_delay: 60.0,
|
|
167
167
|
multiplier: 1.3,
|
|
168
|
-
retry_codes: [
|
|
168
|
+
retry_codes: [4, 14]
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
default_config
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-automl-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06
|
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-cloud-errors
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|