Environment Specification Version Response
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)
Properties
Link copied to clipboard
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
If the name version are system generated (anonymous registration).
Link copied to clipboard
The asset property dictionary.