Class FoundationModelTuningOptions (2.27.0)

FoundationModelTuningOptions(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Options to control foundation model tuning of the processor.

Attributes

NameDescription
train_steps int
Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, recommended steps will be used.
learning_rate_multiplier float
Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If not provided, recommended learning rate will be used.