dashboard-react
    Preparing search index...

    Interface InstanceStatus

    UI-friendly summary of whether a model is already launched and ready.

    interface InstanceStatus {
        status: string;
        statusClass: string;
    }
    Index

    Properties

    Properties

    status: string
    statusClass: string