@google-cloud/vertexai

v1.9.0
Vertex Generative AI client for Node.js

clean

gts clean

compile

tsc -p .

docs

jsdoc -c .jsdoc.js

predocs-test

npm run docs

docs-test

linkinator docs

compile:oss

tsc -p tsconfig.json.oss

fix

gts fix

test

npm run test:src && npm run test:test

test:test

jasmine build/test/*.js --reporter=test/spec/reporter.js

test:src

jasmine build/src/functions/test/*.js build/src/models/test/*.js --reporter=test/spec/reporter.js

test:system

jasmine build/system_test/*.js --reporter=test/spec/reporter.js

lint

gts lint

clean-js-files

find . -type f -name "*.js" -exec rm -f {} +

clean-js-map-files

find . -type f -name "*.js.map" -exec rm -f {} +

postpack

if [ "${CLEAN}" ]; then npm run clean-after-pack; fi

cover

npm run cover:unit && npm run cover:integration && npm run cover:report

cover:unit

nyc npm run test

cover:integration

nyc --no-clean npm run test:system

cover:report

nyc report --reporter=lcov

prepare

npm run compile

pretest

npm run compile

posttest

npm run lint
npm i @google-cloud/vertexai

Metadata

Downloads