Skip to content

Commit 61d49a4

Browse files
gcf-owl-bot[bot]copybara-github
authored andcommitted
Copybara import of the project:
-- cc7351c by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: chore: update to gapic-generator-python 1.5.0 feat: add support for `google.cloud.<api>.__version__` PiperOrigin-RevId: 484665853 Source-Link: googleapis/googleapis@8eb249a Source-Link: googleapis/googleapis-gen@c8aa327 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhhYTMyN2I1ZjQ3ODg2NWZjM2ZkOTFlM2MyNzY4ZTU0ZTI2YWQ0NCJ9 -- 769b010 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 -- 44bbb3e by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: chore: Update autogenerated Ruby samples to include snippet methods PiperOrigin-RevId: 485148946 Source-Link: googleapis/googleapis@a94d5d4 Source-Link: googleapis/googleapis-gen@48917f4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDg5MTdmNGY4NGNlNTYyNWRiZDNlMzAyMWNiOGM5NzI5OGMyMGFiOCJ9 -- 346afa8 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 -- 42e1c2a by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add NVIDIA_A100_80GB to AcceleratorType in aiplatform v1beta1 accelerator_type.proto feat: add annotation_labels to ImportDataConfig in aiplatform v1beta1 dataset.proto feat: add total_deployed_model_count and total_endpoint_count to QueryDeployedModelsResponse in aiplatform v1beta1 deployment_resource_pool_service.proto feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1beta1 featurestore_service.proto feat: add metadata_artifact to Model in aiplatform v1beta1 model.proto feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1beta1 pipeline_job.proto feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1beta1 training_pipeline.proto PiperOrigin-RevId: 485963130 Source-Link: googleapis/googleapis@af14709 Source-Link: googleapis/googleapis-gen@3d9d484 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2Q5ZDQ4NGEwMTA0ZTBjY2M0MzY3NzY5Yjc5MzA1YzJjYjZmYzNkOCJ9 -- 37d77ea 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 -- 437f4e7 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add annotation_labels to ImportDataConfig in aiplatform v1 dataset.proto feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1 featurestore_service.proto feat: add metadata_artifact to Model in aiplatform v1 model.proto feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1 pipeline_job.proto feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1 training_pipeline.proto PiperOrigin-RevId: 485963171 Source-Link: googleapis/googleapis@9691f51 Source-Link: googleapis/googleapis-gen@8571031 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODU3MTAzMTZmMzI5ZGZjNzNmMjQ0NjEwZWIwMTk5MjRlNDU4MGE1NiJ9 -- 3e5bc64 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 -- bf46a0e by Anthonios Partheniou <[email protected]>: update version in gapic_version.py -- 22695bc by Yu-Han Liu <[email protected]>: exclude testing/constraints-3.7.txt COPYBARA_INTEGRATE_REVIEW=#1760 from googleapis:owl-bot-copy 22695bc PiperOrigin-RevId: 486734873
1 parent 414e39b commit 61d49a4

File tree

127 files changed

+775
-281
lines changed

Some content is hidden

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

127 files changed

+775
-281
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ Thank you for opening a Pull Request! Before submitting your PR, there are a few
33
- [ ] Ensure the tests and linter pass
44
- [ ] Code coverage does not decrease (if any source code was changed)
55
- [ ] Appropriate docs were updated (if necessary)
6-
- [ ] Get the necessary approvals
7-
- [ ] Once the last commit on the PR has been approved, add the "ready to pull" label to the Pull Request
8-
9-
Note: do not merge your PR from GitHub. Adding the "ready to pull" label is the final step in the review process.
106

117
Fixes #<issue_number_goes_here> 🦕

.kokoro/samples/python3.10/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "ucaip-sample-tests"
19+
value: "python-docs-samples-tests-310"
2020
}
2121

2222
env_vars: {

.kokoro/samples/python3.7/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "ucaip-sample-tests"
19+
value: "python-docs-samples-tests-py37"
2020
}
2121

2222
env_vars: {

.kokoro/samples/python3.8/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "ucaip-sample-tests"
19+
value: "python-docs-samples-tests-py38"
2020
}
2121

2222
env_vars: {

.kokoro/samples/python3.9/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_vars: {
1616
# Declare build specific Cloud project.
1717
env_vars: {
1818
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "ucaip-sample-tests"
19+
value: "python-docs-samples-tests-py39"
2020
}
2121

2222
env_vars: {
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/instance/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.predict.instance import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1.schema.predict.instance_v1.types.image_classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/instance_v1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.predict.instance import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.image_classification import ImageClassificationPredictionInstance

google/cloud/aiplatform/v1/schema/predict/params/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.predict.params import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1.schema.predict.params_v1.types.image_classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/params_v1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.predict.params import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.image_classification import ImageClassificationPredictionParams

google/cloud/aiplatform/v1/schema/predict/prediction/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.predict.prediction import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1.schema.predict.prediction_v1.types.classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/predict/prediction_v1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.predict.prediction import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.classification import ClassificationPredictionResult

google/cloud/aiplatform/v1/schema/trainingjob/definition/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.trainingjob.definition import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1.schema.trainingjob.definition_v1.types.automl_image_classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1/schema/trainingjob/definition_v1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1.schema.trainingjob.definition import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.automl_image_classification import AutoMlImageClassification

google/cloud/aiplatform/v1beta1/schema/predict/instance/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.predict.instance import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.image_classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1beta1/schema/predict/instance_v1beta1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.predict.instance import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.image_classification import ImageClassificationPredictionInstance

google/cloud/aiplatform/v1beta1/schema/predict/params/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.predict.params import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1beta1.schema.predict.params_v1beta1.types.image_classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1beta1/schema/predict/params_v1beta1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.predict.params import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.image_classification import ImageClassificationPredictionParams

google/cloud/aiplatform/v1beta1/schema/predict/prediction/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.predict.prediction import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1beta1.schema.predict.prediction_v1beta1.types.classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1beta1/schema/predict/prediction_v1beta1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.predict.prediction import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.classification import ClassificationPredictionResult

google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.trainingjob.definition import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from google.cloud.aiplatform.v1beta1.schema.trainingjob.definition_v1beta1.types.automl_image_classification import (
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "" # {x-release-please-version}

google/cloud/aiplatform/v1beta1/schema/trainingjob/definition_v1beta1/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from google.cloud.aiplatform.v1beta1.schema.trainingjob.definition import (
17+
gapic_version as package_version,
18+
)
19+
20+
__version__ = package_version.__version__
1621

1722

1823
from .types.automl_image_classification import AutoMlImageClassification

0 commit comments

Comments
 (0)