Table of Contents

Class GeminiTunedModelCreationOperationMetadata

Metadata about the state and progress of creating a tuned model returned from the long-running operation

public class GeminiTunedModelCreationOperationMetadata
Inheritance
GeminiTunedModelCreationOperationMetadata
Extension Methods

Fields

CompletedPercent

The completed percentage for the tuning operation.

public float? CompletedPercent

Field Value

float?

CompletedSteps

The number of steps completed.

public int? CompletedSteps

Field Value

int?

Snapshots

Metrics collected during tuning.

public GeminiTuningSnapshot[] Snapshots

Field Value

GeminiTuningSnapshot[]

TotalSteps

The total number of tuning steps.

public int TotalSteps

Field Value

int

TunedModel

The ID of the model being tuned.

public GeminiModelId TunedModel

Field Value

GeminiModelId