File tree Expand file tree Collapse file tree 16 files changed +152
-214
lines changed
packages/google-cloud-automl/google/cloud/automl_v1 Expand file tree Collapse file tree 16 files changed +152
-214
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class AutoMlAsyncClient:
73
73
Currently the only supported ``location_id`` is "us-central1".
74
74
75
75
On any input that is documented to expect a string parameter in
76
- snake_case or kebab -case, either of those cases is accepted.
76
+ snake_case or dash -case, either of those cases is accepted.
77
77
"""
78
78
79
79
_client : AutoMlClient
@@ -1411,7 +1411,6 @@ async def deploy_model(
1411
1411
r"""Deploys a model. If a model is already deployed, deploying it
1412
1412
with the same parameters has no effect. Deploying with different
1413
1413
parametrs (as e.g. changing
1414
-
1415
1414
[node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
1416
1415
will reset the deployment state without pausing the model's
1417
1416
availability.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class AutoMlClient(metaclass=AutoMlClientMeta):
107
107
Currently the only supported ``location_id`` is "us-central1".
108
108
109
109
On any input that is documented to expect a string parameter in
110
- snake_case or kebab -case, either of those cases is accepted.
110
+ snake_case or dash -case, either of those cases is accepted.
111
111
"""
112
112
113
113
@staticmethod
@@ -1593,7 +1593,6 @@ def deploy_model(
1593
1593
r"""Deploys a model. If a model is already deployed, deploying it
1594
1594
with the same parameters has no effect. Deploying with different
1595
1595
parametrs (as e.g. changing
1596
-
1597
1596
[node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
1598
1597
will reset the deployment state without pausing the model's
1599
1598
availability.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class AutoMlGrpcTransport(AutoMlTransport):
53
53
Currently the only supported ``location_id`` is "us-central1".
54
54
55
55
On any input that is documented to expect a string parameter in
56
- snake_case or kebab -case, either of those cases is accepted.
56
+ snake_case or dash -case, either of those cases is accepted.
57
57
58
58
This class defines the same methods as the primary client, so the
59
59
primary client can load the underlying transport implementation
@@ -626,7 +626,6 @@ def deploy_model(
626
626
Deploys a model. If a model is already deployed, deploying it
627
627
with the same parameters has no effect. Deploying with different
628
628
parametrs (as e.g. changing
629
-
630
629
[node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
631
630
will reset the deployment state without pausing the model's
632
631
availability.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class AutoMlGrpcAsyncIOTransport(AutoMlTransport):
54
54
Currently the only supported ``location_id`` is "us-central1".
55
55
56
56
On any input that is documented to expect a string parameter in
57
- snake_case or kebab -case, either of those cases is accepted.
57
+ snake_case or dash -case, either of those cases is accepted.
58
58
59
59
This class defines the same methods as the primary client, so the
60
60
primary client can load the underlying transport implementation
@@ -638,7 +638,6 @@ def deploy_model(
638
638
Deploys a model. If a model is already deployed, deploying it
639
639
with the same parameters has no effect. Deploying with different
640
640
parametrs (as e.g. changing
641
-
642
641
[node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
643
642
will reset the deployment state without pausing the model's
644
643
availability.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class PredictionServiceAsyncClient:
47
47
"""AutoML Prediction API.
48
48
49
49
On any input that is documented to expect a string parameter in
50
- snake_case or kebab -case, either of those cases is accepted.
50
+ snake_case or dash -case, either of those cases is accepted.
51
51
"""
52
52
53
53
_client : PredictionServiceClient
@@ -270,7 +270,6 @@ async def predict(
270
270
AutoML Tables
271
271
272
272
``feature_importance`` : (boolean) Whether
273
-
274
273
[feature_importance][google.cloud.automl.v1.TablesModelColumnInfo.feature_importance]
275
274
is populated in the returned list of
276
275
[TablesAnnotation][google.cloud.automl.v1.TablesAnnotation]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class PredictionServiceClient(metaclass=PredictionServiceClientMeta):
85
85
"""AutoML Prediction API.
86
86
87
87
On any input that is documented to expect a string parameter in
88
- snake_case or kebab -case, either of those cases is accepted.
88
+ snake_case or dash -case, either of those cases is accepted.
89
89
"""
90
90
91
91
@staticmethod
@@ -464,7 +464,6 @@ def predict(
464
464
AutoML Tables
465
465
466
466
``feature_importance`` : (boolean) Whether
467
-
468
467
[feature_importance][google.cloud.automl.v1.TablesModelColumnInfo.feature_importance]
469
468
is populated in the returned list of
470
469
[TablesAnnotation][google.cloud.automl.v1.TablesAnnotation]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class PredictionServiceGrpcTransport(PredictionServiceTransport):
36
36
AutoML Prediction API.
37
37
38
38
On any input that is documented to expect a string parameter in
39
- snake_case or kebab -case, either of those cases is accepted.
39
+ snake_case or dash -case, either of those cases is accepted.
40
40
41
41
This class defines the same methods as the primary client, so the
42
42
primary client can load the underlying transport implementation
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class PredictionServiceGrpcAsyncIOTransport(PredictionServiceTransport):
37
37
AutoML Prediction API.
38
38
39
39
On any input that is documented to expect a string parameter in
40
- snake_case or kebab -case, either of those cases is accepted.
40
+ snake_case or dash -case, either of those cases is accepted.
41
41
42
42
This class defines the same methods as the primary client, so the
43
43
primary client can load the underlying transport implementation
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ class AnnotationSpec(proto.Message):
27
27
Attributes:
28
28
name (str):
29
29
Output only. Resource name of the annotation spec. Form:
30
-
31
30
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
32
31
display_name (str):
33
32
Required. The name of the annotation spec to show in the
Original file line number Diff line number Diff line change @@ -169,15 +169,13 @@ class ConfusionMatrix(proto.Message):
169
169
annotation_spec_id (Sequence[str]):
170
170
Output only. IDs of the annotation specs used in the
171
171
confusion matrix. For Tables CLASSIFICATION
172
-
173
172
[prediction_type][google.cloud.automl.v1p1beta.TablesModelMetadata.prediction_type]
174
173
only list of [annotation_spec_display_name-s][] is
175
174
populated.
176
175
display_name (Sequence[str]):
177
176
Output only. Display name of the annotation specs used in
178
177
the confusion matrix, as they were at the moment of the
179
178
evaluation. For Tables CLASSIFICATION
180
-
181
179
[prediction_type-s][google.cloud.automl.v1p1beta.TablesModelMetadata.prediction_type],
182
180
distinct values of the target column at the moment of the
183
181
model evaluation are populated here.
You can’t perform that action at this time.
0 commit comments