Skip to content

Commit 3a75313

Browse files
gcf-owl-bot[bot]copybara-github
authored andcommitted
Copybara import of the project:
-- 57ad5e5 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: Add API response for Gen AI Evaluation in Tuning PiperOrigin-RevId: 799629722 Source-Link: googleapis/googleapis@1bb89a7 Source-Link: googleapis/googleapis-gen@536a891 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTM2YTg5MTIyNDkyYWVjMGRmZWIyYjc2YjM1YTEzOWI0MDI5OGNhNCJ9 feat: add `disable_container_logging` in v1beta1 api PiperOrigin-RevId: 797482597 Source-Link: googleapis/googleapis@677d8cb Source-Link: googleapis/googleapis-gen@fa98d75 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmE5OGQ3NTZiYmIxMzI4ZjQwMzE1ZmFkNWU3ZjlmNzcxY2Q3NTMxMCJ9 feat: add data foundry service synthetic data generation API for v1 PiperOrigin-RevId: 796923069 Source-Link: googleapis/googleapis@2e51d4d Source-Link: googleapis/googleapis-gen@227ac5c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjI3YWM1Y2VmMTBiZDlkNDk5N2NmZTQyZjRjNGYzYTRiMDFkY2JiMyJ9 -- 469ef84 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=#5723 from googleapis:owl-bot-copy 469ef84 PiperOrigin-RevId: 799767493
1 parent b915b61 commit 3a75313

30 files changed

+17406
-52
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DataFoundryService
2+
------------------------------------
3+
4+
.. automodule:: google.cloud.aiplatform_v1.services.data_foundry_service
5+
:members:
6+
:inherited-members:

docs/aiplatform_v1/services_.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Services for Google Cloud Aiplatform v1 API
33
.. toctree::
44
:maxdepth: 2
55

6+
data_foundry_service
67
dataset_service
78
deployment_resource_pool_service
89
endpoint_service

google/cloud/aiplatform_v1/__init__.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
__version__ = package_version.__version__
1919

2020

21+
from .services.data_foundry_service import DataFoundryServiceClient
22+
from .services.data_foundry_service import DataFoundryServiceAsyncClient
2123
from .services.dataset_service import DatasetServiceClient
2224
from .services.dataset_service import DatasetServiceAsyncClient
2325
from .services.deployment_resource_pool_service import (
@@ -138,6 +140,12 @@
138140
from .types.custom_job import PythonPackageSpec
139141
from .types.custom_job import Scheduling
140142
from .types.custom_job import WorkerPoolSpec
143+
from .types.data_foundry_service import GenerateSyntheticDataRequest
144+
from .types.data_foundry_service import GenerateSyntheticDataResponse
145+
from .types.data_foundry_service import OutputFieldSpec
146+
from .types.data_foundry_service import SyntheticExample
147+
from .types.data_foundry_service import SyntheticField
148+
from .types.data_foundry_service import TaskDescriptionStrategy
141149
from .types.data_item import DataItem
142150
from .types.data_labeling_job import ActiveLearningConfig
143151
from .types.data_labeling_job import DataLabelingJob
@@ -1055,6 +1063,7 @@
10551063
from .types.vizier_service import SuggestTrialsResponse
10561064

10571065
__all__ = (
1066+
"DataFoundryServiceAsyncClient",
10581067
"DatasetServiceAsyncClient",
10591068
"DeploymentResourcePoolServiceAsyncClient",
10601069
"EndpointServiceAsyncClient",
@@ -1253,6 +1262,7 @@
12531262
"CsvSource",
12541263
"CustomJob",
12551264
"CustomJobSpec",
1265+
"DataFoundryServiceClient",
12561266
"DataItem",
12571267
"DataItemView",
12581268
"DataLabelingJob",
@@ -1432,6 +1442,8 @@
14321442
"GenAiTuningServiceClient",
14331443
"GenerateContentRequest",
14341444
"GenerateContentResponse",
1445+
"GenerateSyntheticDataRequest",
1446+
"GenerateSyntheticDataResponse",
14351447
"GenerationConfig",
14361448
"GenericOperationMetadata",
14371449
"GenieSource",
@@ -1698,6 +1710,7 @@
16981710
"NotebookRuntimeType",
16991711
"NotebookServiceClient",
17001712
"NotebookSoftwareConfig",
1713+
"OutputFieldSpec",
17011714
"PSCAutomationConfig",
17021715
"PSCAutomationState",
17031716
"PairwiseChoice",
@@ -1923,7 +1936,10 @@
19231936
"SupervisedTuningSpec",
19241937
"SyncFeatureViewRequest",
19251938
"SyncFeatureViewResponse",
1939+
"SyntheticExample",
1940+
"SyntheticField",
19261941
"TFRecordDestination",
1942+
"TaskDescriptionStrategy",
19271943
"Tensor",
19281944
"Tensorboard",
19291945
"TensorboardBlob",

google/cloud/aiplatform_v1/gapic_metadata.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@
55
"protoPackage": "google.cloud.aiplatform.v1",
66
"schema": "1.0",
77
"services": {
8+
"DataFoundryService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "DataFoundryServiceClient",
12+
"rpcs": {
13+
"GenerateSyntheticData": {
14+
"methods": [
15+
"generate_synthetic_data"
16+
]
17+
}
18+
}
19+
},
20+
"grpc-async": {
21+
"libraryClient": "DataFoundryServiceAsyncClient",
22+
"rpcs": {
23+
"GenerateSyntheticData": {
24+
"methods": [
25+
"generate_synthetic_data"
26+
]
27+
}
28+
}
29+
},
30+
"rest": {
31+
"libraryClient": "DataFoundryServiceClient",
32+
"rpcs": {
33+
"GenerateSyntheticData": {
34+
"methods": [
35+
"generate_synthetic_data"
36+
]
37+
}
38+
}
39+
}
40+
}
41+
},
842
"DatasetService": {
943
"clients": {
1044
"grpc": {
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 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+
from .client import DataFoundryServiceClient
17+
from .async_client import DataFoundryServiceAsyncClient
18+
19+
__all__ = (
20+
"DataFoundryServiceClient",
21+
"DataFoundryServiceAsyncClient",
22+
)

0 commit comments

Comments
 (0)