Compute Cluster Ssh
data class ComputeClusterSsh(val adminPassword: String? = null, val adminUsername: String, val keyValue: String? = null)
Properties
Link copied to clipboard
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.