ModelReferenceResponse

data class ModelReferenceResponse(val datasetId: String, val modelId: String, val project: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The ID of the dataset containing this model.

Link copied to clipboard

Required The ID of the model. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

Link copied to clipboard

Required The ID of the project containing this model.