
    2i                        d dl mZ ddlmZmZmZmZmZmZ ddl	m
Z
 ddlmZmZ ddgZ G d	 de          Z G d
 de          Z G d d          Z G d d          Z G d d          Z G d d          ZdS )    )annotations   )GradersAsyncGradersGradersWithRawResponseAsyncGradersWithRawResponseGradersWithStreamingResponse!AsyncGradersWithStreamingResponse   )cached_property)SyncAPIResourceAsyncAPIResourceAlpha
AsyncAlphac                  V    e Zd Zed	d            Zed
d            Zedd            ZdS )r   returnr   c                *    t          | j                  S zIManage fine-tuning jobs to tailor a model to your specific training data.)r   _clientselfs    o/root/.openclaw/workspace/.venv-openai/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/alpha.pygraderszAlpha.graders   s     t|$$$    AlphaWithRawResponsec                     t          |           S a  
        This property can be used as a prefix for any HTTP method call to return
        the raw response object instead of the parsed content.

        For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
        )r   r   s    r   with_raw_responsezAlpha.with_raw_response   s     $D)))r   AlphaWithStreamingResponsec                     t          |           S z
        An alternative to `.with_raw_response` that doesn't eagerly read the response body.

        For more information, see https://www.github.com/openai/openai-python#with_streaming_response
        )r   r   s    r   with_streaming_responsezAlpha.with_streaming_response#   s     *$///r   N)r   r   )r   r   )r   r   __name__
__module____qualname__r   r   r   r"    r   r   r   r      sr        % % % _% * * * _* 0 0 0 _0 0 0r   c                  V    e Zd Zed	d            Zed
d            Zedd            ZdS )r   r   r   c                *    t          | j                  S r   )r   r   r   s    r   r   zAsyncAlpha.graders.   s     DL)))r   AsyncAlphaWithRawResponsec                     t          |           S r   )r*   r   s    r   r   zAsyncAlpha.with_raw_response3   s     )...r   AsyncAlphaWithStreamingResponsec                     t          |           S r!   )r,   r   s    r   r"   z"AsyncAlpha.with_streaming_response=   s     /t444r   N)r   r   )r   r*   )r   r,   r#   r'   r   r   r   r   -   sr        * * * _* / / / _/ 5 5 5 _5 5 5r   c                  .    e Zd Zd	dZed
d            ZdS )r   alphar   r   Nonec                    || _         d S N_alphar   r/   s     r   __init__zAlphaWithRawResponse.__init__H       r   r   c                4    t          | j        j                  S r   )r   r4   r   r   s    r   r   zAlphaWithRawResponse.gradersK   s     &dk&9:::r   Nr/   r   r   r0   )r   r   r$   r%   r&   r6   r   r   r'   r   r   r   r   G   sH            ; ; ; _; ; ;r   r   c                  .    e Zd Zd	dZed
d            ZdS )r*   r/   r   r   r0   c                    || _         d S r2   r3   r5   s     r   r6   z"AsyncAlphaWithRawResponse.__init__R   r7   r   r   c                4    t          | j        j                  S r   )r   r4   r   r   s    r   r   z!AsyncAlphaWithRawResponse.gradersU   s     +4;+>???r   Nr/   r   r   r0   )r   r   r:   r'   r   r   r*   r*   Q   sN            @ @ @ _@ @ @r   r*   c                  .    e Zd Zd	dZed
d            ZdS )r   r/   r   r   r0   c                    || _         d S r2   r3   r5   s     r   r6   z#AlphaWithStreamingResponse.__init__\   r7   r   r	   c                4    t          | j        j                  S r   )r	   r4   r   r   s    r   r   z"AlphaWithStreamingResponse.graders_   s     ,DK,?@@@r   Nr9   )r   r	   r:   r'   r   r   r   r   [   sN            A A A _A A Ar   r   c                  .    e Zd Zd	dZed
d            ZdS )r,   r/   r   r   r0   c                    || _         d S r2   r3   r5   s     r   r6   z(AsyncAlphaWithStreamingResponse.__init__f   r7   r   r
   c                4    t          | j        j                  S r   )r
   r4   r   r   s    r   r   z'AsyncAlphaWithStreamingResponse.gradersi   s     11DEEEr   Nr>   )r   r
   r:   r'   r   r   r,   r,   e   sN            F F F _F F Fr   r,   N)
__future__r   r   r   r   r   r   r	   r
   _compatr   	_resourcer   r   __all__r   r   r   r*   r   r,   r'   r   r   <module>rI      s   # " " " " "                ( ' ' ' ' ' ; ; ; ; ; ; ; ;L
!0 0 0 0 0O 0 0 045 5 5 5 5! 5 5 54; ; ; ; ; ; ; ;@ @ @ @ @ @ @ @A A A A A A A AF F F F F F F F F Fr   