getVersion

Gets information about a model version. Models can have multiple versions. You can call projects.models.versions.list to get the same information that this method returns for all of the versions of a model.

Return

null

Parameters

argument

null


suspend fun getVersion(modelId: String, project: String? = null, versionId: String): GetVersionResult

Return

null

See also

Parameters

modelId
project
versionId

suspend fun getVersion(argument: suspend GetVersionPlainArgsBuilder.() -> Unit): GetVersionResult

Return

null

See also

Parameters

argument

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