Class: SDKDataset
sdkApi/interfaces/entities/iDataset.SDKDataset
Represents a dataset instance within the SDK.
Implements
Implements
Table of contents
Constructors
Properties
- annotated
- createdAt
- creator
- directoryTree
- driver
- export
- id
- items
- itemsCount
- metadata
- name
- projects
- readableType
- shareLevel
- url
Constructors
constructor
• new SDKDataset(dataset
)
Creates an instance of SDKDataset.
Parameters
Name | Type |
---|---|
dataset |
Partial <SDKDataset > |
Properties
annotated
• annotated: number
The number of items in the dataset that have been annotated
Implementation of
createdAt
• createdAt: IDate
The date the dataset was created
Implementation of
creator
• creator: string
The dataset creator
Implementation of
directoryTree
• directoryTree: string
The URL of the dataset's directory tree
Implementation of
driver
• driver: string
The dataset's driver
Implementation of
export
• export: Object
The URLs of the dataset's exports
Type declaration
Name | Type |
---|---|
json |
string |
zip |
string |
Implementation of
id
• id: string
The unique identifier of the dataset
Implementation of
items
• items: string
The URL of the dataset's items
Implementation of
itemsCount
• itemsCount: number
The number of items in the dataset
Implementation of
metadata
• Optional
metadata: any
The dataset metadata
Implementation of
name
• name: string
The name of the dataset
Implementation of
projects
• projects: string
[]
The projects the dataset belongs to
Implementation of
readableType
• readableType: string
The type of the dataset
Implementation of
shareLevel
• shareLevel: "private"
| "project"
The share level of the dataset
Implementation of
url
• url: string
The URL of the dataset