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

    Interface OperationService<TReq>

    Defines the operation service method that Operation uses for polling.

    Generated operation service clients satisfy this interface.

    interface OperationService<TReq> {
        get(
            req: { id: string },
            metadata?: Metadata,
            options?: Partial<CallOptions> & RetryOptions,
        ): Request<TReq, Operation<TReq>>;
    }

    Type Parameters

    • TReq
    Index