A {@link AxiosRequestConfig}. For example, to use HTTP keep-alive,
const main = async () => { const client = await VertexClient.build({ axiosOptions: { httpsAgent: new Agent({ keepAlive: true }) } }); };
main();
Base path to use, @see BasePath.
Your Vertex API client ID and secret.
Static
build
function arguments.