8000 docs: Fix formatting of request arg in docstring (#481) · googleapis/python-automl@6e78170 · GitHub
[go: up one dir, main page]

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

Commit 6e78170

Browse files
docs: Fix formatting of request arg in docstring (#481)
* docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 90513a7 commit 6e78170

File tree

6 files changed

+2
-48
lines changed

6 files changed

+2
-48
lines changed

google/cloud/automl_v1/services/auto_ml/transports/rest.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,6 @@ def __call__(
800800
request (~.service.CreateDatasetRequest):
801801
The request object. Request message for
802802
[AutoMl.CreateDataset][google.cloud.automl.v1.AutoMl.CreateDataset].
803-
804803
retry (google.api_core.retry.Retry): Designation of what errors, if any,
805804
should be retried.
806805
timeout (float): The timeout for this request.
@@ -898,7 +897,6 @@ def __call__(
898897
request (~.service.CreateModelRequest):
899898
The request object. Request message for
900899
[AutoMl.CreateModel][google.cloud.automl.v1.AutoMl.CreateModel].
901-
902900
retry (google.api_core.retry.Retry): Designation of what errors, if any,
903901
should be retried.
904902
timeout (float): The timeout for this request.
@@ -996,7 +994,6 @@ def __call__(
996994
request (~.service.DeleteDatasetRequest):
997995
The request object. Request message for
998996
[AutoMl.DeleteDataset][google.cloud.automl.v1.AutoMl.DeleteDataset].
999-
1000997
retry (google.api_core.retry.Retry): Designation of what errors, if any,
1001998
should be retried.
1002999
timeout (float): The timeout for this request.
@@ -1085,7 +1082,6 @@ def __call__(
10851082
request (~.service.DeleteModelRequest):
10861083
The request object. Request message for
10871084
[AutoMl.DeleteModel][google.cloud.automl.v1.AutoMl.DeleteModel].
1088-
10891085
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10901086
should be retried.
10911087
timeout (float): The timeout for this request.
@@ -1174,7 +1170,6 @@ def __call__(
11741170
request (~.service.DeployModelRequest):
11751171
The request object. Request message for
11761172
[AutoMl.DeployModel][google.cloud.automl.v1.AutoMl.DeployModel].
1177-
11781173
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11791174
should be retried.
11801175
timeout (float): The timeout for this request.
@@ -1272,7 +1267,6 @@ def __call__(
12721267
request (~.service.ExportDataRequest):
12731268
The request object. Request message for
12741269
[AutoMl.ExportData][google.cloud.automl.v1.AutoMl.ExportData].
1275-
12761270
retry (google.api_core.retry.Retry): Designation of what errors, if any,
12771271
should be retried.
12781272
timeout (float): The timeout for this request.
@@ -1372,7 +1366,6 @@ def __call__(
13721366
[AutoMl.ExportModel][google.cloud.automl.v1.AutoMl.ExportModel].
13731367
Models need to be enabled for exporting, otherwise an
13741368
error code will be returned.
1375-
13761369
retry (google.api_core.retry.Retry): Designation of what errors, if any,
13771370
should be retried.
13781371
timeout (float): The timeout for this request.
@@ -1470,7 +1463,6 @@ def __call__(
14701463
request (~.service.GetAnnotationSpecRequest):
14711464
The request object. Request message for
14721465
[AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].
1473-
14741466
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14751467
should be retried.
14761468
timeout (float): The timeout for this request.
@@ -1560,7 +1552,6 @@ def __call__(
15601552
request (~.service.GetDatasetRequest):
15611553
The request object. Request message for
15621554
[AutoMl.GetDataset][google.cloud.automl.v1.AutoMl.GetDataset].
1563-
15641555
retry (google.api_core.retry.Retry): Designation of what errors, if any,
15651556
should be retried.
15661557
timeout (float): The timeout for this request.
@@ -1652,7 +1643,6 @@ def __call__(
16521643
request (~.service.GetModelRequest):
16531644
The request object. Request message for
16541645
[AutoMl.GetModel][google.cloud.automl.v1.AutoMl.GetModel].
1655-
16561646
retry (google.api_core.retry.Retry): Designation of what errors, if any,
16571647
should be retried.
16581648
timeout (float): The timeout for this request.
@@ -1742,7 +1732,6 @@ def __call__(
17421732
request (~.service.GetModelEvaluationRequest):
17431733
The request object. Request message for
17441734
[AutoMl.GetModelEvaluation][google.cloud.automl.v1.AutoMl.GetModelEvaluation].
1745-
17461735
retry (google.api_core.retry.Retry): Designation of what errors, if any,
17471736
should be retried.
17481737
timeout (float): The timeout for this request.
@@ -1832,7 +1821,6 @@ def __call__(
18321821
request (~.service.ImportDataRequest):
18331822
The request object. Request message for
18341823
[AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData].
1835-
18361824
retry (google.api_core.retry.Retry): Designation of what errors, if any,
18371825
should be retried.
18381826
timeout (float): The timeout for this request.
@@ -1930,7 +1918,6 @@ def __call__(
19301918
request (~.service.ListDatasetsRequest):
19311919
The request object. Request message for
19321920
[AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].
1933-
19341921
retry (google.api_core.retry.Retry): Designation of what errors, if any,
19351922
should be retried.
19361923
timeout (float): The timeout for this request.
@@ -2022,7 +2009,6 @@ def __call__(
20222009
request (~.service.ListModelEvaluationsRequest):
20232010
The request object. Request message for
20242011
[AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations].
2025-
20262012
retry (google.api_core.retry.Retry): Designation of what errors, if any,
20272013
should be retried.
20282014
timeout (float): The timeout for this request.
@@ -2114,7 +2100,6 @@ def __call__(
21142100
request (~.service.ListModelsRequest):
21152101
The request object. Request message for
21162102
[AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels].
2117-
21182103
retry (google.api_core.retry.Retry): Designation of what errors, if any,
21192104
should be retried.
21202105
timeout (float): The timeout for this request.
@@ -2204,7 +2189,6 @@ def __call__(
22042189
request (~.service.UndeployModelRequest):
22052190
The request object. Request message for
22062191
[AutoMl.UndeployModel][google.cloud.automl.v1.AutoMl.UndeployModel].
2207-
22082192
retry (google.api_core.retry.Retry): Designation of what errors, if any,
22092193
should be retried.
22102194
timeout (float): The timeout for this request.
@@ -2304,7 +2288,6 @@ def __call__(
23042288
request (~.service.UpdateDatasetRequest):
23052289
The request object. Request message for
23062290
[AutoMl.UpdateDataset][google.cloud.automl.v1.AutoMl.UpdateDataset]
2307-
23082291
retry (google.api_core.retry.Retry): Designation of what errors, if any,
23092292
should be retried.
23102293
timeout (float): The timeout for this request.
@@ -2407,7 +2390,6 @@ def __call__(
24072390
request (~.service.UpdateModelRequest):
24082391
The request object. Request message for
24092392
[AutoMl.UpdateModel][google.cloud.automl.v1.AutoMl.UpdateModel]
2410-
24112393
retry (google.api_core.retry.Retry): Designation of what errors, if any,
24122394
should be retried.
24132395
timeout (float): The timeout for this request.

google/cloud/automl_v1/services/prediction_service/transports/rest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ def __call__(
328328
request (~.prediction_service.BatchPredictRequest):
329329
The request object. Request message for
330330
[PredictionService.BatchPredict][google.cloud.automl.v1.PredictionService.BatchPredict].
331-
332331
retry (google.api_core.retry.Retry): Designation of what errors, if any,
333332
should be retried.
334333
timeout (float): The timeout for this request.
@@ -426,7 +425,6 @@ def __call__(
426425
request (~.prediction_service.PredictRequest):
427426
The request object. Request message for
428427
[PredictionService.Predict][google.cloud.automl.v1.PredictionService.Predict].
429-
430428
retry (google.api_core.retry.Retry): Designation of what errors, if any,
431429
should be retried.
432430
timeout (float): The timeout for this request.

google/cloud/automl_v1beta1/services/auto_ml/transports/rest.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,6 @@ def __call__(
987987
request (~.service.CreateDatasetRequest):
988988
The request object. Request message for
989989
[AutoMl.CreateDataset][google.cloud.automl.v1beta1.AutoMl.CreateDataset].
990-
991990
retry (google.api_core.retry.Retry): Designation of what errors, if any,
992991
should be retried.
993992
timeout (float): The timeout for this request.
@@ -1088,7 +1087,6 @@ def __call__(
10881087
request (~.service.CreateModelRequest):
10891088
The request object. Request message for
10901089
[AutoMl.CreateModel][google.cloud.automl.v1beta1.AutoMl.CreateModel].
1091-
10921090
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10931091
should be retried.
10941092
timeout (float): The timeout for this request.
@@ -1186,7 +1184,6 @@ def __call__(
11861184
request (~.service.DeleteDatasetRequest):
11871185
The request object. Request message for
11881186
[AutoMl.DeleteDataset][google.cloud.automl.v1beta1.AutoMl.DeleteDataset].
1189-
11901187
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11911188
should be retried.
11921189
timeout (float): The timeout for this request.
@@ -1275,7 +1272,6 @@ def __call__(
12751272
request (~.service.DeleteModelRequest):
12761273
The request object. Request message for
12771274
[AutoMl.DeleteModel][google.cloud.automl.v1beta1.AutoMl.DeleteModel].
1278-
12791275
retry (google.api_core.retry.Retry): Designation of what errors, if any,
12801276
should be retried.
12811277
timeout (float): The timeout for this request.
@@ -1364,7 +1360,6 @@ def __call__(
13641360
request (~.service.DeployModelRequest):
13651361
The request object. Request message for
13661362
[AutoMl.DeployModel][google.cloud.automl.v1beta1.AutoMl.DeployModel].
1367-
13681363
retry (google.api_core.retry.Retry): Designation of what errors, if any,
13691364
should be retried.
13701365
timeout (float): The timeout for this request.
@@ -1462,7 +1457,6 @@ def __call__(
14621457
request (~.service.ExportDataRequest):
14631458
The request object. Request message for
14641459
[AutoMl.ExportData][google.cloud.automl.v1beta1.AutoMl.ExportData].
1465-
14661460
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14671461
should be retried.
14681462
timeout (float): The timeout for this request.
@@ -1560,7 +1554,6 @@ def __call__(
15601554
request (~.service.ExportEvaluatedExamplesRequest):
15611555
The request object. Request message for
15621556
[AutoMl.ExportEvaluatedExamples][google.cloud.automl.v1beta1.AutoMl.ExportEvaluatedExamples].
1563-
15641557
retry (google.api_core.retry.Retry): Designation of what errors, if any,
15651558
should be retried.
15661559
timeout (float): The timeout for this request.
@@ -1662,7 +1655,6 @@ def __call__(
16621655
[AutoMl.ExportModel][google.cloud.automl.v1beta1.AutoMl.ExportModel].
16631656
Models need to be enabled for exporting, otherwise an
16641657
error code will be returned.
1665-
16661658
retry (google.api_core.retry.Retry): Designation of what errors, if any,
16671659
should be retried.
16681660
timeout (float): The timeout for this request.
@@ -1760,7 +1752,6 @@ def __call__(
17601752
request (~.service.GetAnnotationSpecRequest):
17611753
The request object. Request message for
17621754
[AutoMl.GetAnnotationSpec][google.cloud.automl.v1beta1.AutoMl.GetAnnotationSpec].
1763-
17641755
retry (google.api_core.retry.Retry): Designation of what errors, if any,
17651756
should be retried.
17661757
timeout (float): The timeout for this request.
@@ -1850,7 +1841,6 @@ def __call__(
18501841
request (~.service.GetColumnSpecRequest):
18511842
The request object. Request message for
18521843
[AutoMl.GetColumnSpec][google.cloud.automl.v1beta1.AutoMl.GetColumnSpec].
1853-
18541844
retry (google.api_core.retry.Retry): Designation of what errors, if any,
18551845
should be retried.
18561846
timeout (float): The timeout for this request.
@@ -1943,7 +1933,6 @@ def __call__(
19431933
request (~.service.GetDatasetRequest):
19441934
The request object. Request message for
19451935
[AutoMl.GetDataset][google.cloud.automl.v1beta1.AutoMl.GetDataset].
1946-
19471936
retry (google.api_core.retry.Retry): Designation of what errors, if any,
19481937
should be retried.
19491938
timeout (float): The timeout for this request.
@@ -2035,7 +2024,6 @@ def __call__(
20352024
request (~.service.GetModelRequest):
20362025
The request object. Request message for
20372026
[AutoMl.GetModel][google.cloud.automl.v1beta1.AutoMl.GetModel].
2038-
20392027
retry (google.api_core.retry.Retry): Designation of what errors, if any,
20402028
should be retried.
20412029
timeout (float): The timeout for this request.
@@ -2125,7 +2113,6 @@ def __call__(
21252113
request (~.service.GetModelEvaluationRequest):
21262114
The request object. Request message for
21272115
[AutoMl.GetModelEvaluation][google.cloud.automl.v1beta1.AutoMl.GetModelEvaluation].
2128-
21292116
retry (google.api_core.retry.Retry): Designation of what errors, if any,
21302117
should be retried.
21312118
timeout (float): The timeout for this request.
@@ -2215,7 +2202,6 @@ def __call__(
22152202
request (~.service.GetTableSpecRequest):
22162203
The request object. Request message for
22172204
[AutoMl.GetTableSpec][google.cloud.automl.v1beta1.AutoMl.GetTableSpec].
2218-
22192205
retry (google.api_core.retry.Retry): Designation of what errors, if any,
22202206
should be retried.
22212207
timeout (float): The timeout for this request.
@@ -2314,7 +2300,6 @@ def __call__(
23142300
request (~.service.ImportDataRequest):
23152301
The request object. Request message for
23162302
[AutoMl.ImportData][google.cloud.automl.v1beta1.AutoMl.ImportData].
2317-
23182303
retry (google.api_core.retry.Retry): Designation of what errors, if any,
23192304
should be retried.
23202305
timeout (float): The timeout for this request.
@@ -2412,7 +2397,6 @@ def __call__(
24122397
request (~.service.ListColumnSpecsRequest):
24132398
The request object. Request message for
24142399
[AutoMl.ListColumnSpecs][google.cloud.automl.v1beta1.AutoMl.ListColumnSpecs].
2415-
24162400
retry (google.api_core.retry.Retry): Designation of what errors, if any,
24172401
should be retried.
24182402
timeout (float): The timeout for this request.
@@ -2504,7 +2488,6 @@ def __call__(
25042488
request (~.service.ListDatasetsRequest):
25052489
The request object. Request message for
25062490
[AutoMl.ListDatasets][google.cloud.automl.v1beta1.AutoMl.ListDatasets].
2507-
25082491
retry (google.api_core.retry.Retry): Designation of what errors, if any,
25092492
should be retried.
25102493
timeout (float): The timeout for this request.
@@ -2594,7 +2577,6 @@ def __call__(
25942577
request (~.service.ListModelEvaluationsRequest):
25952578
The request object. Request message for
25962579
[AutoMl.ListModelEvaluations][google.cloud.automl.v1beta1.AutoMl.ListModelEvaluations].
2597-
25982580
retry (google.api_core.retry.Retry): Designation of what errors, if any,
25992581
should be retried.
26002582
timeout (float): The timeout for this request.
@@ -2686,7 +2668,6 @@ def __call__(
26862668
request (~.service.ListModelsRequest):
26872669
The request object. Request message for
26882670
[AutoMl.ListModels][google.cloud.automl.v1beta1.AutoMl.ListModels].
2689-
26902671
retry (google.api_core.retry.Retry): Designation of what errors, if any,
26912672
should be retried.
26922673
timeout (float): The timeout for this request.
@@ -2776,7 +2757,6 @@ def __call__(
27762757
request (~.service.ListTableSpecsRequest):
27772758
The request object. Request message for
27782759
[AutoMl.ListTableSpecs][google.cloud.automl.v1beta1.AutoMl.ListTableSpecs].
2779-
27802760
retry (google.api_core.retry.Retry): Designation of what errors, if any,
27812761
should be retried.
27822762
timeout (float): The timeout for this request.
@@ -2868,7 +2848,6 @@ def __call__(
28682848
request (~.service.UndeployModelRequest):
28692849
The request object. Request message for
28702850
[AutoMl.UndeployModel][google.cloud.automl.v1beta1.AutoMl.UndeployModel].
2871-
28722851
retry (google.api_core.retry.Retry): Designation of what errors, if any,
28732852
should be retried.
28742853
timeout (float): The timeout for this request.
@@ -2966,7 +2945,6 @@ def __call__(
29662945
request (~.service.UpdateColumnSpecRequest):
29672946
The request object. Request message for
29682947
[AutoMl.UpdateColumnSpec][google.cloud.automl.v1beta1.AutoMl.UpdateColumnSpec]
2969-
29702948
retry (google.api_core.retry.Retry): Designation of what errors, if any,
29712949
should be retried.
29722950
timeout (float): The timeout for this request.
@@ -3070,7 +3048,6 @@ def __call__(
30703048
request (~.service.UpdateDatasetRequest):
30713049
The request object. Request message for
30723050
[AutoMl.UpdateDataset][google.cloud.automl.v1beta1.AutoMl.UpdateDataset]
3073-
30743051
retry (google.api_core.retry.Retry): Designation of what errors, if any,
30753052
should be retried.
30763053
timeout (float): The timeout for this request.
@@ -3171,7 +3148,6 @@ def __call__(
31713148
request (~.service.UpdateTableSpecRequest):
31723149
The request object. Request message for
31733150
[AutoMl.UpdateTableSpec][google.cloud.automl.v1beta1.AutoMl.UpdateTableSpec]
3174-
31753151
retry (google.api_core.retry.Retry): Designation of what errors, if any,
31763152
should be retried.
31773153
timeout (float): The timeout for this request.

google/cloud/automl_v1beta1/services/prediction_service/transports/rest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ def __call__(
328328
request (~.prediction_service.BatchPredictRequest):
329329
The request object. Request message for
330330
[PredictionService.BatchPredict][google.cloud.automl.v1beta1.PredictionService.BatchPredict].
331-
332331
retry (google.api_core.retry.Retry): Designation of what errors, if any,
333332
should be retried.
334333
timeout (float): The timeout for this request.
@@ -426,7 +425,6 @@ def __call__(
426425
request (~.prediction_service.PredictRequest):
427426
The request object. Request message for
428427
[PredictionService.Predict][google.cloud.automl.v1beta1.PredictionService.Predict].
429-
430428
retry (google.api_core.retry.Retry): Designation of what errors, if any,
431429
should be retried.
432430
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)
0