@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface MlflowClusterStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.mlflow.v1alpha1.MlflowClusterStatus";
        effectiveStorageBucketName: string;
        experimentsCount: number;
        mlflowVersion: string;
        phase: ClusterStatus_Phase;
        state: ClusterStatus_State;
        trackingEndpoint: string;
        trackingEndpoints?: Endpoints;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.mlflow.v1alpha1.MlflowClusterStatus"
    effectiveStorageBucketName: string

    Name of the Nebius S3 bucket for MLflow artifacts.

    experimentsCount: number

    Count of experiments in the MLflow cluster

    mlflowVersion: string

    MLflow version

    Current phase of the cluster.

    State reflects substatus of the phase to define whether it's healthy or not.

    trackingEndpoint: string

    Tracking endpoint url. Will be removed soon in favor of private_tracking_endpoint and public_tracking_endpoint.

    trackingEndpoints?: Endpoints

    Public and private tracking endpoints