File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
api-reference/python/tilebox.workflows Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : ClustersClient .all
2
+ title : ClusterClient .all
3
3
icon : circle-nodes
4
4
---
5
5
6
6
``` python
7
- def ClustersClient .all(): list[Cluster]
7
+ def ClusterClient .all(): list[Cluster]
8
8
```
9
9
10
10
List all available clusters.
Original file line number Diff line number Diff line change 1
1
---
2
- title : ClustersClient .create
2
+ title : ClusterClient .create
3
3
icon : circle-nodes
4
4
---
5
5
6
6
``` python
7
- def ClustersClient .create(name: str ): Cluster
7
+ def ClusterClient .create(name: str ): Cluster
8
8
```
9
9
10
10
Create a cluster.
Original file line number Diff line number Diff line change 1
1
---
2
- title : ClustersClient .delete
2
+ title : ClusterClient .delete
3
3
icon : circle-nodes
4
4
---
5
5
6
6
``` python
7
- def ClustersClient .delete(cluster_or_slug: Cluster | str )
7
+ def ClusterClient .delete(cluster_or_slug: Cluster | str )
8
8
```
9
9
10
10
Delete a cluster.
Original file line number Diff line number Diff line change 1
1
---
2
- title : ClustersClient .find
2
+ title : ClusterClient .find
3
3
icon : circle-nodes
4
4
---
5
5
6
6
``` python
7
- def ClustersClient .find(cluster_or_slug: Cluster | str ): Cluster
7
+ def ClusterClient .find(cluster_or_slug: Cluster | str ): Cluster
8
8
```
9
9
10
10
Get a cluster by its slug.
Original file line number Diff line number Diff line change 210
210
" api-reference/python/tilebox.workflows/TaskRunner.run_forever" ,
211
211
" api-reference/python/tilebox.workflows/ExecutionContext.submit_subtask" ,
212
212
" api-reference/python/tilebox.workflows/ExecutionContext.job_cache" ,
213
- " api-reference/python/tilebox.workflows/ClustersClient .create" ,
214
- " api-reference/python/tilebox.workflows/ClustersClient .find" ,
215
- " api-reference/python/tilebox.workflows/ClustersClient .delete" ,
216
- " api-reference/python/tilebox.workflows/ClustersClient .all" ,
213
+ " api-reference/python/tilebox.workflows/ClusterClient .create" ,
214
+ " api-reference/python/tilebox.workflows/ClusterClient .find" ,
215
+ " api-reference/python/tilebox.workflows/ClusterClient .delete" ,
216
+ " api-reference/python/tilebox.workflows/ClusterClient .all" ,
217
217
" api-reference/python/tilebox.workflows/JobCache.group" ,
218
218
" api-reference/python/tilebox.workflows/JobCache.__iter__" ,
219
219
" api-reference/python/tilebox.workflows/JobClient.submit" ,
You can’t perform that action at this time.
0 commit comments