Interface ModelConverterConfig

Configurations for a ModelConverter.

interface ModelConverterConfig {
    pipelines: { [key: string]: ModelConverterPipelineParams };
}

Properties

Properties

pipelines: { [key: string]: ModelConverterPipelineParams }

The available pipelines within the ModelConverter.