Skip to content

V1beta1TrainedModelStatus

TrainedModelStatus defines the observed state of TrainedModel

Properties

Name Type Description Notes
address KnativeAddressable [optional]
annotations dict(str, str) Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards. [optional]
conditions list[KnativeCondition] Conditions the latest available observations of a resource's current state. [optional]
observed_generation int ObservedGeneration is the 'Generation' of the Service that was last processed by the controller. [optional]

[Back to Model list] [Back to API list] [Back to README]

Back to top