generative-ai-python

google.generativeai.protos.TuningTask

Tuning tasks that create tuned models.

`start_time` `google.protobuf.timestamp_pb2.Timestamp` Output only. The timestamp when tuning this model started.
`complete_time` `google.protobuf.timestamp_pb2.Timestamp` Output only. The timestamp when tuning this model completed.
`snapshots` `MutableSequence[google.ai.generativelanguage.TuningSnapshot]` Output only. Metrics collected during tuning.
`training_data` `google.ai.generativelanguage.Dataset` Required. Input only. Immutable. The model training data.
`hyperparameters` `google.ai.generativelanguage.Hyperparameters` Immutable. Hyperparameters controlling the tuning process. If not provided, default values will be used.