TuningTask class final

Tuning tasks that create tuned models.

Inheritance
  • Object
  • ProtoMessage
  • TuningTask

Constructors

TuningTask({Timestamp? startTime, Timestamp? completeTime, List<TuningSnapshot> snapshots = const [], required Dataset? trainingData, Hyperparameters? hyperparameters})
TuningTask.fromJson(Map<String, dynamic> json)
factory

Properties

completeTime → Timestamp?
Output only. The timestamp when tuning this model completed.
final
hashCode int
The hash code for this object.
no setterinherited
hyperparameters Hyperparameters?
Immutable. Hyperparameters controlling the tuning process. If not provided, default values will be used.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshots List<TuningSnapshot>
Output only. Metrics collected during tuning.
final
startTime → Timestamp?
Output only. The timestamp when tuning this model started.
final
trainingData Dataset?
Required. Input only. Immutable. The model training data.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String