TPUApi constructor
TPUApi(})
Implementation
TPUApi(http.Client client,
{core.String rootUrl = 'https://tpu.googleapis.com/',
core.String servicePath = ''})
: _requester =
commons.ApiRequester(client, rootUrl, servicePath, requestHeaders);