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

    Handles server calls for the nebius.msp.mlflow.v1alpha1.ClusterService service.

    interface ClusterServiceServer {
        create: handleUnaryCall<CreateClusterRequest, Operation>;
        delete: handleUnaryCall<DeleteClusterRequest, Operation>;
        get: handleUnaryCall<GetClusterRequest, Cluster>;
        getByName: handleUnaryCall<GetClusterByNameRequest, Cluster>;
        list: handleUnaryCall<ListClustersRequest, ListClustersResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ClusterServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.msp.mlflow.v1alpha1.ClusterService service.

    Index
    create: handleUnaryCall<CreateClusterRequest, Operation>

    Creates a cluster.

    delete: handleUnaryCall<DeleteClusterRequest, Operation>

    Delete a cluster.

    get: handleUnaryCall<GetClusterRequest, Cluster>

    Returns the specified cluster.

    getByName: handleUnaryCall<GetClusterByNameRequest, Cluster>

    Returns the specified cluster.

    Retrieves a list of clusters.