Skip to content

V1alpha1InferenceGraphStatus

InferenceGraphStatus defines the InferenceGraph conditions and status

Properties

Name Type Description Notes
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]
url KnativeURL [optional]

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

Back to top