-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add retrieval_config to ToolConfig v1beta1
PiperOrigin-RevId: 715248038 Source-Link: googleapis/googleapis@79d2e13 Source-Link: googleapis/googleapis-gen@d82f0eb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDgyZjBlYjYzZGRjNzgzNjYzZmM3ZTUxOTNiYWIwMzk2Yzg0ZjFkMSJ9 feat: add retrieval_config to ToolConfig v1 PiperOrigin-RevId: 715245748 Source-Link: googleapis/googleapis@870b703 Source-Link: googleapis/googleapis-gen@0273c42 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI3M2M0MmQwN2Y5ZmVjMDliYzZiNDBmOWI3Yjk2NzRkNjUxZGQzYiJ9 feat: add Context Cache to v1 PiperOrigin-RevId: 714842212 Source-Link: googleapis/googleapis@51b75ed Source-Link: googleapis/googleapis-gen@2689f70 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjY4OWY3MGQyYmRhMThmMjI2YTdlZGU2NDgzZGUxMTk2N2U4MTE1NCJ9 feat: Promote network_configs field to v2 API feat: Make v6e available for GA feat: Add UNKNOWN to TPU node state, This state will be used to prevent a node from being marked as READY during diagnose after it has failed repair feat: Make V5Litepod accelerator config available for v2 feat: Make v5p available for GA docs: A comment for field `network_config` in message `.google.cloud.tpu.v2.Node` is changed PiperOrigin-RevId: 714369166 Source-Link: googleapis/googleapis@276b372 Source-Link: googleapis/googleapis-gen@5b65431 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWI2NTQzMTUyN2FkN2JhZDk0MGRkZWMwZDBhYjllZTJlZjEyY2U5MiJ9
- Loading branch information
1 parent
30a9403
commit e43d467
Showing
2,732 changed files
with
2,440,303 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[run] | ||
branch = True | ||
|
||
[report] | ||
show_missing = True | ||
omit = | ||
google/cloud/aiplatform/v1/schema/trainingjob/definition/__init__.py | ||
google/cloud/aiplatform/v1/schema/trainingjob/definition/gapic_version.py | ||
exclude_lines = | ||
# Re-enable the standard pragma | ||
pragma: NO COVER | ||
# Ignore debug-only repr | ||
def __repr__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright 2020 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Generated by synthtool. DO NOT EDIT! | ||
[flake8] | ||
ignore = E203, E266, E501, W503 | ||
exclude = | ||
# Exclude generated code. | ||
**/proto/** | ||
**/gapic/** | ||
**/services/** | ||
**/types/** | ||
*_pb2.py | ||
|
||
# Standard linting exemptions. | ||
**/.nox/** | ||
__pycache__, | ||
.git, | ||
*.pyc, | ||
conf.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
recursive-include google/cloud/aiplatform/v1/schema/trainingjob/definition *.py | ||
recursive-include google/cloud/aiplatform/v1/schema/trainingjob/definition_v1 *.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Python Client for Google Cloud Aiplatform V1 Schema Trainingjob Definition API | ||
================================================= | ||
|
||
Quick Start | ||
----------- | ||
|
||
In order to use this library, you first need to go through the following steps: | ||
|
||
1. `Select or create a Cloud Platform project.`_ | ||
2. `Enable billing for your project.`_ | ||
3. Enable the Google Cloud Aiplatform V1 Schema Trainingjob Definition API. | ||
4. `Setup Authentication.`_ | ||
|
||
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project | ||
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project | ||
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html | ||
|
||
Installation | ||
~~~~~~~~~~~~ | ||
|
||
Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to | ||
create isolated Python environments. The basic problem it addresses is one of | ||
dependencies and versions, and indirectly permissions. | ||
|
||
With `virtualenv`_, it's possible to install this library without needing system | ||
install permissions, and without clashing with the installed system | ||
dependencies. | ||
|
||
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/ | ||
|
||
|
||
Mac/Linux | ||
^^^^^^^^^ | ||
|
||
.. code-block:: console | ||
python3 -m venv <your-env> | ||
source <your-env>/bin/activate | ||
<your-env>/bin/pip install /path/to/library | ||
Windows | ||
^^^^^^^ | ||
|
||
.. code-block:: console | ||
python3 -m venv <your-env> | ||
<your-env>\Scripts\activate | ||
<your-env>\Scripts\pip.exe install \path\to\library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dl.field-list > dt { | ||
min-width: 100px | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
DatasetService | ||
-------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.dataset_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.dataset_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/deployment_resource_pool_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
DeploymentResourcePoolService | ||
----------------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.deployment_resource_pool_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.deployment_resource_pool_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/endpoint_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
EndpointService | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.endpoint_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.endpoint_service.pagers | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
EvaluationService | ||
----------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.evaluation_service | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/feature_online_store_admin_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FeatureOnlineStoreAdminService | ||
------------------------------------------------ | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.feature_online_store_admin_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.feature_online_store_admin_service.pagers | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
owl-bot-staging/v1/docs/aiplatform_v1/feature_online_store_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FeatureOnlineStoreService | ||
------------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.feature_online_store_service | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/feature_registry_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FeatureRegistryService | ||
---------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.feature_registry_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.feature_registry_service.pagers | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
owl-bot-staging/v1/docs/aiplatform_v1/featurestore_online_serving_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FeaturestoreOnlineServingService | ||
-------------------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.featurestore_online_serving_service | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/featurestore_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FeaturestoreService | ||
------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.featurestore_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.featurestore_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/gen_ai_cache_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
GenAiCacheService | ||
----------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.gen_ai_cache_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.gen_ai_cache_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/gen_ai_tuning_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
GenAiTuningService | ||
------------------------------------ | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.gen_ai_tuning_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.gen_ai_tuning_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/index_endpoint_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
IndexEndpointService | ||
-------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.index_endpoint_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.index_endpoint_service.pagers | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
IndexService | ||
------------------------------ | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.index_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.index_service.pagers | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
JobService | ||
---------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.job_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.job_service.pagers | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
owl-bot-staging/v1/docs/aiplatform_v1/llm_utility_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
LlmUtilityService | ||
----------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.llm_utility_service | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
MatchService | ||
------------------------------ | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.match_service | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/metadata_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
MetadataService | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.metadata_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.metadata_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/migration_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
MigrationService | ||
---------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.migration_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.migration_service.pagers | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
owl-bot-staging/v1/docs/aiplatform_v1/model_garden_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ModelGardenService | ||
------------------------------------ | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.model_garden_service | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ModelService | ||
------------------------------ | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.model_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.model_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/notebook_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
NotebookService | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.notebook_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.notebook_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/persistent_resource_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
PersistentResourceService | ||
------------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.persistent_resource_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.persistent_resource_service.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/pipeline_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
PipelineService | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.pipeline_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.pipeline_service.pagers | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PredictionService | ||
----------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.prediction_service | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/schedule_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ScheduleService | ||
--------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.schedule_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.schedule_service.pagers | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Services for Google Cloud Aiplatform v1 API | ||
=========================================== | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
dataset_service | ||
deployment_resource_pool_service | ||
endpoint_service | ||
evaluation_service | ||
feature_online_store_admin_service | ||
feature_online_store_service | ||
feature_registry_service | ||
featurestore_online_serving_service | ||
featurestore_service | ||
gen_ai_cache_service | ||
gen_ai_tuning_service | ||
index_endpoint_service | ||
index_service | ||
job_service | ||
llm_utility_service | ||
match_service | ||
metadata_service | ||
migration_service | ||
model_garden_service | ||
model_service | ||
notebook_service | ||
persistent_resource_service | ||
pipeline_service | ||
prediction_service | ||
schedule_service | ||
specialist_pool_service | ||
tensorboard_service | ||
vertex_rag_data_service | ||
vertex_rag_service | ||
vizier_service |
10 changes: 10 additions & 0 deletions
10
owl-bot-staging/v1/docs/aiplatform_v1/specialist_pool_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
SpecialistPoolService | ||
--------------------------------------- | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.specialist_pool_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.aiplatform_v1.services.specialist_pool_service.pagers | ||
:members: | ||
:inherited-members: |
Oops, something went wrong.