Google Generative AI SDK
C#
Show/Hide TOC
Tuning
State Enumeration
The state of the tuned model.
Definition
Namespace:
GenerativeAI.Types
Assembly:
GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
Copy
public
enum
TuningState
Members
STATE_UNSPECIFIED
0
The default value. This value is unused.
CREATING
1
The model is being created.
ACTIVE
2
The model is ready to be used.
FAILED
3
The model failed to be created.
See Also
Reference
GenerativeAI.Types Namespace
Other Resources
See Official API Documentation
In This Article
Definition
Members
See Also
Reference
Other Resources