Table of Contents

Struct TuningSpeed

Namespace
Google.GenAI.Types
Assembly
Google.GenAI.dll

The speed of the tuning job. Only supported for Veo 3.0 models. This enum is not supported in Gemini API.

[JsonConverter(typeof(TuningSpeedConverter))]
public readonly record struct TuningSpeed : IEquatable<TuningSpeed>
Implements
Inherited Members

Properties

AllValues

public static IReadOnlyList<TuningSpeed> AllValues { get; }

Property Value

IReadOnlyList<TuningSpeed>

Fast

Fast tuning speed.

public static TuningSpeed Fast { get; }

Property Value

TuningSpeed

Regular

Regular tuning speed.

public static TuningSpeed Regular { get; }

Property Value

TuningSpeed

TuningSpeedUnspecified

The default / unset value. For Veo 3.0 models, this defaults to FAST.

public static TuningSpeed TuningSpeedUnspecified { get; }

Property Value

TuningSpeed

Value

public string Value { get; }

Property Value

string

Methods

Equals(TuningSpeed)

public bool Equals(TuningSpeed other)

Parameters

other TuningSpeed

Returns

bool

FromString(string)

public static TuningSpeed FromString(string value)

Parameters

value string

Returns

TuningSpeed

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

implicit operator TuningSpeed(string)

public static implicit operator TuningSpeed(string value)

Parameters

value string

Returns

TuningSpeed