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

    Interface JobInstanceStatus

    JobInstanceStatus represents the status of a job instance.

    interface JobInstanceStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.ai.v1.JobInstanceStatus";
        computeInstanceId: string;
        computeInstanceState: InstanceStatus_InstanceState;
        privateIp: string;
        publicIp: string;
        state: JobInstanceStatus_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.JobInstanceStatus"
    computeInstanceId: string

    ID of the compute instance running the job.

    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 job's workload.