JobExtractSourceModel

data class JobExtractSourceModel(val datasetId: String, val modelId: String, val projectId: String)

Constructors

Link copied to clipboard
constructor(datasetId: String, modelId: String, projectId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the dataset containing this model.

Link copied to clipboard

The ID of the model.

Link copied to clipboard

The ID of the project containing this model.