ModelPackageStatusItem

data class ModelPackageStatusItem(val failureReason: String? = null, val name: String, val status: ModelPackageStatusItemStatus)

Represents the overall status of a model package.

Constructors

Link copied to clipboard
constructor(failureReason: String? = null, name: String, status: ModelPackageStatusItemStatus)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureReason: String? = null

If the overall status is Failed, the reason for the failure.

Link copied to clipboard

The name of the model package for which the overall status is being reported.

Link copied to clipboard

The current status.