Compute Cluster Ssh Args
data class ComputeClusterSshArgs(val adminPassword: Output<String>? = null, val adminUsername: Output<String>, val keyValue: Output<String>? = null) : ConvertibleToJava<ComputeClusterSshArgs>
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.