google.generativeai.types.TunedModelState

The state of the tuned model.

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.

ACTIVE <State.ACTIVE: 2>
CREATING <State.CREATING: 1>
FAILED <State.FAILED: 3>
STATE_UNSPECIFIED <State.STATE_UNSPECIFIED: 0>