GetModelPlainArgs

data class GetModelPlainArgs(val modelId: String) : ConvertibleToJava<GetModelPlainArgs>

A collection of arguments for invoking getModel.

Constructors

Link copied to clipboard
constructor(modelId: String)

Properties

Link copied to clipboard

Model identifier.

Functions

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