class documentation

class GpuClusterServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Creates a new GPU Cluster. For details, see https://docs.nebius.com/compute/clusters/gpu#create-cluster
Method Delete Deletes a GPU Cluster by its ID.
Method Get Retrieves the specified GPU Cluster by its ID.
Method GetByName Retrieves the specified GPU Cluster by its parent and name.
Method List Lists GPU Clusters in the specified parent.
Method ListOperationsByParent Lists all operations that were performed within a specific parent resource.
Method Update Modifies the configuration of an existing GPU Cluster.
def Create(self, request, context): (source)

Creates a new GPU Cluster. For details, see https://docs.nebius.com/compute/clusters/gpu#create-cluster

def Delete(self, request, context): (source)

Deletes a GPU Cluster by its ID.

def Get(self, request, context): (source)

Retrieves the specified GPU Cluster by its ID.

def GetByName(self, request, context): (source)

Retrieves the specified GPU Cluster by its parent and name.

def List(self, request, context): (source)

Lists GPU Clusters in the specified parent.

def ListOperationsByParent(self, request, context): (source)

Lists all operations that were performed within a specific parent resource.

def Update(self, request, context): (source)

Modifies the configuration of an existing GPU Cluster.