Skip to content

Latest commit

 

History

History
103 lines (63 loc) · 1.63 KB

File metadata and controls

103 lines (63 loc) · 1.63 KB

google.generativeai.protos.TuningTask

View source on GitHub

Tuning tasks that create tuned models.

Attributes

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.