Model Status
@Serializable
The status of the underlying model. This is used to indicate the stage of the underlying model and the retirement time if applicable. This data type is not supported in Vertex AI.
Constructors
Link copied to clipboard
constructor(message: String? = null, modelStage: ModelStage? = null, retirementTime: Instant? = null)