Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,448 changes: 1,442 additions & 6 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

3,415 changes: 3,196 additions & 219 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

72 changes: 44 additions & 28 deletions aiplatform/v1beta1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -20231,6 +20231,11 @@
"location": "query",
"type": "string"
},
"orderBy": {
"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`",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. The standard list page size.",
"format": "int32",
Expand Down Expand Up @@ -25695,6 +25700,11 @@
"location": "query",
"type": "string"
},
"orderBy": {
"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`",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. The standard list page size.",
"format": "int32",
Expand Down Expand Up @@ -26026,7 +26036,7 @@
}
}
},
"revision": "20250825",
"revision": "20250902",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -28431,13 +28441,13 @@
"Token generation stopped because the content contains forbidden terms.",
"Token generation stopped for potentially containing prohibited content.",
"Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).",
"The function call generated by the model is invalid.",
"The function call generated by the model is syntaxtically invalid (e.g. the function call generated is not parsable).",
"The model response was blocked by Model Armor.",
"Token generation stopped because generated images has safety violations.",
"Image generation stopped because generated images has other prohibited content.",
"Image generation stopped due to recitation.",
"Image generation stopped because of other miscellaneous issue.",
"The tool call generated by the model is invalid."
"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)."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -31109,6 +31119,10 @@
"$ref": "GoogleCloudAiplatformV1beta1DedicatedResources",
"description": "A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration."
},
"disableContainerLogging": {
"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.",
"type": "boolean"
},
"disableExplanations": {
"description": "If true, deploy the model without explainable feature, regardless the existence of Model.explanation_spec or explanation_spec.",
"type": "boolean"
Expand Down Expand Up @@ -40634,7 +40648,7 @@
"type": "string"
},
"expireTime": {
"description": "Optional. Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what `expiration` was sent on input.",
"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.",
"format": "google-datetime",
"type": "string"
},
Expand Down Expand Up @@ -41011,20 +41025,28 @@
"description": "Result for a single metric on a single instance.",
"id": "GoogleCloudAiplatformV1beta1MetricResult",
"properties": {
"error": {
"$ref": "GoogleRpcStatus",
"description": "Output only. The error status for the metric result.",
"readOnly": true
},
"explanation": {
"description": "The explanation for the metric result.",
"description": "Output only. The explanation for the metric result.",
"readOnly": true,
"type": "string"
},
"rubricVerdicts": {
"description": "For rubric-based metrics, the verdicts for each rubric.",
"description": "Output only. For rubric-based metrics, the verdicts for each rubric.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1RubricVerdict"
},
"readOnly": true,
"type": "array"
},
"score": {
"description": "The score for the metric. Please refer to each metric's documentation for the meaning of the score.",
"description": "Output only. The score for the metric. Please refer to each metric's documentation for the meaning of the score.",
"format": "float",
"readOnly": true,
"type": "number"
}
},
Expand Down Expand Up @@ -46378,6 +46400,10 @@
"$ref": "GoogleCloudAiplatformV1beta1EvaluationConfig",
"description": "Optional. Evaluation Config for Preference Optimization Job."
},
"exportLastCheckpointOnly": {
"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.",
"type": "boolean"
},
"hyperParameters": {
"$ref": "GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters",
"description": "Optional. Hyperparameters for Preference Optimization."
Expand Down Expand Up @@ -48834,6 +48860,13 @@
"description": "Optional. Used to perform consistent read-modify-write updates. If not set, a blind \"overwrite\" update happens.",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Labels for the ReasoningEngine.",
"type": "object"
},
"name": {
"description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
"type": "string"
Expand Down Expand Up @@ -50507,11 +50540,6 @@
"description": "Required. The display name of the SandboxEnvironment.",
"type": "string"
},
"metadata": {
"description": "Output only. Additional information about the SandboxEnvironment.",
"readOnly": true,
"type": "any"
},
"name": {
"description": "Identifier. The name of the SandboxEnvironment.",
"type": "string"
Expand Down Expand Up @@ -50579,20 +50607,6 @@
],
"type": "string"
},
"dependencies": {
"description": "Optional. The additional dependencies to install in the code execution environment. For example, \"pandas==2.2.3\".",
"items": {
"type": "string"
},
"type": "array"
},
"env": {
"description": "Optional. The environment variables to set in the code execution environment.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1EnvVar"
},
"type": "array"
},
"machineConfig": {
"description": "The machine config of the code execution environment.",
"enum": [
Expand Down Expand Up @@ -59992,12 +60006,14 @@
"enum": [
"TUNING_TASK_UNSPECIFIED",
"TUNING_TASK_I2V",
"TUNING_TASK_T2V"
"TUNING_TASK_T2V",
"TUNING_TASK_R2V"
],
"enumDescriptions": [
"Default value. This value is unused.",
"Tuning task for image to video.",
"Tuning task for text to video."
"Tuning task for text to video.",
"Tuning task for reference to video."
],
"type": "string"
}
Expand Down
72 changes: 52 additions & 20 deletions aiplatform/v1beta1/aiplatform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
}
}
},
"revision": "20250829",
"revision": "20250902",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4161,7 +4161,7 @@
"type": "string"
},
"serialNumber": {
"description": "The device serial number.",
"description": "The device serial number. However, for personally-owned devices running Android 12 and above, this is the same as the enterpriseSpecificId.",
"type": "string"
},
"skinShutdownTemperatures": {
Expand Down
4 changes: 3 additions & 1 deletion androidmanagement/v1/androidmanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading