|
21964 | 21964 | }
|
21965 | 21965 | }
|
21966 | 21966 | },
|
21967 |
| - "revision": "20241210", |
| 21967 | + "revision": "20241214", |
21968 | 21968 | "rootUrl": "https://aiplatform.googleapis.com/",
|
21969 | 21969 | "schemas": {
|
21970 | 21970 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
23781 | 23781 | "type": "object"
|
23782 | 23782 | },
|
23783 | 23783 | "GoogleCloudAiplatformV1beta1Blob": {
|
23784 |
| - "description": "Content blob. It's preferred to send as text directly rather than raw bytes.", |
| 23784 | + "description": "Content blob.", |
23785 | 23785 | "id": "GoogleCloudAiplatformV1beta1Blob",
|
23786 | 23786 | "properties": {
|
23787 | 23787 | "data": {
|
|
26578 | 26578 | },
|
26579 | 26579 | "pipelineRootDirectory": {
|
26580 | 26580 | "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.", |
26582 | 26582 | "type": "string"
|
26583 | 26583 | },
|
26584 | 26584 | "studentModel": {
|
|
26588 | 26588 | },
|
26589 | 26589 | "trainingDatasetUri": {
|
26590 | 26590 | "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.", |
26592 | 26592 | "type": "string"
|
26593 | 26593 | },
|
26594 | 26594 | "tunedTeacherModelSource": {
|
|
37346 | 37346 | "description": "Optional. Text part (can be code).",
|
37347 | 37347 | "type": "string"
|
37348 | 37348 | },
|
| 37349 | + "thought": { |
| 37350 | + "description": "Optional. Indicates if the part is thought from the model.", |
| 37351 | + "type": "boolean" |
| 37352 | + }, |
37349 | 37353 | "videoMetadata": {
|
37350 | 37354 | "$ref": "GoogleCloudAiplatformV1beta1VideoMetadata",
|
37351 | 37355 | "description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
|
|
39872 | 39876 | "$ref": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser",
|
39873 | 39877 | "description": "The Layout Parser to use for RagFiles."
|
39874 | 39878 | },
|
| 39879 | + "llmParser": { |
| 39880 | + "$ref": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser", |
| 39881 | + "description": "The LLM Parser to use for RagFiles." |
| 39882 | + }, |
39875 | 39883 | "useAdvancedPdfParsing": {
|
39876 | 39884 | "deprecated": true,
|
39877 | 39885 | "description": "Whether to use advanced PDF parsing.",
|
|
39907 | 39915 | },
|
39908 | 39916 | "type": "object"
|
39909 | 39917 | },
|
| 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 | + }, |
39910 | 39938 | "GoogleCloudAiplatformV1beta1RagFileTransformationConfig": {
|
39911 | 39939 | "description": "Specifies the transformation config for RagFiles.",
|
39912 | 39940 | "id": "GoogleCloudAiplatformV1beta1RagFileTransformationConfig",
|
|
49556 | 49584 | "description": "Tuning Spec for open sourced and third party Partner models."
|
49557 | 49585 | },
|
49558 | 49586 | "pipelineJob": {
|
| 49587 | + "deprecated": true, |
49559 | 49588 | "description": "Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.",
|
49560 | 49589 | "readOnly": true,
|
49561 | 49590 | "type": "string"
|
|
0 commit comments