LabelingDatasetConfigurationResponse

data class LabelingDatasetConfigurationResponse(val assetName: String, val datasetVersion: String, val enableIncrementalDatasetRefresh: Boolean? = null)

Represents configuration of dataset used in a labeling job.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the data asset to perform labeling.

Link copied to clipboard

AML dataset version.

Link copied to clipboard

Indicates whether to enable incremental dataset refresh.