GetCustomModelsModelSummary

data class GetCustomModelsModelSummary(val creationTime: String, val modelArn: String, val modelName: String)

Constructors

Link copied to clipboard
constructor(creationTime: String, modelArn: String, modelName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of the model.

Link copied to clipboard

The ARN of the custom model.

Link copied to clipboard

The name of the custom model.