GetModelCardPlainArgs

data class GetModelCardPlainArgs(val modelCardName: String) : ConvertibleToJava<GetModelCardPlainArgs>

Constructors

Link copied to clipboard
constructor(modelCardName: String)

Properties

Link copied to clipboard

The unique name of the model card.

Functions

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