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

    Interface Artifact_StatusValueMembers

    Defines the static values of Artifact_Status.

    interface Artifact_StatusValueMembers {
        ACTIVE: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "STATUS_UNSPECIFIED",
        >;
        DELETING: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "STATUS_UNSPECIFIED",
        >;
        STATUS_UNSPECIFIED: EnumInstance<
            "UNRECOGNIZED"
            | "ACTIVE"
            | "DELETING"
            | "STATUS_UNSPECIFIED",
        >;
    }
    Index
    ACTIVE: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "STATUS_UNSPECIFIED",
    >

    Represents the ACTIVE protobuf enum value.

    DELETING: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "STATUS_UNSPECIFIED",
    >

    Represents the DELETING protobuf enum value.

    STATUS_UNSPECIFIED: EnumInstance<
        "UNRECOGNIZED"
        | "ACTIVE"
        | "DELETING"
        | "STATUS_UNSPECIFIED",
    >

    Represents the STATUS_UNSPECIFIED protobuf enum value.