Skip to content

Commit 2545d8d

Browse files
feat: add embedding_metadata to google.cloud.aiplatform.v1.Index
PiperOrigin-RevId: 790792075 Source-Link: googleapis/googleapis@cf13adf Source-Link: googleapis/googleapis-gen@c2c20f0 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImMyYzIwZjA5MjI0MmQyMzEwODdlYzkyN2UyNmQ5MGQyZTA2YTkyZjUifQ==
1 parent 3dbfb54 commit 2545d8d

File tree

1,381 files changed

+2243130
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,381 files changed

+2243130
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**/node_modules
2+
**/.coverage
3+
build/
4+
docs/
5+
protos/
6+
system-test/
7+
samples/generated/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./node_modules/gts"
3+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**/*.log
2+
**/node_modules
3+
/.coverage
4+
/coverage
5+
/.nyc_output
6+
/docs/
7+
/out/
8+
/build/
9+
system-test/secrets.js
10+
system-test/*key.json
11+
*.lock
12+
.DS_Store
13+
package-lock.json
14+
__pycache__
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
// Copyright 2025 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
'use strict';
20+
21+
module.exports = {
22+
opts: {
23+
readme: './README.md',
24+
package: './package.json',
25+
template: './node_modules/jsdoc-fresh',
26+
recurse: true,
27+
verbose: true,
28+
destination: './docs/'
29+
},
30+
plugins: [
31+
'plugins/markdown',
32+
'jsdoc-region-tag'
33+
],
34+
source: {
35+
excludePattern: '(^|\\/|\\\\)[._]',
36+
include: [
37+
'build/src',
38+
'protos'
39+
],
40+
includePattern: '\\.js$'
41+
},
42+
templates: {
43+
copyright: 'Copyright 2025 Google LLC',
44+
includeDate: false,
45+
sourceFiles: false,
46+
systemName: '@google-cloud/aiplatform',
47+
theme: 'lumen',
48+
default: {
49+
outputSourceFiles: false
50+
}
51+
},
52+
markdown: {
53+
idInHeadings: true
54+
}
55+
};
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Copyright 2025 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
const config = {
20+
"enable-source-maps": true,
21+
"throw-deprecation": true,
22+
"timeout": 10000
23+
}
24+
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
25+
delete config['throw-deprecation'];
26+
}
27+
if (process.env.MOCHA_REPORTER) {
28+
config.reporter = process.env.MOCHA_REPORTER;
29+
}
30+
if (process.env.MOCHA_REPORTER_OUTPUT) {
31+
config['reporter-option'] = `output=${process.env.MOCHA_REPORTER_OUTPUT}`;
32+
}
33+
module.exports = config
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// Copyright 2025 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// ** This file is automatically generated by gapic-generator-typescript. **
16+
// ** https://github.com/googleapis/gapic-generator-typescript **
17+
// ** All changes to this file may be overwritten. **
18+
19+
20+
module.exports = {
21+
...require('gts/.prettierrc.json')
22+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Aiplatform: Nodejs Client
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"name": "@google-cloud/aiplatform",
3+
"version": "0.1.0",
4+
"description": "Aiplatform client for Node.js",
5+
"repository": "googleapis/nodejs-aiplatform",
6+
"license": "Apache-2.0",
7+
"author": "Google LLC",
8+
"main": "build/src/index.js",
9+
"files": [
10+
"build/src",
11+
"build/protos"
12+
],
13+
"keywords": [
14+
"google apis client",
15+
"google api client",
16+
"google apis",
17+
"google api",
18+
"google",
19+
"google cloud platform",
20+
"google cloud",
21+
"cloud",
22+
"google aiplatform",
23+
"aiplatform",
24+
"dataset service",
25+
"deployment resource pool service",
26+
"endpoint service",
27+
"evaluation service",
28+
"feature online store admin service",
29+
"feature online store service",
30+
"feature registry service",
31+
"featurestore online serving service",
32+
"featurestore service",
33+
"gen ai cache service",
34+
"gen ai tuning service",
35+
"index endpoint service",
36+
"index service",
37+
"job service",
38+
"llm utility service",
39+
"match service",
40+
"metadata service",
41+
"migration service",
42+
"model garden service",
43+
"model service",
44+
"notebook service",
45+
"persistent resource service",
46+
"pipeline service",
47+
"prediction service",
48+
"reasoning engine execution service",
49+
"reasoning engine service",
50+
"schedule service",
51+
"specialist pool service",
52+
"tensorboard service",
53+
"vertex rag data service",
54+
"vertex rag service",
55+
"vizier service"
56+
],
57+
"scripts": {
58+
"clean": "gts clean",
59+
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
60+
"compile-protos": "compileProtos src",
61+
"docs": "jsdoc -c .jsdoc.js",
62+
"fix": "gts fix",
63+
"lint": "gts check",
64+
"prepare": "npm run compile-protos && npm run compile",
65+
"system-test": "c8 mocha build/system-test",
66+
"test": "c8 mocha build/test"
67+
},
68+
"dependencies": {
69+
"google-gax": "^5.1.1-rc.1"
70+
},
71+
"devDependencies": {
72+
"@types/mocha": "^10.0.10",
73+
"@types/node": "^22.15.31",
74+
"@types/sinon": "^17.0.4",
75+
"c8": "^10.1.3",
76+
"gapic-tools": "^1.0.2",
77+
"gts": "^6.0.2",
78+
"jsdoc": "^4.0.4",
79+
"jsdoc-fresh": "^3.0.0",
80+
"jsdoc-region-tag": "^3.0.0",
81+
"mocha": "^11.1.0",
82+
"pack-n-play": "^3.0.0",
83+
"typescript": "5.8.3",
84+
"sinon": "^20.0.0"
85+
},
86+
"engines": {
87+
"node": ">=v18"
88+
}
89+
}
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
// Copyright 2025 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
syntax = "proto3";
16+
17+
package google.cloud.aiplatform.v1;
18+
19+
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
20+
option go_package = "cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb";
21+
option java_multiple_files = true;
22+
option java_outer_classname = "AcceleratorTypeProto";
23+
option java_package = "com.google.cloud.aiplatform.v1";
24+
option php_namespace = "Google\\Cloud\\AIPlatform\\V1";
25+
option ruby_package = "Google::Cloud::AIPlatform::V1";
26+
27+
// LINT: LEGACY_NAMES
28+
// Represents a hardware accelerator type.
29+
enum AcceleratorType {
30+
// Unspecified accelerator type, which means no accelerator.
31+
ACCELERATOR_TYPE_UNSPECIFIED = 0;
32+
33+
// Deprecated: Nvidia Tesla K80 GPU has reached end of support,
34+
// see https://cloud.google.com/compute/docs/eol/k80-eol.
35+
NVIDIA_TESLA_K80 = 1 [deprecated = true];
36+
37+
// Nvidia Tesla P100 GPU.
38+
NVIDIA_TESLA_P100 = 2;
39+
40+
// Nvidia Tesla V100 GPU.
41+
NVIDIA_TESLA_V100 = 3;
42+
43+
// Nvidia Tesla P4 GPU.
44+
NVIDIA_TESLA_P4 = 4;
45+
46+
// Nvidia Tesla T4 GPU.
47+
NVIDIA_TESLA_T4 = 5;
48+
49+
// Nvidia Tesla A100 GPU.
50+
NVIDIA_TESLA_A100 = 8;
51+
52+
// Nvidia A100 80GB GPU.
53+
NVIDIA_A100_80GB = 9;
54+
55+
// Nvidia L4 GPU.
56+
NVIDIA_L4 = 11;
57+
58+
// Nvidia H100 80Gb GPU.
59+
NVIDIA_H100_80GB = 13;
60+
61+
// Nvidia H100 Mega 80Gb GPU.
62+
NVIDIA_H100_MEGA_80GB = 14;
63+
64+
// Nvidia H200 141Gb GPU.
65+
NVIDIA_H200_141GB = 15;
66+
67+
// Nvidia B200 GPU.
68+
NVIDIA_B200 = 16;
69+
70+
// TPU v2.
71+
TPU_V2 = 6;
72+
73+
// TPU v3.
74+
TPU_V3 = 7;
75+
76+
// TPU v4.
77+
TPU_V4_POD = 10;
78+
79+
// TPU v5.
80+
TPU_V5_LITEPOD = 12;
81+
}

0 commit comments

Comments
 (0)