InputDataBindingResponse

data class InputDataBindingResponse(val dataId: String? = null, val mode: String? = null, val pathOnCompute: String? = null)

Constructors

Link copied to clipboard
constructor(dataId: String? = null, mode: String? = null, pathOnCompute: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataId: String? = null

ARM resource ID of the registered dataVersion.

Link copied to clipboard
val mode: String? = null

Mechanism for accessing the data artifact.

Link copied to clipboard
val pathOnCompute: String? = null

Location of data inside the container process.