GoogleCloudMlV1TrainingOutput class
Represents results of a training job.
Output only.
Constructors
-
GoogleCloudMlV1TrainingOutput({GoogleCloudMlV1BuiltInAlgorithmOutput? builtInAlgorithmOutput, String? completedTrialCount, double? consumedMLUnits, String? hyperparameterMetricTag, bool? isBuiltInAlgorithmJob, bool? isHyperparameterTuningJob, List<
GoogleCloudMlV1HyperparameterOutput> ? trials, Map<String, String> ? webAccessUris}) - GoogleCloudMlV1TrainingOutput.fromJson(Map json_)
Properties
- builtInAlgorithmOutput ↔ GoogleCloudMlV1BuiltInAlgorithmOutput?
-
Details related to built-in algorithms jobs.
getter/setter pair
- completedTrialCount ↔ String?
-
The number of hyperparameter tuning trials that completed successfully.
getter/setter pair
- consumedMLUnits ↔ double?
-
The amount of ML units consumed by the job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hyperparameterMetricTag ↔ String?
-
The TensorFlow summary tag name used for optimizing hyperparameter tuning
trials.
getter/setter pair
- isBuiltInAlgorithmJob ↔ bool?
-
Whether this job is a built-in Algorithm job.
getter/setter pair
- isHyperparameterTuningJob ↔ bool?
-
Whether this job is a hyperparameter tuning job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trials
↔ List<
GoogleCloudMlV1HyperparameterOutput> ? -
Results for individual Hyperparameter trials.
getter/setter pair
-
webAccessUris
↔ Map<
String, String> ? -
URIs for accessing
interactive shells
(one URI for each training node).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited