You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `list_backups` to see all of your backups and their current status. If you have a large number of backups, results will be paginated. You can control the pagination with optional parameters for `limit` and `pagination_token`.
@@ -104,9 +120,9 @@ pc.create_index_from_backup(
104
120
)
105
121
```
106
122
107
-
Under the hood, a restore job is created to handle taking data from your backup and loading it into the newly created serverless index. You can check status of pending restore jobs with `pc.list_restore_jobs()` or `pc.describe_restore_job(job_id='')`
123
+
Under the hood, a restore job is created to handle taking data from your backup and loading it into the newly created serverless index. You can check status of pending restore jobs with `pc.list_restore_jobs()` or `pc.describe_restore_job()`
108
124
109
-
### Explore and discover models in our Inference API
125
+
### Explore and discover models available in our Inference API
110
126
111
127
You can now fetch a dynamic list of models supported by the Inference API.
### Initial client support for BYOC (Bring Your Own Cloud)
178
+
### Client support for BYOC (Bring Your Own Cloud)
163
179
164
180
For customers using our [BYOC offering](https://docs.pinecone.io/guides/production/bring-your-own-cloud), you can now create indexes and list/describe indexes you have created in your cloud.
0 commit comments