Skip to content

Commit 4ddc426

Browse files
authored
feat: regenerate v1beta1 (#4)
1 parent e80a4fc commit 4ddc426

File tree

109 files changed

+8323
-35467
lines changed

Some content is hidden

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

109 files changed

+8323
-35467
lines changed

docs/aiplatform_v1beta1/services.rst

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
Services for Google Cloud Aiplatform v1beta1 API
2-
================================================
1+
Client for Google Cloud Aiplatform API
2+
======================================
33

4-
.. automodule:: google.cloud.aiplatform_v1beta1.services.dataset_service
5-
:members:
6-
:inherited-members:
7-
.. automodule:: google.cloud.aiplatform_v1beta1.services.endpoint_service
8-
:members:
9-
:inherited-members:
10-
.. automodule:: google.cloud.aiplatform_v1beta1.services.job_service
11-
:members:
12-
:inherited-members:
13-
.. automodule:: google.cloud.aiplatform_v1beta1.services.model_service
14-
:members:
15-
:inherited-members:
16-
.. automodule:: google.cloud.aiplatform_v1beta1.services.pipeline_service
17-
:members:
18-
:inherited-members:
19-
.. automodule:: google.cloud.aiplatform_v1beta1.services.prediction_service
20-
:members:
21-
:inherited-members:
22-
.. automodule:: google.cloud.aiplatform_v1beta1.services.specialist_pool_service
4+
.. automodule:: google.cloud.aiplatform_v1beta1
235
:members:
246
:inherited-members:

docs/aiplatform_v1beta1/types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Types for Google Cloud Aiplatform v1beta1 API
2-
=============================================
1+
Types for Google Cloud Aiplatform API
2+
=====================================
33

44
.. automodule:: google.cloud.aiplatform_v1beta1.types
55
:members:

google/cloud/aiplatform/__init__.py

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,43 +15,23 @@
1515
# limitations under the License.
1616
#
1717

18-
from google.cloud.aiplatform_v1beta1.services.dataset_service.async_client import (
19-
DatasetServiceAsyncClient,
20-
)
18+
2119
from google.cloud.aiplatform_v1beta1.services.dataset_service.client import (
2220
DatasetServiceClient,
2321
)
24-
from google.cloud.aiplatform_v1beta1.services.endpoint_service.async_client import (
25-
EndpointServiceAsyncClient,
26-
)
2722
from google.cloud.aiplatform_v1beta1.services.endpoint_service.client import (
2823
EndpointServiceClient,
2924
)
30-
from google.cloud.aiplatform_v1beta1.services.job_service.async_client import (
31-
JobServiceAsyncClient,
32-
)
3325
from google.cloud.aiplatform_v1beta1.services.job_service.client import JobServiceClient
34-
from google.cloud.aiplatform_v1beta1.services.model_service.async_client import (
35-
ModelServiceAsyncClient,
36-
)
3726
from google.cloud.aiplatform_v1beta1.services.model_service.client import (
3827
ModelServiceClient,
3928
)
40-
from google.cloud.aiplatform_v1beta1.services.pipeline_service.async_client import (
41-
PipelineServiceAsyncClient,
42-
)
4329
from google.cloud.aiplatform_v1beta1.services.pipeline_service.client import (
4430
PipelineServiceClient,
4531
)
46-
from google.cloud.aiplatform_v1beta1.services.prediction_service.async_client import (
47-
PredictionServiceAsyncClient,
48-
)
4932
from google.cloud.aiplatform_v1beta1.services.prediction_service.client import (
5033
PredictionServiceClient,
5134
)
52-
from google.cloud.aiplatform_v1beta1.services.specialist_pool_service.async_client import (
53-
SpecialistPoolServiceAsyncClient,
54-
)
5535
from google.cloud.aiplatform_v1beta1.services.specialist_pool_service.client import (
5636
SpecialistPoolServiceClient,
5737
)
@@ -352,7 +332,6 @@
352332
"DataItem",
353333
"DataLabelingJob",
354334
"Dataset",
355-
"DatasetServiceAsyncClient",
356335
"DatasetServiceClient",
357336
"DedicatedResources",
358337
"DeleteBatchPredictionJobRequest",
@@ -371,7 +350,6 @@
371350
"DeployedModel",
372351
"DeployedModelRef",
373352
"Endpoint",
374-
"EndpointServiceAsyncClient",
375353
"EndpointServiceClient",
376354
"EnvVar",
377355
"ExplainRequest",
@@ -410,7 +388,6 @@
410388
"ImportDataRequest",
411389
"ImportDataResponse",
412390
"InputDataConfig",
413-
"JobServiceAsyncClient",
414391
"JobServiceClient",
415392
"JobState",
416393
"ListAnnotationsRequest",
@@ -447,25 +424,21 @@
447424
"ModelEvaluation",
448425
"ModelEvaluationSlice",
449426
"ModelExplanation",
450-
"ModelServiceAsyncClient",
451427
"ModelServiceClient",
452-
"PipelineServiceAsyncClient",
453428
"PipelineServiceClient",
454429
"PipelineState",
455430
"Port",
456431
"PredefinedSplit",
457432
"PredictRequest",
458433
"PredictResponse",
459434
"PredictSchemata",
460-
"PredictionServiceAsyncClient",
461435
"PredictionServiceClient",
462436
"PythonPackageSpec",
463437
"ResourcesConsumed",
464438
"SampleConfig",
465439
"SampledShapleyAttribution",
466440
"Scheduling",
467441
"SpecialistPool",
468-
"SpecialistPoolServiceAsyncClient",
469442
"SpecialistPoolServiceClient",
470443
"StudySpec",
471444
"TimestampSplit",

google/cloud/aiplatform_v1beta1/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18+
1819
from .services.dataset_service import DatasetServiceClient
1920
from .services.endpoint_service import EndpointServiceClient
2021
from .services.job_service import JobServiceClient
@@ -212,7 +213,6 @@
212213
"DataItem",
213214
"DataLabelingJob",
214215
"Dataset",
215-
"DatasetServiceClient",
216216
"DedicatedResources",
217217
"DeleteBatchPredictionJobRequest",
218218
"DeleteCustomJobRequest",
@@ -319,6 +319,7 @@
319319
"SampledShapleyAttribution",
320320
"Scheduling",
321321
"SpecialistPool",
322+
"SpecialistPoolServiceClient",
322323
"StudySpec",
323324
"TimestampSplit",
324325
"TrainingConfig",
@@ -337,5 +338,5 @@
337338
"UploadModelResponse",
338339
"UserActionReference",
339340
"WorkerPoolSpec",
340-
"SpecialistPoolServiceClient",
341+
"DatasetServiceClient",
341342
)

google/cloud/aiplatform_v1beta1/services/dataset_service/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@
1616
#
1717

1818
from .client import DatasetServiceClient
19-
from .async_client import DatasetServiceAsyncClient
2019

21-
__all__ = (
22-
"DatasetServiceClient",
23-
"DatasetServiceAsyncClient",
24-
)
20+
__all__ = ("DatasetServiceClient",)

0 commit comments

Comments
 (0)