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

    Represents the nebius.msp.mlflow.v1alpha1.MlflowClusterStatus protobuf message.

    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

      Represents the nebius.msp.mlflow.v1alpha1.MlflowClusterStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.msp.mlflow.v1alpha1.MlflowClusterStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.msp.mlflow.v1alpha1.MlflowClusterStatus"

    Contains the fully qualified protobuf type name.

    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