
    qi                        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y)    )annotations   )GradersAsyncGradersGradersWithRawResponseAsyncGradersWithRawResponseGradersWithStreamingResponse!AsyncGradersWithStreamingResponse   )cached_property)SyncAPIResourceAsyncAPIResourceAlpha
AsyncAlphac                  B    e Zd Zedd       Zedd       Zedd       Zy)r   c                ,    t        | j                        S zIManage fine-tuning jobs to tailor a model to your specific training data.)r   _clientselfs    Z/opt/pipecat/venv/lib/python3.12/site-packages/openai/resources/fine_tuning/alpha/alpha.pygraderszAlpha.graders   s     t||$$    c                    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
        )AlphaWithRawResponser   s    r   with_raw_responsezAlpha.with_raw_response   s     $D))r   c                    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
        )AlphaWithStreamingResponser   s    r   with_streaming_responsezAlpha.with_streaming_response#   s     *$//r   N)returnr   )r"   r   )r"   r    __name__
__module____qualname__r   r   r   r!    r   r   r   r      s<    % % * * 0 0r   c                  B    e Zd Zedd       Zedd       Zedd       Zy)r   c                ,    t        | j                        S r   )r   r   r   s    r   r   zAsyncAlpha.graders.   s     DLL))r   c                    t        |       S r   )AsyncAlphaWithRawResponser   s    r   r   zAsyncAlpha.with_raw_response3   s     )..r   c                    t        |       S r   )AsyncAlphaWithStreamingResponser   s    r   r!   z"AsyncAlpha.with_streaming_response=   s     /t44r   N)r"   r   )r"   r+   )r"   r-   r#   r'   r   r   r   r   -   s<    * * / / 5 5r   c                  &    e Zd ZddZedd       Zy)r   c                    || _         y N_alphar   alphas     r   __init__zAlphaWithRawResponse.__init__H   	    r   c                @    t        | j                  j                        S r   )r   r2   r   r   s    r   r   zAlphaWithRawResponse.gradersK   s     &dkk&9&9::r   Nr4   r   r"   None)r"   r   r$   r%   r&   r5   r   r   r'   r   r   r   r   G   s     ; ;r   r   c                  &    e Zd ZddZedd       Zy)r+   c                    || _         y r0   r1   r3   s     r   r5   z"AsyncAlphaWithRawResponse.__init__R   r6   r   c                @    t        | j                  j                        S r   )r   r2   r   r   s    r   r   z!AsyncAlphaWithRawResponse.gradersU   s     +4;;+>+>??r   Nr4   r   r"   r9   )r"   r   r:   r'   r   r   r+   r+   Q   s     @ @r   r+   c                  &    e Zd ZddZedd       Zy)r    c                    || _         y r0   r1   r3   s     r   r5   z#AlphaWithStreamingResponse.__init__\   r6   r   c                @    t        | j                  j                        S r   )r	   r2   r   r   s    r   r   z"AlphaWithStreamingResponse.graders_   s     ,DKK,?,?@@r   Nr8   )r"   r	   r:   r'   r   r   r    r    [   s     A Ar   r    c                  &    e Zd ZddZedd       Zy)r-   c                    || _         y r0   r1   r3   s     r   r5   z(AsyncAlphaWithStreamingResponse.__init__f   r6   r   c                @    t        | j                  j                        S r   )r
   r2   r   r   s    r   r   z'AsyncAlphaWithStreamingResponse.gradersi   s     11D1DEEr   Nr>   )r"   r
   r:   r'   r   r   r-   r-   e   s     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      sm    #  ( ;L
!0O 045! 54; ;@ @A AF Fr   