Google Cloud Ml V1__Training Output Response
data class GoogleCloudMlV1__TrainingOutputResponse(val builtInAlgorithmOutput: GoogleCloudMlV1__BuiltInAlgorithmOutputResponse, val completedTrialCount: String, val consumedMLUnits: Double, val hyperparameterMetricTag: String, val isBuiltInAlgorithmJob: Boolean, val isHyperparameterTuningJob: Boolean, val trials: List<GoogleCloudMlV1__HyperparameterOutputResponse>, val webAccessUris: Map<String, String>)
Represents results of a training job. Output only.
Constructors
Link copied to clipboard
fun GoogleCloudMlV1__TrainingOutputResponse(builtInAlgorithmOutput: GoogleCloudMlV1__BuiltInAlgorithmOutputResponse, completedTrialCount: String, consumedMLUnits: Double, hyperparameterMetricTag: String, isBuiltInAlgorithmJob: Boolean, isHyperparameterTuningJob: Boolean, trials: List<GoogleCloudMlV1__HyperparameterOutputResponse>, webAccessUris: Map<String, String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
URIs for accessing interactive shells (one URI for each training node). Only available if 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.