GoogleCloudMlV1BuiltInAlgorithmOutput class
Represents output related to a built-in algorithm Job.
Constructors
Properties
- framework ↔ String
-
Framework on which the built-in algorithm was trained.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- modelPath ↔ String
-
The Cloud Storage path to the
model/
directory where the training job saves the trained model. Only set for successful jobs that don't use hyperparameter tuning.read / write - pythonVersion ↔ String
-
Python version on which the built-in algorithm was trained.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- runtimeVersion ↔ String
-
AI Platform runtime version on which the built-in algorithm was trained.
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