Skip to content

Commit b8d849c

Browse files
committed
Run docgen
1 parent eb25fec commit b8d849c

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

common/api-review/util.api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ export function isBrowser(): boolean;
264264
// @public (undocumented)
265265
export function isBrowserExtension(): boolean;
266266

267+
// Warning: (ae-missing-release-tag) "isChrome" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
268+
//
269+
// @public (undocumented)
270+
export function isChrome(): boolean;
271+
267272
// Warning: (ae-missing-release-tag) "isCloudflareWorker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
268273
//
269274
// @public

docs-devsite/vertexai.hybridparams.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ Optional. Specifies advanced params for in-cloud inference.
3636
inCloudParams?: ModelParams;
3737
```
3838

39-
## HybridParams.inCloudParams
40-
41-
Optional. Specifies advanced params for in-cloud inference.
42-
43-
<b>Signature:</b>
44-
45-
```typescript
46-
inCloudParams?: ModelParams;
47-
```
48-
4939
## HybridParams.mode
5040

5141
Specifies on-device or in-cloud inference. Defaults to prefer on-device.

0 commit comments

Comments
 (0)