Labeling Dataset Configuration Response
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
fun LabelingDatasetConfigurationResponse(assetName: String, datasetVersion: String, enableIncrementalDatasetRefresh: Boolean? = null)