class documentation

Shows if data could be trusted.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant DATA_STATE_FRESH Data is relevant and reflects current state of the system.
Constant DATA_STATE_STALE Data is not relevant anymore as it was fetched long time ago.
Constant DATA_STATE_UNKNOWN Failed to retrieve data.
Constant DATA_STATE_UNSPECIFIED Shouldn't ever happen.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.capacity.v1.Reso
urceAdviceStatus.Availability.DataState',
                                                       resource_advice_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
DATA_STATE_FRESH: int = (source)

Data is relevant and reflects current state of the system.

Value
1
DATA_STATE_STALE: int = (source)

Data is not relevant anymore as it was fetched long time ago.

Value
2
DATA_STATE_UNKNOWN: int = (source)

Failed to retrieve data.

Value
10
DATA_STATE_UNSPECIFIED: int = (source)

Shouldn't ever happen.

Value
0