ModelCardTrainingMetricArgs

data class ModelCardTrainingMetricArgs(val name: Output<String>, val notes: Output<String>? = null, val value: Output<Double>) : ConvertibleToJava<ModelCardTrainingMetricArgs>

training metric data.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the result from the SageMaker AI training job.

Link copied to clipboard
val notes: Output<String>? = null

Any additional notes describing the result of the training job.

Link copied to clipboard
val value: Output<Double>

The value of a result from the SageMaker AI training job.

Functions

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