Environment Version Response
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)
Properties
Link copied to clipboard
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
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
Defines configuration specific to inference.
Link copied to clipboard
If the name version are system generated (anonymous registration).
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Provisioning state for the environment version.