Resource: Dataset
Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.
JSON representation | |
---|---|
{
"name": string,
"displayName": string,
"description": string,
"createTime": string,
"inputConfigs": [
{
object ( |
Fields | |
---|---|
name |
Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id} |
displayName |
Required. The display name of the dataset. Maximum of 64 characters. |
description |
Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long. |
createTime |
Output only. Time the dataset is created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
inputConfigs[] |
Output only. This is populated with the original input configs where datasets.importData is called. It is available only after the clients import data to this dataset. |
blockingResources[] |
Output only. The names of any related resources that are blocking changes to the dataset. |
dataItemCount |
Output only. The number of data items in the dataset. |
Methods |
|
---|---|
|
Creates dataset. |
|
Deletes a dataset by resource name. |
|
Exports data and annotations from dataset. |
|
Gets dataset by resource name. |
|
Imports data into dataset based on source locations defined in request. |
|
Lists datasets under a project. |