InferenceComponentDeployedImageArgs

data class InferenceComponentDeployedImageArgs(val resolutionTime: Output<String>? = null, val resolvedImage: Output<String>? = null, val specifiedImage: Output<String>? = null) : ConvertibleToJava<InferenceComponentDeployedImageArgs>

Constructors

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

Properties

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

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

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

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

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

The image path you specified when you created the model.

Functions

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