FoundationModelLifecycle¶
Structure Class¶
FoundationModelLifecycle
dataclass
¶
Details about whether a model version is available or deprecated.
Attributes¶
end_of_life_time
class-attribute
instance-attribute
¶
end_of_life_time: datetime | None = None
Time when the model is no longer available for use
legacy_time
class-attribute
instance-attribute
¶
legacy_time: datetime | None = None
Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time
public_extended_access_time
class-attribute
instance-attribute
¶
public_extended_access_time: datetime | None = None
Public extended access portion of the legacy period, when users should expect higher pricing
start_of_life_time
class-attribute
instance-attribute
¶
start_of_life_time: datetime | None = None
Launch time when the model first becomes available
status
instance-attribute
¶
status: FoundationModelLifecycleStatus
Specifies whether a model version is available (ACTIVE) or deprecated
(LEGACY.