Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fb971a8
feat(aiplatform)!: update the API
yoshi-automation Nov 10, 2025
1d960b7
feat(appengine): update the API
yoshi-automation Nov 10, 2025
591756f
feat(authorizedbuyersmarketplace): update the API
yoshi-automation Nov 10, 2025
bd96aab
feat(backupdr): update the API
yoshi-automation Nov 10, 2025
0496f73
feat(calendar): update the API
yoshi-automation Nov 10, 2025
c840479
fix(certificatemanager): update the API
yoshi-automation Nov 10, 2025
10cee01
feat(chromemanagement): update the API
yoshi-automation Nov 10, 2025
9053c6f
fix(classroom): update the API
yoshi-automation Nov 10, 2025
6778337
feat(cloudshell): update the API
yoshi-automation Nov 10, 2025
779375f
feat(compute)!: update the API
yoshi-automation Nov 10, 2025
2ffa50c
fix(config): update the API
yoshi-automation Nov 10, 2025
e2bf4fb
feat(container): update the API
yoshi-automation Nov 10, 2025
0179dc2
feat(containeranalysis): update the API
yoshi-automation Nov 10, 2025
ec1ba17
feat(content): update the API
yoshi-automation Nov 10, 2025
d20eac5
fix(dataform): update the API
yoshi-automation Nov 10, 2025
8a8eb92
feat(datamanager): update the API
yoshi-automation Nov 10, 2025
9fa0159
feat(datamigration): update the API
yoshi-automation Nov 10, 2025
693c7dd
feat(dataplex)!: update the API
yoshi-automation Nov 10, 2025
f7180ea
feat(dataproc): update the API
yoshi-automation Nov 10, 2025
b820294
feat(datastream): update the API
yoshi-automation Nov 10, 2025
fece610
fix(developerconnect): update the API
yoshi-automation Nov 10, 2025
d006e95
feat(dialogflow)!: update the API
yoshi-automation Nov 10, 2025
5722330
feat(documentai): update the API
yoshi-automation Nov 10, 2025
a4c945a
feat(firebaseappdistribution): update the API
yoshi-automation Nov 10, 2025
4205eeb
fix(firebaseapphosting): update the API
yoshi-automation Nov 10, 2025
269a101
fix(firebasestorage): update the API
yoshi-automation Nov 10, 2025
abcd20d
feat(gkehub): update the API
yoshi-automation Nov 10, 2025
7353eb6
feat(iamcredentials): update the API
yoshi-automation Nov 10, 2025
547e4b3
fix(ids): update the API
yoshi-automation Nov 10, 2025
08f3f9c
feat(merchantapi): update the API
yoshi-automation Nov 10, 2025
0695b7e
fix(networkconnectivity): update the API
yoshi-automation Nov 10, 2025
8d561cf
feat(networkservices): update the API
yoshi-automation Nov 10, 2025
39f61b0
fix(notebooks): update the API
yoshi-automation Nov 10, 2025
9964e0f
feat(osconfig): update the API
yoshi-automation Nov 10, 2025
7eaa32c
feat(redis): update the API
yoshi-automation Nov 10, 2025
32dc3c2
feat(retail): update the API
yoshi-automation Nov 10, 2025
e6a6428
feat(run): update the API
yoshi-automation Nov 10, 2025
9000bb6
feat(saasservicemgmt): update the API
yoshi-automation Nov 10, 2025
57593df
feat(storagebatchoperations): update the API
yoshi-automation Nov 10, 2025
0a9b009
fix(tasks): update the API
yoshi-automation Nov 10, 2025
ffcaa17
feat(vmmigration): update the API
yoshi-automation Nov 10, 2025
2dbab49
fix(workflows): update the API
yoshi-automation Nov 10, 2025
0d8879e
feat(workspaceevents): update the API
yoshi-automation Nov 10, 2025
56bf921
feat(workstations): update the API
yoshi-automation Nov 10, 2025
0989302
feat: regenerate index files
yoshi-automation Nov 10, 2025
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
98 changes: 92 additions & 6 deletions discovery/aiplatform-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7719,6 +7719,37 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"getIamPolicy": {
"description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:getIamPolicy",
"httpMethod": "POST",
"id": "aiplatform.projects.locations.datasets.getIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"options.requestedPolicyVersion": {
"description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"format": "int32",
"location": "query",
"type": "integer"
},
"resource": {
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:getIamPolicy",
"response": {
"$ref": "GoogleIamV1Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"import": {
"description": "Imports data into a Dataset.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:import",
Expand Down Expand Up @@ -7929,6 +7960,65 @@
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"setIamPolicy": {
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:setIamPolicy",
"httpMethod": "POST",
"id": "aiplatform.projects.locations.datasets.setIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:setIamPolicy",
"request": {
"$ref": "GoogleIamV1SetIamPolicyRequest"
},
"response": {
"$ref": "GoogleIamV1Policy"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"testIamPermissions": {
"description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:testIamPermissions",
"httpMethod": "POST",
"id": "aiplatform.projects.locations.datasets.testIamPermissions",
"parameterOrder": [
"resource"
],
"parameters": {
"permissions": {
"description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
"location": "query",
"repeated": true,
"type": "string"
},
"resource": {
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+resource}:testIamPermissions",
"response": {
"$ref": "GoogleIamV1TestIamPermissionsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
},
"resources": {
Expand Down Expand Up @@ -28603,7 +28693,7 @@
}
}
},
"revision": "20251028",
"revision": "20251101",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -32002,7 +32092,7 @@
"id": "GoogleCloudAiplatformV1CustomCodeExecutionSpec",
"properties": {
"evaluationFunction": {
"description": "Required. Python function. Expected user to define the following function, e.g.: def evaluate(instance: dict[str, Any]) -> float: Please include this function signature in the code snippet. Instance is the evaluation instance, any fields populated in the instance are available to the function as instance[field_name]. Example: Example input: ``` instance= EvaluationInstance( response=EvaluationInstance.InstanceData(text=\"The answer is 4.\"), reference=EvaluationInstance.InstanceData(text=\"4\") ) ``` Example converted input: ``` { 'response': {'text': 'The answer is 4.'}, 'reference': {'text': '4'} } ``` Example python function: ``` def evaluate(instance: dict[str, Any]) -> float: if instance'response' == instance'reference': return 1.0 return 0.0 ```",
"description": "Required. Python function. Expected user to define the following function, e.g.: def evaluate(instance: dict[str, Any]) -> float: Please include this function signature in the code snippet. Instance is the evaluation instance, any fields populated in the instance are available to the function as instance[field_name]. Example: Example input: ``` instance= EvaluationInstance( response=EvaluationInstance.InstanceData(text=\"The answer is 4.\"), reference=EvaluationInstance.InstanceData(text=\"4\") ) ``` Example converted input: ``` { 'response': {'text': 'The answer is 4.'}, 'reference': {'text': '4'} } ``` Example python function: ``` def evaluate(instance: dict[str, Any]) -> float: if instance'response' == instance'reference': return 1.0 return 0.0 ``` CustomCodeExecutionSpec is also supported in Batch Evaluation (EvalDataset RPC) and Tuning Evaluation. Each line in the input jsonl file will be converted to dict[str, Any] and passed to the evaluation function.",
"type": "string"
}
},
Expand Down Expand Up @@ -34455,10 +34545,6 @@
"$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents",
"description": "A list of events."
},
"eventsText": {
"description": "A JSON string containing a sequence of events.",
"type": "string"
},
"tools": {
"$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools",
"deprecated": true,
Expand Down
Loading
Loading