Skip to content

Commit 35f03f6

Browse files
committed
Use type for inference mode and update docs
1 parent 2d58976 commit 35f03f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs-devsite/vertexai.hybridparams.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ 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+
3949
## HybridParams.mode
4050

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

0 commit comments

Comments
 (0)