Dataset Args
data class DatasetArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val lastMigrateTime: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<DatasetArgs>
Creates dataset. If success return a Dataset resource. Auto-naming is currently not supported for this resource.
Properties
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
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.