webAccessUris

@JvmName(name = "crhvvnktdojjfavq")
suspend fun webAccessUris(value: Output<Map<String, String>>)
@JvmName(name = "tmtcgvhmmndqhpwe")
suspend fun webAccessUris(value: Map<String, String>?)

Parameters

value

URIs for accessing interactive shells (one URI for each training node). Only available if this trial is part of a hyperparameter tuning job and the job's training_input.enable_web_access is true. The keys are names of each node in the training job; for example, master-replica-0 for the master node, worker-replica-0 for the first worker, and ps-replica-0 for the first parameter server. The values are the URIs for each node's interactive shell.


@JvmName(name = "qebhbfwtovotiatb")
fun webAccessUris(vararg values: Pair<String, String>)

Parameters

values

URIs for accessing interactive shells (one URI for each training node). Only available if this trial is part of a hyperparameter tuning job and the job's training_input.enable_web_access is true. The keys are names of each node in the training job; for example, master-replica-0 for the master node, worker-replica-0 for the first worker, and ps-replica-0 for the first parameter server. The values are the URIs for each node's interactive shell.