LabelingDatasetConfigurationArgs

data class LabelingDatasetConfigurationArgs(val assetName: Output<String>, val datasetVersion: Output<String>, val enableIncrementalDatasetRefresh: Output<Boolean>? = null) : ConvertibleToJava<LabelingDatasetConfigurationArgs>

Represents configuration of dataset used in a labeling job.

Constructors

Link copied to clipboard
constructor(assetName: Output<String>, datasetVersion: Output<String>, enableIncrementalDatasetRefresh: Output<Boolean>? = null)

Properties

Link copied to clipboard
val assetName: Output<String>

Name of the data asset to perform labeling.

Link copied to clipboard
val datasetVersion: Output<String>

AML dataset version.

Link copied to clipboard

Indicates whether to enable incremental dataset refresh.

Functions

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