LabelingDataConfigurationResponse

data class LabelingDataConfigurationResponse(val dataId: String? = null, val incrementalDataRefresh: String? = null)

Labeling data configuration definition

Constructors

Link copied to clipboard
constructor(dataId: String? = null, incrementalDataRefresh: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataId: String? = null

Resource Id of the data asset to perform labeling.

Link copied to clipboard

Indicates whether to enable incremental data refresh.