Environment Image Response Response Environment
data class EnvironmentImageResponseResponseEnvironment(val docker: ModelEnvironmentDefinitionResponseResponseDocker? = null, val environmentVariables: Map<String, String>? = null, val inferencingStackVersion: String? = null, val name: String? = null, val python: ModelEnvironmentDefinitionResponseResponsePython? = null, val r: ModelEnvironmentDefinitionResponseResponseR? = null, val spark: ModelEnvironmentDefinitionResponseResponseSpark? = null, val version: String? = null)
The details of the AZURE ML environment.
Constructors
Link copied to clipboard
fun EnvironmentImageResponseResponseEnvironment(docker: ModelEnvironmentDefinitionResponseResponseDocker? = null, environmentVariables: Map<String, String>? = null, inferencingStackVersion: String? = null, name: String? = null, python: ModelEnvironmentDefinitionResponseResponsePython? = null, r: ModelEnvironmentDefinitionResponseResponseR? = null, spark: ModelEnvironmentDefinitionResponseResponseSpark? = null, version: String? = null)