Dataset

class Dataset : KotlinCustomResource

Creates dataset. If success return a Dataset resource. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

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

Link copied to clipboard
val createTime: Output<String>

Time the dataset is created.

Link copied to clipboard
val dataItemCount: Output<String>

The number of data items in the dataset.

Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard
val id: Output<String>
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
val lastMigrateTime: Output<String>

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
val name: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>