Skip to content

Commit 0722687

Browse files
gcf-owl-bot[bot]copybara-github
authored andcommitted
Copybara import of the project:
-- 1a2e4e0 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: Add enable_widget option in Google Maps and additional grounding information PiperOrigin-RevId: 810967796 Source-Link: googleapis/googleapis@329ace5 Source-Link: googleapis/googleapis-gen@2fe3f41 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZlM2Y0MTZhNTEwZDljNTY0MzlkYjFiNTQ0YTAxNTBjNzQwNWM0MyJ9 docs: remove legacy internal lint directives PiperOrigin-RevId: 810503708 Source-Link: googleapis/googleapis@d4a9eb5 Source-Link: googleapis/googleapis-gen@6bf95cb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmJmOTVjYjM3N2QyOWQ2ZGM5MjU4MWZlNzkzOTkyNWJlZjZmMjEwNyJ9 feat: add private_model_server_enabled to in Endpoint.proto PiperOrigin-RevId: 806366860 Source-Link: googleapis/googleapis@69e69bf Source-Link: googleapis/googleapis-gen@c537c4e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzUzN2M0ZTliNTc5MzBhNDIyNTU0MTZhODIyZWQzZGU5NDFiNDNkYyJ9 feat: PSC support for custom weights deploy docs: A comment for field `dedicated_endpoint_disabled` in message `.google.cloud.aiplatform.v1beta1.DeployRequest` is changed PiperOrigin-RevId: 803586108 Source-Link: googleapis/googleapis@ed3f1f2 Source-Link: googleapis/googleapis-gen@63abfa3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjNhYmZhMzZlNjdlYmQxNTdjZDMzZWM4OTM5YTg5YzQ2Zjc4MzcyNiJ9 feat: Tuning PreTunedModel API field PiperOrigin-RevId: 803171691 Source-Link: googleapis/googleapis@9412ec4 Source-Link: googleapis/googleapis-gen@f2a1f9d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjJhMWY5ZDUzOTQ2NjBmNDEyZTgwNWU4NjAzYjY1MmYyZmVhMGQzMCJ9 chore: Update gapic-generator-python to 1.26.2 PiperOrigin-RevId: 802200836 Source-Link: googleapis/googleapis@d300b15 Source-Link: googleapis/googleapis-gen@a1ff0ae Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFmZjBhZTcyZGRjYjY4YTI1OTIxNWQ4Yzc3NjYxZTJjZGJiOWIwMiJ9 chore: update Python generator version to 1.25.1 PiperOrigin-RevId: 800535761 Source-Link: googleapis/googleapis@4cf1f99 Source-Link: googleapis/googleapis-gen@133d25b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTMzZDI1YjY4ZTcxMjExNmUxYzVkYzcxZmMzZWIzYzVlNzE3MDIyYSJ9 feat: add Validation mode in FunctionCallingConfig docs: update the comment for ANY mode in FunctionCallingConfig. PiperOrigin-RevId: 800520293 Source-Link: googleapis/googleapis@c522f58 Source-Link: googleapis/googleapis-gen@4a9576d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5NTc2ZGU3MGYyMzdiNDdiMTNlOGE4OTY0NWUzY2U5ZDU5NWQ3NyJ9 feat: add Validation mode in FunctionCallingConfig docs: update the comment for ANY mode in FunctionCallingConfig. PiperOrigin-RevId: 800520293 Source-Link: googleapis/googleapis@c522f58 Source-Link: googleapis/googleapis-gen@4a9576d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5NTc2ZGU3MGYyMzdiNDdiMTNlOGE4OTY0NWUzY2U5ZDU5NWQ3NyJ9 -- b7ed8c7 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md COPYBARA_INTEGRATE_REVIEW=#5767 from googleapis:owl-bot-copy 60242df PiperOrigin-RevId: 811930739
1 parent 7a6a2f5 commit 0722687

File tree

526 files changed

+6221
-7091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+6221
-7091
lines changed

google/cloud/aiplatform/v1/schema/trainingjob/definition_v1/types/automl_tables.py

Lines changed: 52 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ class AutoTransformation(proto.Message):
235235
class NumericTransformation(proto.Message):
236236
r"""Training pipeline will perform following transformation functions.
237237
238-
- The value converted to float32.
239-
- The z_score of the value.
240-
- log(value+1) when the value is greater than or equal to 0.
241-
Otherwise, this transformation is not applied and the value is
242-
considered a missing value.
243-
- z_score of log(value+1) when the value is greater than or equal
244-
to 0. Otherwise, this transformation is not applied and the value
245-
is considered a missing value.
246-
- A boolean value that indicates whether the value is valid.
238+
- The value converted to float32.
239+
- The z_score of the value.
240+
- log(value+1) when the value is greater than or equal to 0.
241+
Otherwise, this transformation is not applied and the value is
242+
considered a missing value.
243+
- z_score of log(value+1) when the value is greater than or equal to
244+
0. Otherwise, this transformation is not applied and the value is
245+
considered a missing value.
246+
- A boolean value that indicates whether the value is valid.
247247
248248
Attributes:
249249
column_name (str):
@@ -268,13 +268,13 @@ class NumericTransformation(proto.Message):
268268
class CategoricalTransformation(proto.Message):
269269
r"""Training pipeline will perform following transformation functions.
270270
271-
- The categorical string as is--no change to case, punctuation,
272-
spelling, tense, and so on.
273-
- Convert the category name to a dictionary lookup index and
274-
generate an embedding for each index.
275-
- Categories that appear less than 5 times in the training dataset
276-
are treated as the "unknown" category. The "unknown" category
277-
gets its own special lookup index and resulting embedding.
271+
- The categorical string as is--no change to case, punctuation,
272+
spelling, tense, and so on.
273+
- Convert the category name to a dictionary lookup index and
274+
generate an embedding for each index.
275+
- Categories that appear less than 5 times in the training dataset
276+
are treated as the "unknown" category. The "unknown" category gets
277+
its own special lookup index and resulting embedding.
278278
279279
Attributes:
280280
column_name (str):
@@ -289,13 +289,13 @@ class CategoricalTransformation(proto.Message):
289289
class TimestampTransformation(proto.Message):
290290
r"""Training pipeline will perform following transformation functions.
291291
292-
- Apply the transformation functions for Numerical columns.
293-
- Determine the year, month, day,and weekday. Treat each value from
294-
the
295-
- timestamp as a Categorical column.
296-
- Invalid numerical values (for example, values that fall outside
297-
of a typical timestamp range, or are extreme values) receive no
298-
special treatment and are not removed.
292+
- Apply the transformation functions for Numerical columns.
293+
- Determine the year, month, day,and weekday. Treat each value from
294+
the
295+
- timestamp as a Categorical column.
296+
- Invalid numerical values (for example, values that fall outside of
297+
a typical timestamp range, or are extreme values) receive no
298+
special treatment and are not removed.
299299
300300
Attributes:
301301
column_name (str):
@@ -304,15 +304,15 @@ class TimestampTransformation(proto.Message):
304304
The format in which that time field is expressed. The
305305
time_format must either be one of:
306306
307-
- ``unix-seconds``
308-
- ``unix-milliseconds``
309-
- ``unix-microseconds``
310-
- ``unix-nanoseconds`` (for respectively number of seconds,
311-
milliseconds, microseconds and nanoseconds since start of
312-
the Unix epoch); or be written in ``strftime`` syntax. If
313-
time_format is not set, then the default format is RFC
314-
3339 ``date-time`` format, where ``time-offset`` =
315-
``"Z"`` (e.g. 1985-04-12T23:20:50.52Z)
307+
- ``unix-seconds``
308+
- ``unix-milliseconds``
309+
- ``unix-microseconds``
310+
- ``unix-nanoseconds`` (for respectively number of seconds,
311+
milliseconds, microseconds and nanoseconds since start of
312+
the Unix epoch); or be written in ``strftime`` syntax. If
313+
time_format is not set, then the default format is RFC
314+
3339 ``date-time`` format, where ``time-offset`` = ``"Z"``
315+
(e.g. 1985-04-12T23:20:50.52Z)
316316
invalid_values_allowed (bool):
317317
If invalid values is allowed, the training
318318
pipeline will create a boolean feature that
@@ -337,15 +337,14 @@ class TimestampTransformation(proto.Message):
337337
class TextTransformation(proto.Message):
338338
r"""Training pipeline will perform following transformation functions.
339339
340-
- The text as is--no change to case, punctuation, spelling, tense,
341-
and so on.
342-
- Tokenize text to words. Convert each words to a dictionary lookup
343-
index and generate an embedding for each index. Combine the
344-
embedding of all elements into a single embedding using the mean.
345-
- Tokenization is based on unicode script boundaries.
346-
- Missing values get their own lookup index and resulting
347-
embedding.
348-
- Stop-words receive no special treatment and are not removed.
340+
- The text as is--no change to case, punctuation, spelling, tense,
341+
and so on.
342+
- Tokenize text to words. Convert each words to a dictionary lookup
343+
index and generate an embedding for each index. Combine the
344+
embedding of all elements into a single embedding using the mean.
345+
- Tokenization is based on unicode script boundaries.
346+
- Missing values get their own lookup index and resulting embedding.
347+
- Stop-words receive no special treatment and are not removed.
349348
350349
Attributes:
351350
column_name (str):
@@ -361,9 +360,9 @@ class NumericArrayTransformation(proto.Message):
361360
r"""Treats the column as numerical array and performs following
362361
transformation functions.
363362
364-
- All transformations for Numerical types applied to the average of
365-
the all elements.
366-
- The average of empty arrays is treated as zero.
363+
- All transformations for Numerical types applied to the average of
364+
the all elements.
365+
- The average of empty arrays is treated as zero.
367366
368367
Attributes:
369368
column_name (str):
@@ -389,11 +388,11 @@ class CategoricalArrayTransformation(proto.Message):
389388
r"""Treats the column as categorical array and performs following
390389
transformation functions.
391390
392-
- For each element in the array, convert the category name to a
393-
dictionary lookup index and generate an embedding for each index.
394-
Combine the embedding of all elements into a single embedding
395-
using the mean.
396-
- Empty arrays treated as an embedding of zeroes.
391+
- For each element in the array, convert the category name to a
392+
dictionary lookup index and generate an embedding for each index.
393+
Combine the embedding of all elements into a single embedding
394+
using the mean.
395+
- Empty arrays treated as an embedding of zeroes.
397396
398397
Attributes:
399398
column_name (str):
@@ -409,10 +408,10 @@ class TextArrayTransformation(proto.Message):
409408
r"""Treats the column as text array and performs following
410409
transformation functions.
411410
412-
- Concatenate all text values in the array into a single text value
413-
using a space (" ") as a delimiter, and then treat the result as
414-
a single text value. Apply the transformations for Text columns.
415-
- Empty arrays treated as an empty text.
411+
- Concatenate all text values in the array into a single text value
412+
using a space (" ") as a delimiter, and then treat the result as a
413+
single text value. Apply the transformations for Text columns.
414+
- Empty arrays treated as an empty text.
416415
417416
Attributes:
418417
column_name (str):

google/cloud/aiplatform/v1/schema/trainingjob/definition_v1/types/export_evaluated_data_items_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ExportEvaluatedDataItemsConfig(proto.Message):
3939
4040
If not specified, then results are exported to the following
4141
auto-created BigQuery table:
42-
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
42+
<project_id>:export_evaluated_examples\_<model_name>\_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
4343
override_existing_table (bool):
4444
If true and an export destination is
4545
specified, then the contents of the destination

google/cloud/aiplatform/v1beta1/schema/trainingjob/definition_v1beta1/types/automl_tables.py

Lines changed: 52 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ class AutoTransformation(proto.Message):
235235
class NumericTransformation(proto.Message):
236236
r"""Training pipeline will perform following transformation functions.
237237
238-
- The value converted to float32.
239-
- The z_score of the value.
240-
- log(value+1) when the value is greater than or equal to 0.
241-
Otherwise, this transformation is not applied and the value is
242-
considered a missing value.
243-
- z_score of log(value+1) when the value is greater than or equal
244-
to 0. Otherwise, this transformation is not applied and the value
245-
is considered a missing value.
246-
- A boolean value that indicates whether the value is valid.
238+
- The value converted to float32.
239+
- The z_score of the value.
240+
- log(value+1) when the value is greater than or equal to 0.
241+
Otherwise, this transformation is not applied and the value is
242+
considered a missing value.
243+
- z_score of log(value+1) when the value is greater than or equal to
244+
0. Otherwise, this transformation is not applied and the value is
245+
considered a missing value.
246+
- A boolean value that indicates whether the value is valid.
247247
248248
Attributes:
249249
column_name (str):
@@ -268,13 +268,13 @@ class NumericTransformation(proto.Message):
268268
class CategoricalTransformation(proto.Message):
269269
r"""Training pipeline will perform following transformation functions.
270270
271-
- The categorical string as is--no change to case, punctuation,
272-
spelling, tense, and so on.
273-
- Convert the category name to a dictionary lookup index and
274-
generate an embedding for each index.
275-
- Categories that appear less than 5 times in the training dataset
276-
are treated as the "unknown" category. The "unknown" category
277-
gets its own special lookup index and resulting embedding.
271+
- The categorical string as is--no change to case, punctuation,
272+
spelling, tense, and so on.
273+
- Convert the category name to a dictionary lookup index and
274+
generate an embedding for each index.
275+
- Categories that appear less than 5 times in the training dataset
276+
are treated as the "unknown" category. The "unknown" category gets
277+
its own special lookup index and resulting embedding.
278278
279279
Attributes:
280280
column_name (str):
@@ -289,13 +289,13 @@ class CategoricalTransformation(proto.Message):
289289
class TimestampTransformation(proto.Message):
290290
r"""Training pipeline will perform following transformation functions.
291291
292-
- Apply the transformation functions for Numerical columns.
293-
- Determine the year, month, day,and weekday. Treat each value from
294-
the
295-
- timestamp as a Categorical column.
296-
- Invalid numerical values (for example, values that fall outside
297-
of a typical timestamp range, or are extreme values) receive no
298-
special treatment and are not removed.
292+
- Apply the transformation functions for Numerical columns.
293+
- Determine the year, month, day,and weekday. Treat each value from
294+
the
295+
- timestamp as a Categorical column.
296+
- Invalid numerical values (for example, values that fall outside of
297+
a typical timestamp range, or are extreme values) receive no
298+
special treatment and are not removed.
299299
300300
Attributes:
301301
column_name (str):
@@ -304,15 +304,15 @@ class TimestampTransformation(proto.Message):
304304
The format in which that time field is expressed. The
305305
time_format must either be one of:
306306
307-
- ``unix-seconds``
308-
- ``unix-milliseconds``
309-
- ``unix-microseconds``
310-
- ``unix-nanoseconds`` (for respectively number of seconds,
311-
milliseconds, microseconds and nanoseconds since start of
312-
the Unix epoch); or be written in ``strftime`` syntax. If
313-
time_format is not set, then the default format is RFC
314-
3339 ``date-time`` format, where ``time-offset`` =
315-
``"Z"`` (e.g. 1985-04-12T23:20:50.52Z)
307+
- ``unix-seconds``
308+
- ``unix-milliseconds``
309+
- ``unix-microseconds``
310+
- ``unix-nanoseconds`` (for respectively number of seconds,
311+
milliseconds, microseconds and nanoseconds since start of
312+
the Unix epoch); or be written in ``strftime`` syntax. If
313+
time_format is not set, then the default format is RFC
314+
3339 ``date-time`` format, where ``time-offset`` = ``"Z"``
315+
(e.g. 1985-04-12T23:20:50.52Z)
316316
invalid_values_allowed (bool):
317317
If invalid values is allowed, the training
318318
pipeline will create a boolean feature that
@@ -337,15 +337,14 @@ class TimestampTransformation(proto.Message):
337337
class TextTransformation(proto.Message):
338338
r"""Training pipeline will perform following transformation functions.
339339
340-
- The text as is--no change to case, punctuation, spelling, tense,
341-
and so on.
342-
- Tokenize text to words. Convert each words to a dictionary lookup
343-
index and generate an embedding for each index. Combine the
344-
embedding of all elements into a single embedding using the mean.
345-
- Tokenization is based on unicode script boundaries.
346-
- Missing values get their own lookup index and resulting
347-
embedding.
348-
- Stop-words receive no special treatment and are not removed.
340+
- The text as is--no change to case, punctuation, spelling, tense,
341+
and so on.
342+
- Tokenize text to words. Convert each words to a dictionary lookup
343+
index and generate an embedding for each index. Combine the
344+
embedding of all elements into a single embedding using the mean.
345+
- Tokenization is based on unicode script boundaries.
346+
- Missing values get their own lookup index and resulting embedding.
347+
- Stop-words receive no special treatment and are not removed.
349348
350349
Attributes:
351350
column_name (str):
@@ -361,9 +360,9 @@ class NumericArrayTransformation(proto.Message):
361360
r"""Treats the column as numerical array and performs following
362361
transformation functions.
363362
364-
- All transformations for Numerical types applied to the average of
365-
the all elements.
366-
- The average of empty arrays is treated as zero.
363+
- All transformations for Numerical types applied to the average of
364+
the all elements.
365+
- The average of empty arrays is treated as zero.
367366
368367
Attributes:
369368
column_name (str):
@@ -389,11 +388,11 @@ class CategoricalArrayTransformation(proto.Message):
389388
r"""Treats the column as categorical array and performs following
390389
transformation functions.
391390
392-
- For each element in the array, convert the category name to a
393-
dictionary lookup index and generate an embedding for each index.
394-
Combine the embedding of all elements into a single embedding
395-
using the mean.
396-
- Empty arrays treated as an embedding of zeroes.
391+
- For each element in the array, convert the category name to a
392+
dictionary lookup index and generate an embedding for each index.
393+
Combine the embedding of all elements into a single embedding
394+
using the mean.
395+
- Empty arrays treated as an embedding of zeroes.
397396
398397
Attributes:
399398
column_name (str):
@@ -409,10 +408,10 @@ class TextArrayTransformation(proto.Message):
409408
r"""Treats the column as text array and performs following
410409
transformation functions.
411410
412-
- Concatenate all text values in the array into a single text value
413-
using a space (" ") as a delimiter, and then treat the result as
414-
a single text value. Apply the transformations for Text columns.
415-
- Empty arrays treated as an empty text.
411+
- Concatenate all text values in the array into a single text value
412+
using a space (" ") as a delimiter, and then treat the result as a
413+
single text value. Apply the transformations for Text columns.
414+
- Empty arrays treated as an empty text.
416415
417416
Attributes:
418417
column_name (str):

0 commit comments

Comments
 (0)