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

    Parameters for agent update action.

    interface UpdateActionParams {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.UpdateActionParams";
        repoUrl: string;
        version: string;
        [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.UpdateActionParams"
    repoUrl: string

    URL of the repository containing the update.

    version: string

    Target version for the update.