|
20231 | 20231 | "location": "query",
|
20232 | 20232 | "type": "string"
|
20233 | 20233 | },
|
| 20234 | + "orderBy": { |
| 20235 | + "description": "Optional. The standard list order by string. If not specified, the default order is `create_time desc`. If specified, the default sorting order of provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/132). Supported fields: * `create_time` * `update_time`", |
| 20236 | + "location": "query", |
| 20237 | + "type": "string" |
| 20238 | + }, |
20234 | 20239 | "pageSize": {
|
20235 | 20240 | "description": "Optional. The standard list page size.",
|
20236 | 20241 | "format": "int32",
|
|
25695 | 25700 | "location": "query",
|
25696 | 25701 | "type": "string"
|
25697 | 25702 | },
|
| 25703 | + "orderBy": { |
| 25704 | + "description": "Optional. The standard list order by string. If not specified, the default order is `create_time desc`. If specified, the default sorting order of provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/132). Supported fields: * `create_time` * `update_time`", |
| 25705 | + "location": "query", |
| 25706 | + "type": "string" |
| 25707 | + }, |
25698 | 25708 | "pageSize": {
|
25699 | 25709 | "description": "Optional. The standard list page size.",
|
25700 | 25710 | "format": "int32",
|
|
26026 | 26036 | }
|
26027 | 26037 | }
|
26028 | 26038 | },
|
26029 |
| - "revision": "20250825", |
| 26039 | + "revision": "20250902", |
26030 | 26040 | "rootUrl": "https://aiplatform.googleapis.com/",
|
26031 | 26041 | "schemas": {
|
26032 | 26042 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
@@ -28431,13 +28441,13 @@
|
28431 | 28441 | "Token generation stopped because the content contains forbidden terms.",
|
28432 | 28442 | "Token generation stopped for potentially containing prohibited content.",
|
28433 | 28443 | "Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).",
|
28434 |
| - "The function call generated by the model is invalid.", |
| 28444 | + "The function call generated by the model is syntaxtically invalid (e.g. the function call generated is not parsable).", |
28435 | 28445 | "The model response was blocked by Model Armor.",
|
28436 | 28446 | "Token generation stopped because generated images has safety violations.",
|
28437 | 28447 | "Image generation stopped because generated images has other prohibited content.",
|
28438 | 28448 | "Image generation stopped due to recitation.",
|
28439 | 28449 | "Image generation stopped because of other miscellaneous issue.",
|
28440 |
| - "The tool call generated by the model is invalid." |
| 28450 | + "The function call generated by the model is semantically invalid (e.g. a function call is generated when function calling is not enabled or the function is not in the function declaration)." |
28441 | 28451 | ],
|
28442 | 28452 | "readOnly": true,
|
28443 | 28453 | "type": "string"
|
|
31109 | 31119 | "$ref": "GoogleCloudAiplatformV1beta1DedicatedResources",
|
31110 | 31120 | "description": "A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration."
|
31111 | 31121 | },
|
| 31122 | + "disableContainerLogging": { |
| 31123 | + "description": "For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send `stderr` and `stdout` streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to [Cloud Logging pricing](https://cloud.google.com/logging/pricing). User can disable container logging by setting this flag to true.", |
| 31124 | + "type": "boolean" |
| 31125 | + }, |
31112 | 31126 | "disableExplanations": {
|
31113 | 31127 | "description": "If true, deploy the model without explainable feature, regardless the existence of Model.explanation_spec or explanation_spec.",
|
31114 | 31128 | "type": "boolean"
|
|
40634 | 40648 | "type": "string"
|
40635 | 40649 | },
|
40636 | 40650 | "expireTime": {
|
40637 |
| - "description": "Optional. Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what `expiration` was sent on input.", |
| 40651 | + "description": "Optional. Timestamp of when this resource is considered expired. This is *always* provided on output when `expiration` is set on input, regardless of whether `expire_time` or `ttl` was provided.", |
40638 | 40652 | "format": "google-datetime",
|
40639 | 40653 | "type": "string"
|
40640 | 40654 | },
|
@@ -41011,20 +41025,28 @@
|
41011 | 41025 | "description": "Result for a single metric on a single instance.",
|
41012 | 41026 | "id": "GoogleCloudAiplatformV1beta1MetricResult",
|
41013 | 41027 | "properties": {
|
| 41028 | + "error": { |
| 41029 | + "$ref": "GoogleRpcStatus", |
| 41030 | + "description": "Output only. The error status for the metric result.", |
| 41031 | + "readOnly": true |
| 41032 | + }, |
41014 | 41033 | "explanation": {
|
41015 |
| - "description": "The explanation for the metric result.", |
| 41034 | + "description": "Output only. The explanation for the metric result.", |
| 41035 | + "readOnly": true, |
41016 | 41036 | "type": "string"
|
41017 | 41037 | },
|
41018 | 41038 | "rubricVerdicts": {
|
41019 |
| - "description": "For rubric-based metrics, the verdicts for each rubric.", |
| 41039 | + "description": "Output only. For rubric-based metrics, the verdicts for each rubric.", |
41020 | 41040 | "items": {
|
41021 | 41041 | "$ref": "GoogleCloudAiplatformV1beta1RubricVerdict"
|
41022 | 41042 | },
|
| 41043 | + "readOnly": true, |
41023 | 41044 | "type": "array"
|
41024 | 41045 | },
|
41025 | 41046 | "score": {
|
41026 |
| - "description": "The score for the metric. Please refer to each metric's documentation for the meaning of the score.", |
| 41047 | + "description": "Output only. The score for the metric. Please refer to each metric's documentation for the meaning of the score.", |
41027 | 41048 | "format": "float",
|
| 41049 | + "readOnly": true, |
41028 | 41050 | "type": "number"
|
41029 | 41051 | }
|
41030 | 41052 | },
|
|
46378 | 46400 | "$ref": "GoogleCloudAiplatformV1beta1EvaluationConfig",
|
46379 | 46401 | "description": "Optional. Evaluation Config for Preference Optimization Job."
|
46380 | 46402 | },
|
| 46403 | + "exportLastCheckpointOnly": { |
| 46404 | + "description": "Optional. If set to true, disable intermediate checkpoints for Preference Optimization and only the last checkpoint will be exported. Otherwise, enable intermediate checkpoints for Preference Optimization. Default is false.", |
| 46405 | + "type": "boolean" |
| 46406 | + }, |
46381 | 46407 | "hyperParameters": {
|
46382 | 46408 | "$ref": "GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters",
|
46383 | 46409 | "description": "Optional. Hyperparameters for Preference Optimization."
|
|
48834 | 48860 | "description": "Optional. Used to perform consistent read-modify-write updates. If not set, a blind \"overwrite\" update happens.",
|
48835 | 48861 | "type": "string"
|
48836 | 48862 | },
|
| 48863 | + "labels": { |
| 48864 | + "additionalProperties": { |
| 48865 | + "type": "string" |
| 48866 | + }, |
| 48867 | + "description": "Labels for the ReasoningEngine.", |
| 48868 | + "type": "object" |
| 48869 | + }, |
48837 | 48870 | "name": {
|
48838 | 48871 | "description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
|
48839 | 48872 | "type": "string"
|
|
50507 | 50540 | "description": "Required. The display name of the SandboxEnvironment.",
|
50508 | 50541 | "type": "string"
|
50509 | 50542 | },
|
50510 |
| - "metadata": { |
50511 |
| - "description": "Output only. Additional information about the SandboxEnvironment.", |
50512 |
| - "readOnly": true, |
50513 |
| - "type": "any" |
50514 |
| - }, |
50515 | 50543 | "name": {
|
50516 | 50544 | "description": "Identifier. The name of the SandboxEnvironment.",
|
50517 | 50545 | "type": "string"
|
|
50579 | 50607 | ],
|
50580 | 50608 | "type": "string"
|
50581 | 50609 | },
|
50582 |
| - "dependencies": { |
50583 |
| - "description": "Optional. The additional dependencies to install in the code execution environment. For example, \"pandas==2.2.3\".", |
50584 |
| - "items": { |
50585 |
| - "type": "string" |
50586 |
| - }, |
50587 |
| - "type": "array" |
50588 |
| - }, |
50589 |
| - "env": { |
50590 |
| - "description": "Optional. The environment variables to set in the code execution environment.", |
50591 |
| - "items": { |
50592 |
| - "$ref": "GoogleCloudAiplatformV1beta1EnvVar" |
50593 |
| - }, |
50594 |
| - "type": "array" |
50595 |
| - }, |
50596 | 50610 | "machineConfig": {
|
50597 | 50611 | "description": "The machine config of the code execution environment.",
|
50598 | 50612 | "enum": [
|
@@ -59992,12 +60006,14 @@
|
59992 | 60006 | "enum": [
|
59993 | 60007 | "TUNING_TASK_UNSPECIFIED",
|
59994 | 60008 | "TUNING_TASK_I2V",
|
59995 |
| - "TUNING_TASK_T2V" |
| 60009 | + "TUNING_TASK_T2V", |
| 60010 | + "TUNING_TASK_R2V" |
59996 | 60011 | ],
|
59997 | 60012 | "enumDescriptions": [
|
59998 | 60013 | "Default value. This value is unused.",
|
59999 | 60014 | "Tuning task for image to video.",
|
60000 |
| - "Tuning task for text to video." |
| 60015 | + "Tuning task for text to video.", |
| 60016 | + "Tuning task for reference to video." |
60001 | 60017 | ],
|
60002 | 60018 | "type": "string"
|
60003 | 60019 | }
|
|
0 commit comments