EnvironmentSpecificationVersionArgs

data class EnvironmentSpecificationVersionArgs(val condaFile: Output<String>? = null, val description: Output<String>? = null, val docker: Output<Either<DockerBuildArgs, DockerImageArgs>>? = null, val inferenceContainerProperties: Output<InferenceContainerPropertiesArgs>? = null, val isAnonymous: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentSpecificationVersionArgs>

Environment specification version details.

Constructors

Link copied to clipboard
constructor(condaFile: Output<String>? = null, description: Output<String>? = null, docker: Output<Either<DockerBuildArgs, DockerImageArgs>>? = null, inferenceContainerProperties: Output<InferenceContainerPropertiesArgs>? = null, isAnonymous: Output<Boolean>? = null, properties: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val condaFile: Output<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: Output<String>? = null

The asset description text.

Link copied to clipboard
val docker: Output<Either<DockerBuildArgs, DockerImageArgs>>? = null

Configuration settings for Docker.

Link copied to clipboard

Defines configuration specific to inference.

Link copied to clipboard
val isAnonymous: Output<Boolean>? = null

If the name version are system generated (anonymous registration).

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

The asset property dictionary.

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

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

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentSpecificationVersionArgs