Interface LabelMappingEntryRequest

LabelMappingEntryRequest

interface LabelMappingEntryRequest {
    attributes?: { [key: string]: string };
    name: string;
    sublabels?: { [key: string]: SublabelMappingEntryRequest };
}

Properties

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

LabelMappingEntryRequest

name: string

LabelMappingEntryRequest

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

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

LabelMappingEntryRequest