ModelCardTrainingMetric

data class ModelCardTrainingMetric(val name: String, val notes: String? = null, val value: Double)

training metric data.

Constructors

Link copied to clipboard
constructor(name: String, notes: String? = null, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the result from the SageMaker training job.

Link copied to clipboard
val notes: String? = null

Any additional notes describing the result of the training job.

Link copied to clipboard

The value of a result from the SageMaker training job.