@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface GpuClusterServiceServer

    Handles server calls for the nebius.compute.v1.GpuClusterService service.

    interface GpuClusterServiceServer {
        create: handleUnaryCall<CreateGpuClusterRequest, Operation>;
        delete: handleUnaryCall<DeleteGpuClusterRequest, Operation>;
        get: handleUnaryCall<GetGpuClusterRequest, GpuCluster>;
        getByName: handleUnaryCall<GetByNameRequest, GpuCluster>;
        list: handleUnaryCall<ListGpuClustersRequest, ListGpuClustersResponse>;
        listOperationsByParent: handleUnaryCall<
            ListOperationsByParentRequest,
            ListOperationsResponse,
        >;
        update: handleUnaryCall<UpdateGpuClusterRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • GpuClusterServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.compute.v1.GpuClusterService service.

    Index
    create: handleUnaryCall<CreateGpuClusterRequest, Operation>

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

    delete: handleUnaryCall<DeleteGpuClusterRequest, Operation>

    Deletes a GPU Cluster by its ID.

    get: handleUnaryCall<GetGpuClusterRequest, GpuCluster>

    Retrieves the specified GPU Cluster by its ID.

    getByName: handleUnaryCall<GetByNameRequest, GpuCluster>

    Retrieves the specified GPU Cluster by its parent and name.

    Lists GPU Clusters in the specified parent.

    listOperationsByParent: handleUnaryCall<
        ListOperationsByParentRequest,
        ListOperationsResponse,
    >

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

    update: handleUnaryCall<UpdateGpuClusterRequest, Operation>

    Modifies the configuration of an existing GPU Cluster.