Skip to content

Latest commit

 

History

History
85 lines (47 loc) · 1.68 KB

DataFieldCreateDataPoint.md

File metadata and controls

85 lines (47 loc) · 1.68 KB

@affinda/affinda / Exports / DataFieldCreateDataPoint

Interface: DataFieldCreateDataPoint

The data point to be created for this field. If a data point with the same slug and collection already exists, it will be reused.

Table of contents

Properties

Properties

description

Optional description: string


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


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.


type

type: string

The different data types of annotations