vantage_sdk.workbench.compute_pool
SDK helpers for cluster compute pool operations.
Classes
ComputePoolSDK()
SDK for cluster-scoped compute pool operations.
Methods
create(self, ctx: 'typer.Context', *, cluster_name: 'str', name: 'str', instance_type: 'str', min_size: 'int' = 0, max_size: 'int' = 10, gpu: 'bool' = False, gpu_count: 'int' = 0, control_plane: 'bool' = False, labels: 'dict[str, Any] | None' = None, taints: 'list[dict[str, str]] | None' = None, workload: 'str | None' = None) -> 'ClusterServiceResponse': No documentation provided.delete(self, ctx: 'typer.Context', *, cluster_name: 'str', name: 'str') -> 'ClusterServiceResponse': No documentation provided.get(self, ctx: 'typer.Context', *, cluster_name: 'str', name: 'str') -> 'ClusterServiceResponse': No documentation provided.list(self, ctx: 'typer.Context', *, cluster_name: 'str', workload: 'str | None' = None) -> 'ClusterServiceResponse': No documentation provided.