EnvironmentImageRequestEnvironmentReferenceArgs

data class EnvironmentImageRequestEnvironmentReferenceArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<EnvironmentImageRequestEnvironmentReferenceArgs>

The unique identifying details of the AZURE ML environment.

Constructors

constructor(name: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the environment.

Link copied to clipboard
val version: Output<String>? = null

Version of the environment.

Functions

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