EnvironmentSpecificationVersionResponse

data class EnvironmentSpecificationVersionResponse(val condaFile: String? = null, val description: String? = null, val docker: Either<DockerBuildResponse, DockerImageResponse>? = null, val environmentSpecificationType: String, val inferenceContainerProperties: InferenceContainerPropertiesResponse? = null, val isAnonymous: Boolean? = null, val properties: Map<String, String>? = null, val tags: Map<String, String>? = null)

Environment specification version details.

Constructors

Link copied to clipboard
constructor(condaFile: String? = null, description: String? = null, docker: Either<DockerBuildResponse, DockerImageResponse>? = null, environmentSpecificationType: String, inferenceContainerProperties: InferenceContainerPropertiesResponse? = null, isAnonymous: Boolean? = null, properties: Map<String, String>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Configuration settings for Docker.

Link copied to clipboard

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

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 properties: Map<String, String>? = null

The asset property dictionary.

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

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