EnvironmentImageResponseResponseEnvironmentReference

data class EnvironmentImageResponseResponseEnvironmentReference(val name: String? = null, val version: String? = null)

The unique identifying details of the AZURE ML environment.

Constructors

constructor(name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the environment.

Link copied to clipboard
val version: String? = null

Version of the environment.