Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

docs: Minor formatting #506

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions 1 google/cloud/automl_v1/types/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class Dataset(proto.Message):
underscores and dashes. International characters
are allowed. Label values are optional. Label
keys must start with a letter.

See https://goo.gl/xmQnxf for more information
on and examples of labels.
"""
Expand Down
1 change: 1 addition & 0 deletions 1 google/cloud/automl_v1/types/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,7 @@ class DocumentInputConfig(proto.Message):
The Google Cloud Storage location of the
document file. Only a single path should be
given.

Max supported size: 512MB.

Supported extensions: .PDF.
Expand Down
1 change: 1 addition & 0 deletions 1 google/cloud/automl_v1/types/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class Model(proto.Message):
underscores and dashes. International characters
are allowed. Label values are optional. Label
keys must start with a letter.

See https://goo.gl/xmQnxf for more information
on and examples of labels.
"""
Expand Down
15 changes: 7 additions & 8 deletions 15 google/cloud/automl_v1beta1/types/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ class ExportDataOutputInfo(proto.Message):
This field is a member of `oneof`_ ``output_location``.
bigquery_output_dataset (str):
The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the exported data is written.
bq://projectId.bqDatasetId format, into which
the exported data is written.

This field is a member of `oneof`_ ``output_location``.
"""
Expand Down Expand Up @@ -289,9 +289,8 @@ class BatchPredictOutputInfo(proto.Message):
This field is a member of `oneof`_ ``output_location``.
bigquery_output_dataset (str):
The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is
written.
bq://projectId.bqDatasetId format, into which
the prediction output is written.

This field is a member of `oneof`_ ``output_location``.
"""
Expand Down Expand Up @@ -370,9 +369,9 @@ class ExportEvaluatedExamplesOutputInfo(proto.Message):
Attributes:
bigquery_output_dataset (str):
The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the output of export
evaluated examples is written.
bq://projectId.bqDatasetId format, into which
the output of export evaluated examples is
written.
"""

bigquery_output_dataset: str = proto.Field(
Expand Down
2 changes: 2 additions & 0 deletions 2 google/cloud/automl_v1beta1/types/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,15 @@ class TablesModelMetadata(proto.Message):
Required. The train budget of creating this
model, expressed in milli node hours i.e. 1,000
value in this field means 1 node hour.

The training cost of the model will not exceed
this budget. The final cost will be attempted to
be close to the budget, though may end up being
(even) noticeably smaller - at the backend's
discretion. This especially may happen when
further model training ceases to provide any
improvements.

If the budget is set to a value known to be
insufficient to train a model for the given
dataset, the training won't be attempted and
Expand Down
2 changes: 1 addition & 1 deletion 2 tests/unit/gapic/automl_v1/test_auto_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from google.cloud.automl_v1.types import text_extraction
from google.cloud.automl_v1.types import text_sentiment
from google.cloud.automl_v1.types import translation
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import empty_pb2 # type: ignore
from google.protobuf import field_mask_pb2 # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion 2 tests/unit/gapic/automl_v1/test_prediction_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
from google.cloud.automl_v1.types import operations
from google.cloud.automl_v1.types import prediction_service
from google.cloud.automl_v1.types import text_segment
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
import google.auth

Expand Down
2 changes: 1 addition & 1 deletion 2 tests/unit/gapic/automl_v1beta1/test_auto_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
from google.cloud.automl_v1beta1.types import text_sentiment
from google.cloud.automl_v1beta1.types import translation
from google.cloud.automl_v1beta1.types import video
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import empty_pb2 # type: ignore
from google.protobuf import field_mask_pb2 # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion 2 tests/unit/gapic/automl_v1beta1/test_prediction_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
from google.cloud.automl_v1beta1.types import operations
from google.cloud.automl_v1beta1.types import prediction_service
from google.cloud.automl_v1beta1.types import text_segment
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import struct_pb2 # type: ignore
import google.auth
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.