Skip to content

Commit c1849c7

Browse files
feat(all): auto-regenerate discovery clients (#2936)
1 parent b89d85a commit c1849c7

File tree

4 files changed

+79
-16
lines changed

4 files changed

+79
-16
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19327,7 +19327,7 @@
1932719327
}
1932819328
}
1932919329
},
19330-
"revision": "20241210",
19330+
"revision": "20241214",
1933119331
"rootUrl": "https://aiplatform.googleapis.com/",
1933219332
"schemas": {
1933319333
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -20936,7 +20936,7 @@
2093620936
"type": "object"
2093720937
},
2093820938
"GoogleCloudAiplatformV1Blob": {
20939-
"description": "Content blob. It's preferred to send as text directly rather than raw bytes.",
20939+
"description": "Content blob.",
2094020940
"id": "GoogleCloudAiplatformV1Blob",
2094120941
"properties": {
2094220942
"data": {

aiplatform/v1/aiplatform-gen.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21964,7 +21964,7 @@
2196421964
}
2196521965
}
2196621966
},
21967-
"revision": "20241210",
21967+
"revision": "20241214",
2196821968
"rootUrl": "https://aiplatform.googleapis.com/",
2196921969
"schemas": {
2197021970
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -23781,7 +23781,7 @@
2378123781
"type": "object"
2378223782
},
2378323783
"GoogleCloudAiplatformV1beta1Blob": {
23784-
"description": "Content blob. It's preferred to send as text directly rather than raw bytes.",
23784+
"description": "Content blob.",
2378523785
"id": "GoogleCloudAiplatformV1beta1Blob",
2378623786
"properties": {
2378723787
"data": {
@@ -26578,7 +26578,7 @@
2657826578
},
2657926579
"pipelineRootDirectory": {
2658026580
"deprecated": true,
26581-
"description": "Required. Deprecated. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.",
26581+
"description": "Deprecated. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.",
2658226582
"type": "string"
2658326583
},
2658426584
"studentModel": {
@@ -26588,7 +26588,7 @@
2658826588
},
2658926589
"trainingDatasetUri": {
2659026590
"deprecated": true,
26591-
"description": "Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.",
26591+
"description": "Deprecated. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.",
2659226592
"type": "string"
2659326593
},
2659426594
"tunedTeacherModelSource": {
@@ -37346,6 +37346,10 @@
3734637346
"description": "Optional. Text part (can be code).",
3734737347
"type": "string"
3734837348
},
37349+
"thought": {
37350+
"description": "Optional. Indicates if the part is thought from the model.",
37351+
"type": "boolean"
37352+
},
3734937353
"videoMetadata": {
3735037354
"$ref": "GoogleCloudAiplatformV1beta1VideoMetadata",
3735137355
"description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
@@ -39872,6 +39876,10 @@
3987239876
"$ref": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser",
3987339877
"description": "The Layout Parser to use for RagFiles."
3987439878
},
39879+
"llmParser": {
39880+
"$ref": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser",
39881+
"description": "The LLM Parser to use for RagFiles."
39882+
},
3987539883
"useAdvancedPdfParsing": {
3987639884
"deprecated": true,
3987739885
"description": "Whether to use advanced PDF parsing.",
@@ -39907,6 +39915,26 @@
3990739915
},
3990839916
"type": "object"
3990939917
},
39918+
"GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser": {
39919+
"description": "Specifies the advanced parsing for RagFiles.",
39920+
"id": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser",
39921+
"properties": {
39922+
"customParsingPrompt": {
39923+
"description": "The prompt to use for parsing. If not specified, a default prompt will be used.",
39924+
"type": "string"
39925+
},
39926+
"maxParsingRequestsPerMin": {
39927+
"description": "The maximum number of requests the job is allowed to make to the LLM model per minute. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If unspecified, a default value of 5000 QPM would be used.",
39928+
"format": "int32",
39929+
"type": "integer"
39930+
},
39931+
"modelName": {
39932+
"description": "The name of a LLM model used for parsing. Format: `gemini-1.5-pro-002`",
39933+
"type": "string"
39934+
}
39935+
},
39936+
"type": "object"
39937+
},
3991039938
"GoogleCloudAiplatformV1beta1RagFileTransformationConfig": {
3991139939
"description": "Specifies the transformation config for RagFiles.",
3991239940
"id": "GoogleCloudAiplatformV1beta1RagFileTransformationConfig",
@@ -49556,6 +49584,7 @@
4955649584
"description": "Tuning Spec for open sourced and third party Partner models."
4955749585
},
4955849586
"pipelineJob": {
49587+
"deprecated": true,
4955949588
"description": "Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.",
4956049589
"readOnly": true,
4956149590
"type": "string"

aiplatform/v1beta1/aiplatform-gen.go

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

0 commit comments

Comments
 (0)