|
19449 | 19449 | }
|
19450 | 19450 | }
|
19451 | 19451 | },
|
19452 |
| - "revision": "20250226", |
| 19452 | + "revision": "20250304", |
19453 | 19453 | "rootUrl": "https://aiplatform.googleapis.com/",
|
19454 | 19454 | "schemas": {
|
19455 | 19455 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
23617 | 23617 | "type": "integer"
|
23618 | 23618 | },
|
23619 | 23619 | "bootDiskType": {
|
23620 |
| - "description": "Type of the boot disk (default is \"pd-ssd\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) or \"pd-standard\" (Persistent Disk Hard Disk Drive).", |
| 23620 | + "description": "Type of the boot disk. For non-A3U machines, the default value is \"pd-ssd\", for A3U machines, the default value is \"hyperdisk-balanced\". Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive), \"pd-standard\" (Persistent Disk Hard Disk Drive) or \"hyperdisk-balanced\".", |
23621 | 23621 | "type": "string"
|
23622 | 23622 | }
|
23623 | 23623 | },
|
|
27228 | 27228 | "readOnly": true,
|
27229 | 27229 | "type": "array"
|
27230 | 27230 | },
|
| 27231 | + "thoughtsTokenCount": { |
| 27232 | + "description": "Output only. Number of tokens present in thoughts output.", |
| 27233 | + "format": "int32", |
| 27234 | + "readOnly": true, |
| 27235 | + "type": "integer" |
| 27236 | + }, |
27231 | 27237 | "toolUsePromptTokenCount": {
|
27232 | 27238 | "description": "Output only. Number of tokens present in tool-use prompt(s).",
|
27233 | 27239 | "format": "int32",
|
|
28120 | 28126 | "deprecated": true,
|
28121 | 28127 | "description": "The Cloud Storage path to write partial failures to. Deprecated. Prefer to use `import_result_gcs_sink`."
|
28122 | 28128 | },
|
| 28129 | + "ragFileParsingConfig": { |
| 28130 | + "$ref": "GoogleCloudAiplatformV1RagFileParsingConfig", |
| 28131 | + "description": "Optional. Specifies the parsing config for RagFiles. RAG will use the default parser if this field is not set." |
| 28132 | + }, |
28123 | 28133 | "ragFileTransformationConfig": {
|
28124 | 28134 | "$ref": "GoogleCloudAiplatformV1RagFileTransformationConfig",
|
28125 | 28135 | "description": "Specifies the transformation config for RagFiles."
|
|
35419 | 35429 | },
|
35420 | 35430 | "type": "object"
|
35421 | 35431 | },
|
| 35432 | + "GoogleCloudAiplatformV1RagFileParsingConfig": { |
| 35433 | + "description": "Specifies the parsing config for RagFiles.", |
| 35434 | + "id": "GoogleCloudAiplatformV1RagFileParsingConfig", |
| 35435 | + "properties": { |
| 35436 | + "layoutParser": { |
| 35437 | + "$ref": "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser", |
| 35438 | + "description": "The Layout Parser to use for RagFiles." |
| 35439 | + } |
| 35440 | + }, |
| 35441 | + "type": "object" |
| 35442 | + }, |
| 35443 | + "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser": { |
| 35444 | + "description": "Document AI Layout Parser config.", |
| 35445 | + "id": "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser", |
| 35446 | + "properties": { |
| 35447 | + "maxParsingRequestsPerMin": { |
| 35448 | + "description": "The maximum number of requests the job is allowed to make to the Document AI processor per minute. Consult https://cloud.google.com/document-ai/quotas and the Quota page for your project to set an appropriate value here. If unspecified, a default value of 120 QPM would be used.", |
| 35449 | + "format": "int32", |
| 35450 | + "type": "integer" |
| 35451 | + }, |
| 35452 | + "processorName": { |
| 35453 | + "description": "The full resource name of a Document AI processor or processor version. The processor must have type `LAYOUT_PARSER_PROCESSOR`. If specified, the `additional_config.parse_as_scanned_pdf` field must be false. Format: * `projects/{project_id}/locations/{location}/processors/{processor_id}` * `projects/{project_id}/locations/{location}/processors/{processor_id}/processorVersions/{processor_version_id}`", |
| 35454 | + "type": "string" |
| 35455 | + } |
| 35456 | + }, |
| 35457 | + "type": "object" |
| 35458 | + }, |
35422 | 35459 | "GoogleCloudAiplatformV1RagFileTransformationConfig": {
|
35423 | 35460 | "description": "Specifies the transformation config for RagFiles.",
|
35424 | 35461 | "id": "GoogleCloudAiplatformV1RagFileTransformationConfig",
|
|
0 commit comments