DatasetArgs

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.

Constructors

Link copied to clipboard
fun DatasetArgs(description: Output<String>? = null, displayName: Output<String>? = null, lastMigrateTime: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DatasetArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

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>? = null

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

Link copied to clipboard
val lastMigrateTime: Output<String>? = null

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 project: Output<String>? = null