GoogleCloudMlV1TrainingOutput class
Represents results of a training job. Output only.
Constructors
Properties
- builtInAlgorithmOutput ↔ GoogleCloudMlV1BuiltInAlgorithmOutput
-
Details related to built-in algorithms jobs. Only set for built-in
algorithms jobs.
read / write
- completedTrialCount ↔ String
-
The number of hyperparameter tuning trials that completed successfully.
Only set for hyperparameter tuning jobs.
read / write
- consumedMLUnits ↔ double
-
The amount of ML units consumed by the job.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hyperparameterMetricTag ↔ String
-
The TensorFlow summary tag name used for optimizing hyperparameter tuning
trials. See
HyperparameterSpec.hyperparameterMetricTag
for more information. Only set for hyperparameter tuning jobs.read / write - isBuiltInAlgorithmJob ↔ bool
-
Whether this job is a built-in Algorithm job.
read / write
- isHyperparameterTuningJob ↔ bool
-
Whether this job is a hyperparameter tuning job.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
trials
↔ List<
GoogleCloudMlV1HyperparameterOutput> -
Results for individual Hyperparameter trials. Only set for hyperparameter
tuning jobs.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited