Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
05018c5
feat(aiplatform)!: update the API
yoshi-automation Dec 15, 2025
d9f4620
feat(alloydb): update the API
yoshi-automation Dec 15, 2025
9b7f14b
feat(androidpublisher)!: update the API
yoshi-automation Dec 15, 2025
79052f2
feat(apphub): update the API
yoshi-automation Dec 15, 2025
0e82f2b
feat(artifactregistry): update the API
yoshi-automation Dec 15, 2025
f11c1b5
fix(assuredworkloads): update the API
yoshi-automation Dec 15, 2025
afd826d
feat(authorizedbuyersmarketplace): update the API
yoshi-automation Dec 15, 2025
8c05460
feat(calendar): update the API
yoshi-automation Dec 15, 2025
15b27c2
feat(chromemanagement): update the API
yoshi-automation Dec 15, 2025
a615b4c
feat(clouddeploy): update the API
yoshi-automation Dec 15, 2025
6f68e99
fix(cloudscheduler): update the API
yoshi-automation Dec 15, 2025
e6463bd
feat(compute): update the API
yoshi-automation Dec 15, 2025
962e0f8
feat(container): update the API
yoshi-automation Dec 15, 2025
022fcd6
feat(dataproc): update the API
yoshi-automation Dec 15, 2025
cbaa7b4
feat(developerconnect): update the API
yoshi-automation Dec 15, 2025
5cc2c09
feat(dialogflow): update the API
yoshi-automation Dec 15, 2025
d66cf31
feat(dlp): update the API
yoshi-automation Dec 15, 2025
e149fe6
fix(documentai): update the API
yoshi-automation Dec 15, 2025
85e8325
fix(drive): update the API
yoshi-automation Dec 15, 2025
8125b69
feat(file): update the API
yoshi-automation Dec 15, 2025
c22b3ce
feat(gkebackup)!: update the API
yoshi-automation Dec 15, 2025
4213118
fix(gkeonprem): update the API
yoshi-automation Dec 15, 2025
9c688ba
fix(iam): update the API
yoshi-automation Dec 15, 2025
510ed08
feat(looker): update the API
yoshi-automation Dec 15, 2025
37780a8
feat(netapp): update the API
yoshi-automation Dec 15, 2025
6146b4c
feat(networkmanagement): update the API
yoshi-automation Dec 15, 2025
7616245
feat(networksecurity): update the API
yoshi-automation Dec 15, 2025
acd6f54
feat(networkservices): update the API
yoshi-automation Dec 15, 2025
e5ee8d6
feat(saasservicemgmt)!: update the API
yoshi-automation Dec 15, 2025
1caf1cf
fix(searchads360): update the API
yoshi-automation Dec 15, 2025
8177fbb
feat(servicecontrol): update the API
yoshi-automation Dec 15, 2025
94887e2
fix(servicemanagement): update the API
yoshi-automation Dec 15, 2025
ff3d149
feat: regenerate index files
yoshi-automation Dec 15, 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
76 changes: 75 additions & 1 deletion discovery/aiplatform-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -29963,9 +29963,67 @@
}
}
}
},
"v1": {
"methods": {
"evaluateDataset": {
"description": "Evaluates a dataset based on a set of given metrics.",
"flatPath": "v1:evaluateDataset",
"httpMethod": "POST",
"id": "aiplatform.evaluateDataset",
"parameterOrder": [],
"parameters": {},
"path": "v1:evaluateDataset",
"request": {
"$ref": "GoogleCloudAiplatformV1EvaluateDatasetRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"evaluateInstances": {
"description": "Evaluates instances based on a given metric.",
"flatPath": "v1:evaluateInstances",
"httpMethod": "POST",
"id": "aiplatform.evaluateInstances",
"parameterOrder": [],
"parameters": {},
"path": "v1:evaluateInstances",
"request": {
"$ref": "GoogleCloudAiplatformV1EvaluateInstancesRequest"
},
"response": {
"$ref": "GoogleCloudAiplatformV1EvaluateInstancesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"generateInstanceRubrics": {
"description": "Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on provided prompt, which can then be reviewed and used for subsequent evaluations.",
"flatPath": "v1:generateInstanceRubrics",
"httpMethod": "POST",
"id": "aiplatform.generateInstanceRubrics",
"parameterOrder": [],
"parameters": {},
"path": "v1:generateInstanceRubrics",
"request": {
"$ref": "GoogleCloudAiplatformV1GenerateInstanceRubricsRequest"
},
"response": {
"$ref": "GoogleCloudAiplatformV1GenerateInstanceRubricsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
},
"revision": "20251204",
"revision": "20251210",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -35339,6 +35397,10 @@
"$ref": "GoogleCloudAiplatformV1EvaluationDataset",
"description": "Required. The dataset used for evaluation."
},
"location": {
"description": "Required. The resource name of the Location to evaluate the dataset. Format: `projects/{project}/locations/{location}`",
"type": "string"
},
"metrics": {
"description": "Required. The metrics used for evaluation.",
"items": {
Expand Down Expand Up @@ -35393,6 +35455,10 @@
"$ref": "GoogleCloudAiplatformV1EvaluationInstance",
"description": "The instance to be evaluated."
},
"location": {
"description": "Required. The resource name of the Location to evaluate the instances. Format: `projects/{project}/locations/{location}`",
"type": "string"
},
"metrics": {
"description": "The metrics used for evaluation. Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated.",
"items": {
Expand Down Expand Up @@ -39946,6 +40012,10 @@
},
"type": "array"
},
"location": {
"description": "Required. The resource name of the Location to generate rubrics from. Format: `projects/{project}/locations/{location}`",
"type": "string"
},
"predefinedRubricGenerationSpec": {
"$ref": "GoogleCloudAiplatformV1PredefinedMetricSpec",
"description": "Optional. Specification for using the rubric generation configs of a pre-defined metric, e.g. \"generic_quality_v1\" and \"instruction_following_v1\". Some of the configs may be only used in rubric generation and not supporting evaluation, e.g. \"fully_customized_generic_quality_v1\". If this field is set, the `rubric_generation_spec` field will be ignored."
Expand Down Expand Up @@ -43304,6 +43374,10 @@
"description": "Configuration for organizing memories for a particular scope.",
"id": "GoogleCloudAiplatformV1MemoryBankCustomizationConfig",
"properties": {
"enableThirdPersonMemories": {
"description": "Optional. If true, then the memories will be generated in the third person (i.e. \"The user generates memories with Memory Bank.\"). By default, the memories will be generated in the first person (i.e. \"I generate memories with Memory Bank.\")",
"type": "boolean"
},
"generateMemoriesExamples": {
"description": "Optional. Examples of how to generate memories for a particular scope.",
"items": {
Expand Down
Loading