Skip to content

Commit

Permalink
[CHANGE ME] Re-generated AutoMl to pick up changes in the API or clie…
Browse files Browse the repository at this point in the history
…nt library generator.
  • Loading branch information
yoshi-automation committed Sep 11, 2019
1 parent 6e35ac0 commit 4250e7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions AutoMl/src/V1beta1/resources/auto_ml_descriptor_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'initialPollDelayMillis' => '500',
'pollDelayMultiplier' => '1.5',
'maxPollDelayMillis' => '5000',
'totalPollTimeoutMillis' => '300000',
'totalPollTimeoutMillis' => '86400000',
],
],
'ExportData' => [
Expand All @@ -40,7 +40,7 @@
'initialPollDelayMillis' => '500',
'pollDelayMultiplier' => '1.5',
'maxPollDelayMillis' => '5000',
'totalPollTimeoutMillis' => '300000',
'totalPollTimeoutMillis' => '86400000',
],
],
'DeleteModel' => [
Expand All @@ -60,7 +60,7 @@
'initialPollDelayMillis' => '500',
'pollDelayMultiplier' => '1.5',
'maxPollDelayMillis' => '5000',
'totalPollTimeoutMillis' => '300000',
'totalPollTimeoutMillis' => '3600000',
],
],
'UndeployModel' => [
Expand All @@ -70,7 +70,7 @@
'initialPollDelayMillis' => '500',
'pollDelayMultiplier' => '1.5',
'maxPollDelayMillis' => '5000',
'totalPollTimeoutMillis' => '300000',
'totalPollTimeoutMillis' => '3600000',
],
],
'ExportModel' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'initialPollDelayMillis' => '500',
'pollDelayMultiplier' => '1.5',
'maxPollDelayMillis' => '5000',
'totalPollTimeoutMillis' => '300000',
'totalPollTimeoutMillis' => '86400000',
],
],
],
Expand Down
10 changes: 5 additions & 5 deletions AutoMl/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-08-16T09:58:57.357812Z",
"updateTime": "2019-09-11T09:58:47.612023Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.29.1",
"dockerImage": "googleapis/artman@sha256:b2a73f4dda03ef8fcaa973e3ba26d0cf34091f6c22c70add663af325931aef4d"
"version": "0.36.2",
"dockerImage": "googleapis/artman@sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2a02e33c79cbf23d316c57e1c78f915e1d905eee",
"internalRef": "263682410"
"sha": "f1c042777e90baae0f8590f7820eed2c6ef758b2",
"internalRef": "268319807"
}
}
],
Expand Down

0 comments on commit 4250e7d

Please sign in to comment.