ComputeClusterSsh

data class ComputeClusterSsh(val adminPassword: String? = null, val adminUsername: String, val keyValue: String? = null)

Constructors

Link copied to clipboard
constructor(adminPassword: String? = null, adminUsername: String, keyValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminPassword: String? = null

Password of the administrator user account. Changing this forces a new Machine Learning Compute Cluster to be created.

Link copied to clipboard

Name of the administrator user account which can be used to SSH to nodes. Changing this forces a new Machine Learning Compute Cluster to be created.

Link copied to clipboard
val keyValue: String? = null

SSH public key of the administrator user account. Changing this forces a new Machine Learning Compute Cluster to be created.