ModelReferenceArgs

data class ModelReferenceArgs(val datasetId: Output<String>? = null, val modelId: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ModelReferenceArgs>

Constructors

Link copied to clipboard
constructor(datasetId: Output<String>? = null, modelId: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val datasetId: Output<String>? = null

Required The ID of the dataset containing this model.

Link copied to clipboard
val modelId: Output<String>? = null

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
val project: Output<String>? = null

Required The ID of the project containing this model.

Functions

Link copied to clipboard
open override fun toJava(): ModelReferenceArgs