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
fun EnvironmentSpecificationVersionResponse(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)