ModelPackageStatusItemArgs

data class ModelPackageStatusItemArgs(val failureReason: Output<String>? = null, val name: Output<String>, val status: Output<ModelPackageStatusItemStatus>) : ConvertibleToJava<ModelPackageStatusItemArgs>

Represents the overall status of a model package.

Constructors

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

Properties

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

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

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

The current status.

Functions

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