Table of Contents

Class GeminiTuningTask

Tuning tasks that create tuned models.

public class GeminiTuningTask
Inheritance
GeminiTuningTask
Extension Methods

Fields

CompleteTime

The timestamp when tuning this model completed.

public DateTime CompleteTime

Field Value

DateTime

Hyperparameters

Hyperparameters controlling the tuning process.

public GeminiTuningHyperparameters Hyperparameters

Field Value

GeminiTuningHyperparameters

Snapshots

Metrics collected during tuning.

public GeminiTuningSnapshot[] Snapshots

Field Value

GeminiTuningSnapshot[]

StartTime

The timestamp when tuning this model started.

public DateTime StartTime

Field Value

DateTime