|
ContentDocumentId
|
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Unique identifier of the content document that contains the files that are
part of the dataset.
|
|
ContentType
|
- Type
- picklist
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Indicates the purpose of the images in the dataset.
- Possible values are:
- Object_Detection
- Object_Recognition
|
|
DatasetType
|
- Type
- picklist
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Purpose of the dataset used to build the model.
- Possible values are:
- Experimentation
- Testing
- Training
- Validation
|
|
ExternalDataset
|
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Unique identifier generated by external machine-learning service for the
dataset.
|
|
FileUrl
|
- Type
- url
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Public URL of the file that contains the dataset.
|
|
LabelList
|
- Type
- textarea
- Properties
- Create, Nillable, Update
- Description
- JSON data containing the labels for the objects that are part of the images
in the dataset. For
example,
1{
2 "labels": [{
3 "name": "Image 1 - Object 3 Name",
4 "numExamples": 32
5 }, {
6 "name": "Image 1 - Object 2 Name",
7 "numExamples": 31
8 }, {
9 "name": "Image 1 - Object 4 Name",
10 "numExamples": 30
11 }]
12}
|
|
LastReferencedDate
|
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The most recent date on which a user referenced this record.
|
|
LastViewedDate
|
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The most recent date on which a user viewed this record.
|
|
Name
|
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- Name of the record.
|
|
OwnerId
|
- Type
- reference
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Unique identifier of the record owner.
|
|
Status
|
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist,
Sort, Update
- Description
- Status of the dataset.
- Possible values are:
- DELETION_PENDING
- FAILED
- PROCESSING
- SUCCEEDED
- UPLOADING
- UPLOAD_PENDING
|
|
TrainingImageCount
|
- Type
- int
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Total number of images present in the dataset.
|