google-cloud-automl-v1beta1 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cee0313f4dcb6530d9cbd2c3b18476e3d520f64631bc11694f96f6d0dbc6d2d
|
4
|
+
data.tar.gz: 6f9ee9272a44dc6f021eafddd22af83beb6d8b7294a7f47e26f8f5db0df7fd34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b3c74706729dbed461e871fbab8b6609db3dc526c17a6e46d91bbb94b3f51ca791ab74eff1e46c25b3b0ead452b7b1a010784e8910030bed54d46589118b76a
|
7
|
+
data.tar.gz: d61f58dcae3788b992ab808f5cf8f9b4bd023308cd34b4d801c6b723dff0ce06a638195809992e23ffb36b310d96ded044cec0857353fa57a76f27048e92d002
|
@@ -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: [14, 4]
|
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: [14, 4]
|
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: [14, 4]
|
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: [14, 4]
|
119
119
|
}
|
120
120
|
|
121
121
|
default_config.rpcs.get_table_spec.timeout = 5.0
|
@@ -123,7 +123,7 @@ module Google
|
|
123
123
|
initial_delay: 0.1,
|
124
124
|
max_delay: 60.0,
|
125
125
|
multiplier: 1.3,
|
126
|
-
retry_codes: [
|
126
|
+
retry_codes: [14, 4]
|
127
127
|
}
|
128
128
|
|
129
129
|
default_config.rpcs.list_table_specs.timeout = 5.0
|
@@ -131,7 +131,7 @@ module Google
|
|
131
131
|
initial_delay: 0.1,
|
132
132
|
max_delay: 60.0,
|
133
133
|
multiplier: 1.3,
|
134
|
-
retry_codes: [
|
134
|
+
retry_codes: [14, 4]
|
135
135
|
}
|
136
136
|
|
137
137
|
default_config.rpcs.update_table_spec.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: [14, 4]
|
145
145
|
}
|
146
146
|
|
147
147
|
default_config.rpcs.list_column_specs.timeout = 5.0
|
@@ -149,7 +149,7 @@ module Google
|
|
149
149
|
initial_delay: 0.1,
|
150
150
|
max_delay: 60.0,
|
151
151
|
multiplier: 1.3,
|
152
|
-
retry_codes: [
|
152
|
+
retry_codes: [14, 4]
|
153
153
|
}
|
154
154
|
|
155
155
|
default_config.rpcs.update_column_spec.timeout = 5.0
|
@@ -161,7 +161,7 @@ module Google
|
|
161
161
|
initial_delay: 0.1,
|
162
162
|
max_delay: 60.0,
|
163
163
|
multiplier: 1.3,
|
164
|
-
retry_codes: [
|
164
|
+
retry_codes: [14, 4]
|
165
165
|
}
|
166
166
|
|
167
167
|
default_config.rpcs.list_models.timeout = 5.0
|
@@ -169,7 +169,7 @@ module Google
|
|
169
169
|
initial_delay: 0.1,
|
170
170
|
max_delay: 60.0,
|
171
171
|
multiplier: 1.3,
|
172
|
-
retry_codes: [
|
172
|
+
retry_codes: [14, 4]
|
173
173
|
}
|
174
174
|
|
175
175
|
default_config.rpcs.delete_model.timeout = 5.0
|
@@ -177,7 +177,7 @@ module Google
|
|
177
177
|
initial_delay: 0.1,
|
178
178
|
max_delay: 60.0,
|
179
179
|
multiplier: 1.3,
|
180
|
-
retry_codes: [
|
180
|
+
retry_codes: [14, 4]
|
181
181
|
}
|
182
182
|
|
183
183
|
default_config.rpcs.deploy_model.timeout = 5.0
|
@@ -193,7 +193,7 @@ module Google
|
|
193
193
|
initial_delay: 0.1,
|
194
194
|
max_delay: 60.0,
|
195
195
|
multiplier: 1.3,
|
196
|
-
retry_codes: [
|
196
|
+
retry_codes: [14, 4]
|
197
197
|
}
|
198
198
|
|
199
199
|
default_config.rpcs.list_model_evaluations.timeout = 5.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-automl-v1beta1
|
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
|