aip_sdk.MetricAvailability
aip_sdk.MetricAvailability
A single metric's verdict for one partition on one dataset version.
reasons is empty exactly when available is true. The gates are independent, so a
metric short both a span kind and a ground-truth column reports both; within a gate the
list is not exhaustive, so clearing every listed reason can surface a further one. The
deployment gate contributes only when the report's deployment_checked is true.
aip_sdk.MetricAvailability.available
aip_sdk.MetricAvailability.available: bool
No docstring is defined in the source.
aip_sdk.MetricAvailability.model_config
aip_sdk.MetricAvailability.model_config = ConfigDict(extra='allow')
No docstring is defined in the source.
aip_sdk.MetricAvailability.op_name
aip_sdk.MetricAvailability.op_name: str
No docstring is defined in the source.
aip_sdk.MetricAvailability.reasons
aip_sdk.MetricAvailability.reasons: list[MetricUnavailableDetail] = Field(default_factory=list[MetricUnavailableDetail])
No docstring is defined in the source.