EnvironmentVersionResponse

data class EnvironmentVersionResponse(val autoRebuild: String? = null, val build: BuildContextResponse? = null, val condaFile: String? = null, val description: String? = null, val environmentType: String, val image: String? = null, val inferenceConfig: InferenceContainerPropertiesResponse? = null, val isAnonymous: Boolean? = null, val isArchived: Boolean? = null, val osType: String? = null, val properties: Map<String, String>? = null, val provisioningState: String, val stage: String? = null, val tags: Map<String, String>? = null)

Environment version details.

Constructors

Link copied to clipboard
constructor(autoRebuild: String? = null, build: BuildContextResponse? = null, condaFile: String? = null, description: String? = null, environmentType: String, image: String? = null, inferenceConfig: InferenceContainerPropertiesResponse? = null, isAnonymous: Boolean? = null, isArchived: Boolean? = null, osType: String? = null, properties: Map<String, String>? = null, provisioningState: String, stage: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoRebuild: String? = null

Defines if image needs to be rebuilt based on base image changes.

Link copied to clipboard

Configuration settings for Docker build context.

Link copied to clipboard
val condaFile: String? = null

Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard

Environment type is either user managed or curated by the Azure ML service

Link copied to clipboard
val image: String? = null

Name of the image that will be used for the environment.

Link copied to clipboard

Defines configuration specific to inference.

Link copied to clipboard
val isAnonymous: Boolean? = null

If the name version are system generated (anonymous registration).

Link copied to clipboard
val isArchived: Boolean? = null

Is the asset archived?

Link copied to clipboard
val osType: String? = null

The OS type of the environment.

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard

Provisioning state for the environment version.

Link copied to clipboard
val stage: String? = null

Stage in the environment lifecycle assigned to this environment

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.