Skip to content

Commit 7e751ac

Browse files
fix!: remove gemini_template_config and request_column_name fields from DatasetService.AssessData and DatasetService.AssembleData (#6508)
* fix!: remove gemini_template_config and request_column_name fields from DatasetService.AssessData and DatasetService.AssembleData PiperOrigin-RevId: 784583197 Source-Link: googleapis/googleapis@fc59d68 Source-Link: googleapis/googleapis-gen@d334e99 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImQzMzRlOTlhZGQ4NWJjN2JkOTQ4NTQ3NjE3MDVkM2NkYjM0YjMxMmEifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f2cd7fd commit 7e751ac

8 files changed

Lines changed: 2 additions & 296 deletions

File tree

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1beta1/dataset_service.proto

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -983,18 +983,6 @@ message AssessDataRequest {
983983
[(google.api.field_behavior) = OPTIONAL];
984984
}
985985

986-
// The read config for the dataset.
987-
oneof read_config {
988-
// Optional. Config for assembling templates with a Gemini API structure to
989-
// assess assembled data.
990-
GeminiTemplateConfig gemini_template_config = 4
991-
[(google.api.field_behavior) = OPTIONAL];
992-
993-
// Optional. The column name in the underlying table that contains already
994-
// fully assembled requests.
995-
string request_column_name = 5 [(google.api.field_behavior) = OPTIONAL];
996-
}
997-
998986
// Required. The name of the Dataset resource. Used only for MULTIMODAL
999987
// datasets. Format:
1000988
// `projects/{project}/locations/{location}/datasets/{dataset}`
@@ -1172,18 +1160,6 @@ message GeminiExample {
11721160
// [DatasetService.AssembleData][google.cloud.aiplatform.v1beta1.DatasetService.AssembleData].
11731161
// Used only for MULTIMODAL datasets.
11741162
message AssembleDataRequest {
1175-
// The read config for the dataset.
1176-
oneof read_config {
1177-
// Optional. Config for assembling templates with a Gemini API structure.
1178-
GeminiTemplateConfig gemini_template_config = 2
1179-
[(google.api.field_behavior) = OPTIONAL];
1180-
1181-
// Optional. The column name in the underlying table that contains already
1182-
// fully assembled requests. If this field is set, the original request will
1183-
// be copied to the output table.
1184-
string request_column_name = 5 [(google.api.field_behavior) = OPTIONAL];
1185-
}
1186-
11871163
// Required. The name of the Dataset resource (used only for MULTIMODAL
11881164
// datasets). Format:
11891165
// `projects/{project}/locations/{location}/datasets/{dataset}`

packages/google-cloud-aiplatform/protos/protos.d.ts

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)