PrivateEndpointDestinationResponse

data class PrivateEndpointDestinationResponse(val serviceResourceId: String? = null, val sparkEnabled: Boolean? = null, val sparkStatus: String? = null, val subresourceTarget: String? = null)

Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

Constructors

Link copied to clipboard
constructor(serviceResourceId: String? = null, sparkEnabled: Boolean? = null, sparkStatus: String? = null, subresourceTarget: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val sparkEnabled: Boolean? = null
Link copied to clipboard
val sparkStatus: String? = null

Type of a managed network Outbound Rule of a machine learning workspace.

Link copied to clipboard