@google-cloud/vertexai

v1.3.0
Vertex Generative AI client for Node.js

fix

gts fix

docs

jsdoc -c .jsdoc.js

lint

gts lint

test

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

clean

gts clean

cover

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

compile

tsc -p .

prepare

if [ "${CUSTOM_PACK}" ]; then echo "custom compile" && npm run compile:oss; else npm run compile; fi

pretest

npm run compile

postpack

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

posttest

npm run lint

docs-test

linkinator docs

cover:unit

nyc npm run test

compile:oss

tsc -p tsconfig.json.oss

system-test

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

cover:report

nyc report --reporter=lcov

predocs-test

npm run docs

clean-js-files

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

clean-after-pack

echo "cleaning" && rm -rf node_modules/ && npm run clean-js-files && npm run clean-js-map-files && npm run clean-d-ts-files

clean-d-ts-files

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

cover:integration

nyc --no-clean npm run system-test

clean-js-map-files

find . -type f -name "*.js.map" -exec rm -f {} +
npm i @google-cloud/[email protected]

Metadata

Downloads

Maintainers

Google LLC