getModel

suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

Gets information about a model, including its name, the description (if set), and the default version (if at least one version of the model has been deployed).

Return

null

Parameters

argument

null


suspend fun getModel(modelId: String, project: String? = null): GetModelResult

Return

null

See also

Parameters

modelId
project

suspend fun getModel(argument: suspend GetModelPlainArgsBuilder.() -> Unit): GetModelResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.ml.v1.kotlin.inputs.GetModelPlainArgs.