o
    ç•¢hd  ã                   @  s¼   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lmZmZ dd	gZG d
d„ deƒZG dd	„ d	eƒZG dd„ dƒZG dd„ dƒZG dd„ dƒZG dd„ dƒZdS )é    )Úannotationsé   )ÚJobsÚ	AsyncJobsÚJobsWithRawResponseÚAsyncJobsWithRawResponseÚJobsWithStreamingResponseÚAsyncJobsWithStreamingResponseé   )Úcached_property)r   r   )ÚSyncAPIResourceÚAsyncAPIResourceÚ
FineTuningÚAsyncFineTuningc                   @  ó6   e Zd Zeddd„ƒZeddd„ƒZedd	d
„ƒZdS )r   Úreturnr   c                 C  ó
   t | jƒS ©N)r   Ú_client©Úself© r   ú`/var/www/html/zoom/venv/lib/python3.10/site-packages/openai/resources/fine_tuning/fine_tuning.pyÚjobs   ó   
zFineTuning.jobsÚFineTuningWithRawResponsec                 C  ó   t | ƒS ©a  
        This property can be used as a prefix for any HTTP method call to return the
        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   r   r   r   Úwith_raw_response   ó   zFineTuning.with_raw_responseÚFineTuningWithStreamingResponsec                 C  r   ©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   r   r   r   Úwith_streaming_response#   ó   z"FineTuning.with_streaming_responseN)r   r   )r   r   )r   r    ©Ú__name__Ú
__module__Ú__qualname__r   r   r   r"   r   r   r   r   r      ó    	c                   @  r   )r   r   r   c                 C  r   r   )r   r   r   r   r   r   r   .   r   zAsyncFineTuning.jobsÚAsyncFineTuningWithRawResponsec                 C  r   r   )r)   r   r   r   r   r   2   r   z!AsyncFineTuning.with_raw_responseÚ$AsyncFineTuningWithStreamingResponsec                 C  r   r!   )r*   r   r   r   r   r"   <   r#   z'AsyncFineTuning.with_streaming_responseN)r   r   )r   r)   )r   r*   r$   r   r   r   r   r   -   r(   c                   @  ó$   e Zd Zddd„Zeddd	„ƒZd
S )r   Úfine_tuningr   r   ÚNonec                 C  ó
   || _ d S r   ©Ú_fine_tuning©r   r,   r   r   r   Ú__init__G   ó   
z"FineTuningWithRawResponse.__init__r   c                 C  ó   t | jjƒS r   )r   r0   r   r   r   r   r   r   J   ó   zFineTuningWithRawResponse.jobsN©r,   r   r   r-   )r   r   ©r%   r&   r'   r2   r   r   r   r   r   r   r   F   ó    
r   c                   @  r+   )r)   r,   r   r   r-   c                 C  r.   r   r/   r1   r   r   r   r2   P   r3   z'AsyncFineTuningWithRawResponse.__init__r   c                 C  r4   r   )r   r0   r   r   r   r   r   r   S   r5   z#AsyncFineTuningWithRawResponse.jobsN©r,   r   r   r-   )r   r   r7   r   r   r   r   r)   O   r8   r)   c                   @  r+   )r    r,   r   r   r-   c                 C  r.   r   r/   r1   r   r   r   r2   Y   r3   z(FineTuningWithStreamingResponse.__init__r   c                 C  r4   r   )r   r0   r   r   r   r   r   r   \   r5   z$FineTuningWithStreamingResponse.jobsNr6   )r   r   r7   r   r   r   r   r    X   r8   r    c                   @  r+   )r*   r,   r   r   r-   c                 C  r.   r   r/   r1   r   r   r   r2   b   r3   z-AsyncFineTuningWithStreamingResponse.__init__r	   c                 C  r4   r   )r	   r0   r   r   r   r   r   r   e   r5   z)AsyncFineTuningWithStreamingResponse.jobsNr9   )r   r	   r7   r   r   r   r   r*   a   r8   r*   N)Ú
__future__r   r   r   r   r   r   r   r	   Ú_compatr   Ú	jobs.jobsÚ	_resourcer   r   Ú__all__r   r   r   r)   r    r*   r   r   r   r   Ú<module>   s    			