FoundationModelLifecycle

Details about whether a model version is available or deprecated.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endOfLifeTime: <Error class: unknown class>?

Time when the model is no longer available for use

Link copied to clipboard
val legacyTime: <Error class: unknown class>?

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

Link copied to clipboard
val publicExtendedAccessTime: <Error class: unknown class>?

Public extended access portion of the legacy period, when users should expect higher pricing

Link copied to clipboard
val startOfLifeTime: <Error class: unknown class>?

Launch time when the model first becomes available

Link copied to clipboard

Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String