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

    Interface EndpointInstanceStatus

    EndpointInstanceStatus represents the status of a endpoint instance.

    interface EndpointInstanceStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.ai.v1.EndpointInstanceStatus";
        computeInstanceId: string;
        computeInstanceState: InstanceStatus_InstanceState;
        privateIp: string;
        publicIp: string;
        state: EndpointInstanceStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.ai.v1.EndpointInstanceStatus"
    computeInstanceId: string

    ID of the compute instance running the endpoint.

    computeInstanceState: InstanceStatus_InstanceState

    The current state of the compute instance.

    privateIp: string

    Private IP address of the instance.

    publicIp: string

    Public IP address of the instance.

    The current state of the endpoint's workload.