GetDatasetResult

data class GetDatasetResult(val blockingResources: List<String>, val createTime: String, val dataItemCount: String, val description: String, val displayName: String, val inputConfigs: List<GoogleCloudDatalabelingV1beta1InputConfigResponse>, val lastMigrateTime: String, val name: String)

Constructors

Link copied to clipboard
fun GetDatasetResult(blockingResources: List<String>, createTime: String, dataItemCount: String, description: String, displayName: String, inputConfigs: List<GoogleCloudDatalabelingV1beta1InputConfigResponse>, lastMigrateTime: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The names of any related resources that are blocking changes to the dataset.

Link copied to clipboard

Time the dataset is created.

Link copied to clipboard

The number of data items in the dataset.

Link copied to clipboard

Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.

Link copied to clipboard

The display name of the dataset. Maximum of 64 characters.

Link copied to clipboard

This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.

Link copied to clipboard

Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.

Link copied to clipboard

Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}