Bases: UnknownEnumMixin, StrEnum
The status of an advanced prompt optimization job.
Attributes
COMPLETED
class-attribute
instance-attribute
DELETING
class-attribute
instance-attribute
FAILED
class-attribute
instance-attribute
IN_PROGRESS
class-attribute
instance-attribute
IN_PROGRESS = 'InProgress'
PARTIALLY_COMPLETED
class-attribute
instance-attribute
PARTIALLY_COMPLETED = 'PartiallyCompleted'
STOPPED
class-attribute
instance-attribute
STOPPING
class-attribute
instance-attribute