WorkspaceDatasetversionArgs

data class WorkspaceDatasetversionArgs(val dataCount: Output<Int>? = null, val dataSize: Output<Int>? = null, val dataSourceType: Output<String>? = null, val datasetId: Output<String>? = null, val description: Output<String>? = null, val labels: Output<List<WorkspaceDatasetversionLabelArgs>>? = null, val options: Output<String>? = null, val property: Output<String>? = null, val sourceId: Output<String>? = null, val sourceType: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<WorkspaceDatasetversionArgs>

Provides a PAI Workspace Datasetversion resource. For information about PAI Workspace Dataset Version and how to use it, see What is Dataset Version.

NOTE: Available since v1.236.0.

Import

PAI Workspace Datasetversion can be imported using the id, e.g.

$ pulumi import alicloud:pai/workspaceDatasetversion:WorkspaceDatasetversion example <dataset_id>:<version_name>

Constructors

Link copied to clipboard
constructor(dataCount: Output<Int>? = null, dataSize: Output<Int>? = null, dataSourceType: Output<String>? = null, datasetId: Output<String>? = null, description: Output<String>? = null, labels: Output<List<WorkspaceDatasetversionLabelArgs>>? = null, options: Output<String>? = null, property: Output<String>? = null, sourceId: Output<String>? = null, sourceType: Output<String>? = null, uri: Output<String>? = null)

Properties

Link copied to clipboard
val dataCount: Output<Int>? = null

Data count.

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

The first ID of the resource

Link copied to clipboard
val dataSize: Output<Int>? = null

Data size.

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

The data source type. The following values are supported:

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

Description of dataset version.

Link copied to clipboard

The tag of the resource See labels below.

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

The extended field, which is of the JsonString type. When DLC uses a dataset, you can specify the default Mount path for the dataset by configuring the mountPath field.

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

The properties of the dataset. The following values are supported:

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

The data source ID.

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

The data source type. The default value is USER.

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

The Uri configuration sample is as follows:

Functions

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