GetCustomModelPlainArgs

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

A collection of arguments for invoking getCustomModel.

Constructors

Link copied to clipboard
constructor(modelId: String)

Properties

Link copied to clipboard

Name or ARN of the custom model.

Functions

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