@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface EndpointStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.serverless.v1alpha1.EndpointStatus";
        phase: ClusterStatus_Phase;
        publicEndpoint: string;
        state: ClusterStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.serverless.v1alpha1.EndpointStatus"

    Current phase (or stage) of the workload.

    publicEndpoint: string

    Public endpoint for accessing the workload.

    State reflects substatus of the phase