TuningState Enumeration

The state of the tuned model.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public enum TuningState

Members

STATE_UNSPECIFIED0 The default value. This value is unused.
CREATING1 The model is being created.
ACTIVE2 The model is ready to be used.
FAILED3 The model failed to be created.

See Also