Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.36 KB

V1alpha2InferenceServiceStatus.md

File metadata and controls

18 lines (14 loc) · 1.36 KB

V1alpha2InferenceServiceStatus

InferenceServiceStatus defines the observed state of InferenceService

Properties

Name Type Description Notes
address KnativeAddressable Addressable URL for eventing [optional]
canary dict(str, V1alpha2StatusConfigurationSpec) Statuses for the canary endpoints of the InferenceService [optional]
canary_traffic int Traffic percentage that goes to canary services [optional]
conditions list[KnativeCondition] Conditions the latest available observations of a resource's current state. [optional]
default dict(str, V1alpha2StatusConfigurationSpec) Statuses for the default endpoints of the InferenceService [optional]
observed_generation int ObservedGeneration is the 'Generation' of the Service that was last processed by the controller. [optional]
traffic int Traffic percentage that goes to default services [optional]
url str URL of the InferenceService [optional]

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