CreateTunedModelMetadata class final

Metadata about the state and progress of creating a tuned model returned from the long-running operation

Constructors

CreateTunedModelMetadata({String tunedModel = '', int totalSteps = 0, int completedSteps = 0, double completedPercent = 0, List<TuningSnapshot> snapshots = const []})
CreateTunedModelMetadata.fromJson(Object? j)
factory

Properties

completedPercent → double
The completed percentage for the tuning operation.
final
completedSteps → int
The number of steps completed.
final
hashCode → int
The hash code for this object.
no setterinherited
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>
Metrics collected during tuning.
final
totalSteps → int
The total number of tuning steps.
final
tunedModel → String
Name of the tuned model associated with the tuning operation.
final

Methods

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

Operators

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

Constants

fullyQualifiedName → const String