
    &`i                         d dl mZ d dlmZmZmZ d dlmZ erd dlm	Z	 e ed           G d d                                  Z
d	S )
    )	dataclass)TYPE_CHECKINGAnyDict)	PublicAPI)
Checkpointalpha)	stabilityc                   8    e Zd ZU dZded<   eeef         ed<   dS )ReportedCheckpointzA user-reported checkpoint and its associated metrics.

    Attributes:
        checkpoint: The checkpoint reported by the user.
        metrics: The metrics associated with that checkpoint.
    r   
checkpointmetricsN)__name__
__module____qualname____doc____annotations__r   strr        x/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/ray/train/v2/api/reported_checkpoint.pyr   r   
   s>           #s(^r   r   N)dataclassesr   typingr   r   r   ray.util.annotationsr   	ray.trainr   r   r   r   r   <module>r      s    ! ! ! ! ! ! + + + + + + + + + + * * * * * * %$$$$$$ 
W	 	 	 	 	 	 	  	 	 	r   