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
25 changes: 10 additions & 15 deletions aiplatform/v1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -15409,6 +15409,11 @@
"name"
],
"parameters": {
"forceDelete": {
"description": "Optional. If set to true, any errors generated by external vector database during the deletion will be ignored. The default value is false.",
"location": "query",
"type": "boolean"
},
"name": {
"description": "Required. The name of the RagFile resource to be deleted. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}`",
"location": "path",
Expand Down Expand Up @@ -20286,7 +20291,7 @@
}
}
},
"revision": "20250806",
"revision": "20250816",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -29171,17 +29176,7 @@
"GoogleCloudAiplatformV1GoogleMaps": {
"description": "Tool to retrieve public maps data for grounding, powered by Google.",
"id": "GoogleCloudAiplatformV1GoogleMaps",
"properties": {
"apiAuth": {
"$ref": "GoogleCloudAiplatformV1ApiAuth",
"deprecated": true,
"description": "The authentication config to access the API. Deprecated. Please use auth_config instead."
},
"authConfig": {
"$ref": "GoogleCloudAiplatformV1AuthConfig",
"description": "The authentication config to access the API. Only API key is supported."
}
},
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1GoogleSearchRetrieval": {
Expand Down Expand Up @@ -38112,12 +38107,12 @@
"type": "array"
},
"maxInstances": {
"description": "Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100.",
"description": "Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100. Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable range is [1, 100].",
"format": "int32",
"type": "integer"
},
"minInstances": {
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1.",
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 10].",
"format": "int32",
"type": "integer"
},
Expand All @@ -38129,7 +38124,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {\"cpu\": \"4\", \"memory\": \"4Gi\"}. * The only supported values for CPU are '1', '2', '4', and '8'. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits",
"description": "Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {\"cpu\": \"4\", \"memory\": \"4Gi\"}. * The only supported values for CPU are '1', '2', '4', '6' and '8'. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * The only supported values for memory are '1Gi', '2Gi', ... '32 Gi'. * For required cpu on different memory values, go to https://cloud.google.com/run/docs/configuring/memory-limits",
"type": "object"
},
"secretEnv": {
Expand Down
42 changes: 15 additions & 27 deletions aiplatform/v1/aiplatform-gen.go

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

Loading