ImageResponse

data class ImageResponse(val reference: String? = null, val type: String? = null)

Describes the Image Specifications

Constructors

Link copied to clipboard
constructor(reference: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reference: String? = null

Image reference

Link copied to clipboard
val type: String? = null

Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images