Environment Version Args
data class EnvironmentVersionArgs(val autoRebuild: Output<Either<String, AutoRebuildSetting>>? = null, val build: Output<BuildContextArgs>? = null, val condaFile: Output<String>? = null, val description: Output<String>? = null, val image: Output<String>? = null, val inferenceConfig: Output<InferenceContainerPropertiesArgs>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val osType: Output<Either<String, OperatingSystemType>>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentVersionArgs>
Environment version details.
Constructors
Link copied to clipboard
constructor(autoRebuild: Output<Either<String, AutoRebuildSetting>>? = null, build: Output<BuildContextArgs>? = null, condaFile: Output<String>? = null, description: Output<String>? = null, image: Output<String>? = null, inferenceConfig: Output<InferenceContainerPropertiesArgs>? = null, isAnonymous: Output<Boolean>? = null, isArchived: Output<Boolean>? = null, osType: Output<Either<String, OperatingSystemType>>? = null, properties: Output<Map<String, String>>? = null, stage: Output<String>? = null, tags: Output<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
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 OS type of the environment.
Link copied to clipboard
The asset property dictionary.