@nebius/js-sdk - v0.2.54
    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

      Health status information for an individual module.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Health status information for an individual module.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.logging.agentmanager.v1.ModuleHealth"

    Contains the fully qualified protobuf type name.

    messages: string[]

    Status messages describing the module's state.

    parameters: Parameter[]

    Current parameters of the module.

    state: AgentState

    Current operational state of the module.