Interface LabelMappingEntryRequest

Export

LabelMappingEntryRequest

Hierarchy

  • LabelMappingEntryRequest

Properties

attributes?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Memberof

LabelMappingEntryRequest

name: string

Memberof

LabelMappingEntryRequest

sublabels?: {
    [key: string]: SublabelMappingEntryRequest;
}

Label mapping for from the model to the task sublabels within a parent label

Type declaration

Memberof

LabelMappingEntryRequest

Generated using TypeDoc