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

    Health status information for an individual module.

    interface ModuleHealth {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.ModuleHealth";
        messages: string[];
        parameters: Parameter[];
        state: AgentState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.logging.agentmanager.v1.ModuleHealth"
    messages: string[]

    Status messages describing the module's state.

    parameters: Parameter[]

    Current parameters of the module.

    state: AgentState

    Current operational state of the module.