Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

feat: add text extraction health care option in create model #86

Merged
merged 25 commits into from
Oct 27, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a636c05
changes without context
yoshi-automation Oct 23, 2020
f9cd96e
chore(java_templates): stop running pmd/spotbugs checks for samples
yoshi-automation Oct 23, 2020
804cc66
chore: upgrade gapic-generator-python to 0.32.2
yoshi-automation Oct 23, 2020
aa27d82
feat: added google.cloud.assuredworkloads.v1beta1.AssuredWorkloadsSer…
yoshi-automation Oct 23, 2020
972edb5
feat!: Updated third_party Cloud Build clients with new Build message…
yoshi-automation Oct 23, 2020
397c3bb
chore: update python microgen version to 0.33.0
yoshi-automation Oct 23, 2020
e097aa7
migrate secret manager BUILD file python part to use microgen
yoshi-automation Oct 23, 2020
819f65d
feat: Add Java microgen rules to imports
yoshi-automation Oct 23, 2020
4696421
Publish SLM logging proto for documentation
yoshi-automation Oct 23, 2020
d70ff4b
docs: update OPTIONAL annotations for some fields.
yoshi-automation Oct 23, 2020
c194d32
Update gapic-generator-python pin to 0.33.4
yoshi-automation Oct 23, 2020
21b454c
chore: use Python microgenerator rules for aiplatform
yoshi-automation Oct 23, 2020
f5a7fb7
chore: use gapic-generator-python 0.33.6
yoshi-automation Oct 23, 2020
ba7ba07
fix: naming style updates
yoshi-automation Oct 23, 2020
2dd7651
Add Service Direcotry v1 protos and configs
yoshi-automation Oct 23, 2020
04574f6
fix: switch pubsub/v1 retry config to grpc_service_config
yoshi-automation Oct 23, 2020
b41b0a0
feat: Added text extraction health care option in create model.
yoshi-automation Oct 23, 2020
4e751e9
docs: fixed link from SentimentAnalysisResult
yoshi-automation Oct 23, 2020
1abfc87
chore: upgrade to gapic-generator-python 0.35.6
yoshi-automation Oct 23, 2020
b83d2c7
chore: upgrade to gapic-generator-python 0.35.6
yoshi-automation Oct 23, 2020
465e034
chore: update grpc dependency to v1.33.1
yoshi-automation Oct 23, 2020
63e814f
chore: update proto-plus, undo docs removal
busunkim96 Oct 27, 2020
aabb68b
fix: fix imports
busunkim96 Oct 27, 2020
31da1a9
fix: fix __init__.py again
busunkim96 Oct 27, 2020
d348416
fix: fix for real
busunkim96 Oct 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: switch pubsub/v1 retry config to grpc_service_config
PiperOrigin-RevId: 336174031

Source-Author: Google APIs <[email protected]>
Source-Date: Thu Oct 8 15:10:41 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: bf79839b947d8b5c0f55516b963433faf23b54c4
Source-Link: googleapis/googleapis@bf79839
  • Loading branch information
yoshi-automation committed Oct 23, 2020
commit 04574f6f2dc638fe4e38063b20c74362d5a32128
24 changes: 12 additions & 12 deletions google/cloud/automl_v1beta1/services/auto_ml/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ async def get_dataset(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -376,7 +376,7 @@ async def list_datasets(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -555,7 +555,7 @@ async def delete_dataset(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -860,7 +860,7 @@ async def get_annotation_spec(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -948,7 +948,7 @@ async def get_table_spec(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -1030,7 +1030,7 @@ async def list_table_specs(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -1200,7 +1200,7 @@ async def get_column_spec(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -1282,7 +1282,7 @@ async def list_column_specs(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -1537,7 +1537,7 @@ async def get_model(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -1619,7 +1619,7 @@ async def list_models(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -1722,7 +1722,7 @@ async def delete_model(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down Expand Up @@ -2248,7 +2248,7 @@ async def get_model_evaluation(
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down
24 changes: 12 additions & 12 deletions google/cloud/automl_v1beta1/services/auto_ml/transports/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -138,7 +138,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -154,7 +154,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -173,7 +173,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -186,7 +186,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -199,7 +199,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -215,7 +215,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -228,7 +228,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -247,7 +247,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -260,7 +260,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -273,7 +273,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand All @@ -300,7 +300,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=60.0,
multiplier=1.3,
predicate=retries.if_exception_type(
exceptions.ServiceUnavailable, exceptions.DeadlineExceeded,
exceptions.DeadlineExceeded, exceptions.ServiceUnavailable,
),
),
default_timeout=5.0,
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d3697d47929f34c43bcc4de16c7c761a80e97cf1",
"internalRef": "333502684"
"sha": "bf79839b947d8b5c0f55516b963433faf23b54c4",
"internalRef": "336174031"
}
},
{
Expand Down