data class GetModelResult(val createTime: String, val dataset: String, val displayName: String, val name: String, val sourceLanguageCode: String, val targetLanguageCode: String, val testExampleCount: Int, val trainExampleCount: Int, val updateTime: String, val validateExampleCount: Int)
The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.