getModel

suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

Gets a model.

Return

null

Parameters

argument

null


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

Return

null

Parameters

catalogId
location
modelId
project

See also


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

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.retail.v2alpha.kotlin.inputs.GetModelPlainArgs.

See also