Skip to content

Latest commit

 

History

History
101 lines (56 loc) · 1.78 KB

DataPointCreate.md

File metadata and controls

101 lines (56 loc) · 1.78 KB

@affinda/affinda / Exports / DataPointCreate

Interface: DataPointCreate

Table of contents

Properties

Properties

annotationContentType

annotationContentType: string

The different data types of annotations


description

Optional description: string


extractor

extractor: string

Uniquely identify an extractor.


manualEntry

Optional manualEntry: boolean

If true, the model will not be used to predict this data point. Instead, the user will be able to manually enter the value in the validation tool.


mappingDataSource

Optional mappingDataSource: string

If populated, the model will learn to predict this field using the data source, rather than relying on fuzzy string matching.


multiple

Optional multiple: boolean


name

name: string

Name of the data point.


noRect

Optional noRect: boolean


organization

organization: string

Uniquely identify an organization.


parent

Optional parent: string

The identifier of the parent data point if applicable.


slug

slug: string

A camelCase string that will be used as the key in the API response.