Metadata about the state and progress of creating a tuned model returned from the long-running operation
Attributes |
`tuned_model`
|
`str`
Name of the tuned model associated with the
tuning operation.
|
`total_steps`
|
`int`
The total number of tuning steps.
|
`completed_steps`
|
`int`
The number of steps completed.
|
`completed_percent`
|
`float`
The completed percentage for the tuning
operation.
|
`snapshots`
|
`MutableSequence[google.ai.generativelanguage.TuningSnapshot]`
Metrics collected during tuning.
|