ManagedNetworkProvisionStatusResponse

data class ManagedNetworkProvisionStatusResponse(val sparkReady: Boolean? = null, val status: String? = null)

Status of the Provisioning for the managed network of a machine learning workspace.

Constructors

Link copied to clipboard
constructor(sparkReady: Boolean? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sparkReady: Boolean? = null
Link copied to clipboard
val status: String? = null

Status for the managed network of a machine learning workspace.