(Latest Version)

Data Loader Module

This module takes a control message and attempts to process any load tasks in the message. The module itself is configured to use a set of loaders, each of which is responsible for loading a specific type of data. These loaders are specified in the module configuration file at the time of object construction.

Parameter

Type

Description

Example Value

Default Value

loaders

array

An array containing information on loaders to use

See Below

[]

Parameter

Type

Description

Example Value

Default Value

id

string

Unique identifier for the loader

“loader1”

-

properties

dictionary

Dictionary of properties for that loader

{… loader specific parameters …}

{}

Copy
Copied!
            

{ "loaders": [ { "id": "loader1", "properties": { ... loader specific parameters ... } }, { "id": "loader2", "properties": { ... loader specific parameters ... } } ] }

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.