InferenceComponentDeployedImage

data class InferenceComponentDeployedImage(val resolutionTime: String? = null, val resolvedImage: String? = null, val specifiedImage: String? = null)

Constructors

Link copied to clipboard
constructor(resolutionTime: String? = null, resolvedImage: String? = null, specifiedImage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resolutionTime: String? = null

The date and time when the image path for the model resolved to the ResolvedImage

Link copied to clipboard
val resolvedImage: String? = null

The specific digest path of the image hosted in this ProductionVariant .

Link copied to clipboard
val specifiedImage: String? = null

The image path you specified when you created the model.