migrate code from googleapis/python-automl by arbrown · Pull Request #8528 · GoogleCloudPlatform/python-docs-samples

and others added 30 commits

August 11, 2020 09:58
* automl: add base model samples for automl ga

* Add tests for each file, provide a unique model for each python version for kokoro

* Fix version check

* Update tests and format

* Update deploy_model_test.py

* Update license headers, ensure double quotes is used everywhere, leave black formatting
* automl: add vision classification samples for automl ga

* lint

* naming

* clean up samples and test

* lint

* Consistently use double quotes

* Move test imports to top of file

* Fix license year

* license year 2020, drop python2 unicode print
* automl: add translate ga samples

* While still testing python2 on kokoro, use unicode print for non-ascii strings

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
…2677)

* automl: add natural language sentiment analysis ga samples

* Add links to documentation

* Update tests to use centralized project

* Fix environment variable, make translate test less flaky
* automl: add base dataset samples for automl ga

* Use a unique prefix

* Move test imports to top / misc feedback cleanup

* Update tests

* Use centralized testing project for automl resources

* Test fix

* Consistently use double quotes

* License year 2020

* Use a fake dataset to fix the flaky test as only one operation can work at a time

* use centralized automl testing project

* use different automl product to import data
…2678)

* automl: add natural language text classification ga samples

* use centralized automl testing project, update doc comments, update test method names
…2676)

* automl: add natural language entity extraction ga samples

* Update language_entity_extraction_predict_test.py

* Update language_entity_extraction_predict_test.py

* use centralized automl testing project and add comments that link to docs
…2614)

* automl: add vision object detection samples for atuoml ga

* Update tests

* update test resource file used

* Consistently use double quotes

* Move test imports to top of file

* license year 2020

* Use centralized testing project for automl, improve comment with links to docs

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
* automl: add base samples

* automl: add base set of samples

* Clean up tests

* License year 2020, drop python2 print statement unicode

* use centralized automl testing project

* Fix GCS path typo

* Use fake dataset for batch predict

* lint: line length

* fix fixture naming and use

* Fix fixture changes

* Catch resource exhausted error

* use fake data for import test

* update how to access an operation id

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
…](#3046)

* chore(deps): update dependency google-cloud-storage to v1.26.0

* chore(deps): specify dependencies by python version

* chore: up other deps to try to remove errors

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Leah Cole <coleleah@google.com>
* chore(deps): update dependency requests to v2.23.0

* Simplify noxfile and add version control.

* Configure appengine/standard to only test Python 2.7.

* Update Kokokro configs to match noxfile.

* Add requirements-test to each folder.

* Remove Py2 versions from everything execept appengine/standard.

* Remove conftest.py.

* Remove appengine/standard/conftest.py

* Remove 'no-sucess-flaky-report' from pytest.ini.

* Add GAE SDK back to appengine/standard tests.

* Fix typo.

* Roll pytest to python 2 version.

* Add a bunch of testing requirements.

* Remove typo.

* Add appengine lib directory back in.

* Add some additional requirements.

* Fix issue with flake8 args.

* Even more requirements.

* Readd appengine conftest.py.

* Add a few more requirements.

* Even more Appengine requirements.

* Add webtest for appengine/standard/mailgun.

* Add some additional requirements.

* Add workaround for issue with mailjet-rest.

* Add responses for appengine/standard/mailjet.

Co-authored-by: Renovate Bot <bot@renovateapp.com>
…3492)

fixes #3415

Also setting a hard deadline for model deployment.
…](#3260)

Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
…](#3785)

* chore(deps): update dependency google-cloud-storage to v1.28.1

* [asset] testing: use uuid instead of time

Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
* chore(deps): update dependency pytest to v5.4.3

* specify pytest for python 2 in appengine

Co-authored-by: Leah Cole <coleleah@google.com>
* Add Set Endpoint Samples

* Add additional test result option

* Sample Request update

* Add filter_
* Auto-update dependencies.

* Revert update of appengine/flexible/datastore.

* revert update of appengine/flexible/scipy

* revert update of bigquery/bqml

* revert update of bigquery/cloud-client

* revert update of bigquery/datalab-migration

* revert update of bigtable/quickstart

* revert update of compute/api

* revert update of container_registry/container_analysis

* revert update of dataflow/run_template

* revert update of datastore/cloud-ndb

* revert update of dialogflow/cloud-client

* revert update of dlp

* revert update of functions/imagemagick

* revert update of functions/ocr/app

* revert update of healthcare/api-client/fhir

* revert update of iam/api-client

* revert update of iot/api-client/gcs_file_to_device

* revert update of iot/api-client/mqtt_example

* revert update of language/automl

* revert update of run/image-processing

* revert update of vision/automl

* revert update testing/requirements.txt

* revert update of vision/cloud-client/detect

* revert update of vision/cloud-client/product_search

* revert update of jobs/v2/api_client

* revert update of jobs/v3/api_client

* revert update of opencensus

* revert update of translate/cloud-client

* revert update to speech/cloud-client

Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Doug Mahugh <dmahugh@gmail.com>
…2754)

* automl: video beta move model samples from branch to master

* Fix region tag

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
)

* automl: move video object tracking samples out of branch

* fix uuid and create test

* fix project

* use global var for testing

* Update video_object_tracking_create_model_test.py
…#2750)](#2750)

* automl: video beta - move beta samples out of branch and into master

* lint

* update error message on batch predict

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
* automl: video beta samples move from branch to master

* fix test for when create dataset doesn't return an LRO

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>

@renovate-bot

@renovate-bot

@renovate-bot

Source-Link: googleapis/synthtool@50db768
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978

@renovate-bot

@renovate-bot

Co-authored-by: Anthonios Partheniou <partheniou@google.com>

@renovate-bot

@arbrown

@arbrown arbrown marked this pull request as ready for review

November 17, 2022 21:52

dandhlee

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>

@arbrown

dandhlee

@dandhlee

dandhlee

@dandhlee dandhlee deleted the python-automl-migration branch

November 17, 2022 23:42