
    ~iJ,                     J    d Z ddlZddlZddlZddlmZ  G d de          ZdS )a  
    ml_platform20240701

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
    N)Configurationc                      e Zd ZdZ	 dddddddddd	d

Zddddddddddd

Zd0dZed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d              Zed!             Zej	        d"             Zed#             Zej	        d$             Zed%             Zej	        d&             Zed'             Zej	        d(             Zed)             Zej	        d*             Zd+ Zd, Zd- Zd. Zd/ ZdS )1CreateJobRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz%list[DiagnoseConfigForCreateJobInput]bool!ObservableConfigForCreateJobInputResourceConfigForCreateJobInputRetryConfigForCreateJobInputRuntimeConfigForCreateJobInputStorageConfigForCreateJobInput)
descriptiondiagnose_configdry_runnameobservable_configproject_nameresource_configretry_configruntime_configstorage_configDescriptionDiagnoseConfigDryRunNameObservableConfigProjectNameResourceConfigRetryConfigRuntimeConfigStorageConfigNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|	| _        |
	|
| _        dS dS )z-CreateJobRequest - a model defined in SwaggerN)r   _configuration_description_diagnose_config_dry_run_name_observable_config_project_name_resource_config_retry_config_runtime_config_storage_configdiscriminatorr   r   r   r   r   r   r   r   r   r   )selfr   r   r   r   r   r   r   r   r   r   r"   s               /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkmlplatform20240701/models/create_job_request.py__init__zCreateJobRequest.__init__=   s   !*__N,  $
"&! $!##!"*D&#2D "DLDI(%6D"# ,D&#2D # ,D%"0D%"0D &%    c                     | j         S )zGets the description of this CreateJobRequest.  # noqa: E501


        :return: The description of this CreateJobRequest.  # noqa: E501
        :rtype: str
        r#   r.   s    r/   r   zCreateJobRequest.descriptiond   s       r1   c                     || _         dS )zSets the description of this CreateJobRequest.


        :param description: The description of this CreateJobRequest.  # noqa: E501
        :type: str
        Nr3   )r.   r   s     r/   r   zCreateJobRequest.descriptionn   s     (r1   c                     | j         S )zGets the diagnose_config of this CreateJobRequest.  # noqa: E501


        :return: The diagnose_config of this CreateJobRequest.  # noqa: E501
        :rtype: list[DiagnoseConfigForCreateJobInput]
        r$   r4   s    r/   r   z CreateJobRequest.diagnose_configy        $$r1   c                     || _         dS )zSets the diagnose_config of this CreateJobRequest.


        :param diagnose_config: The diagnose_config of this CreateJobRequest.  # noqa: E501
        :type: list[DiagnoseConfigForCreateJobInput]
        Nr7   )r.   r   s     r/   r   z CreateJobRequest.diagnose_config        !0r1   c                     | j         S )zGets the dry_run of this CreateJobRequest.  # noqa: E501


        :return: The dry_run of this CreateJobRequest.  # noqa: E501
        :rtype: bool
        r%   r4   s    r/   r   zCreateJobRequest.dry_run   s     }r1   c                     || _         dS )zSets the dry_run of this CreateJobRequest.


        :param dry_run: The dry_run of this CreateJobRequest.  # noqa: E501
        :type: bool
        Nr<   )r.   r   s     r/   r   zCreateJobRequest.dry_run   s      r1   c                     | j         S )zGets the name of this CreateJobRequest.  # noqa: E501


        :return: The name of this CreateJobRequest.  # noqa: E501
        :rtype: str
        r&   r4   s    r/   r   zCreateJobRequest.name   s     zr1   c                     || _         dS )zSets the name of this CreateJobRequest.


        :param name: The name of this CreateJobRequest.  # noqa: E501
        :type: str
        Nr?   )r.   r   s     r/   r   zCreateJobRequest.name   s     


r1   c                     | j         S )zGets the observable_config of this CreateJobRequest.  # noqa: E501


        :return: The observable_config of this CreateJobRequest.  # noqa: E501
        :rtype: ObservableConfigForCreateJobInput
        r'   r4   s    r/   r   z"CreateJobRequest.observable_config   s     &&r1   c                     || _         dS )zSets the observable_config of this CreateJobRequest.


        :param observable_config: The observable_config of this CreateJobRequest.  # noqa: E501
        :type: ObservableConfigForCreateJobInput
        NrB   )r.   r   s     r/   r   z"CreateJobRequest.observable_config   s     #4r1   c                     | j         S )zGets the project_name of this CreateJobRequest.  # noqa: E501


        :return: The project_name of this CreateJobRequest.  # noqa: E501
        :rtype: str
        )r(   r4   s    r/   r   zCreateJobRequest.project_name        !!r1   c                     | j         j        r$|"t          |          dk    rt          d          | j         j        r$|"t          |          dk     rt          d          || _        dS )zSets the project_name of this CreateJobRequest.


        :param project_name: The project_name of this CreateJobRequest.  # noqa: E501
        :type: str
        N@   zKInvalid value for `project_name`, length must be less than or equal to `64`   zMInvalid value for `project_name`, length must be greater than or equal to `1`)r"   client_side_validationlen
ValueErrorr(   )r.   r   s     r/   r   zCreateJobRequest.project_name   s~     6 	l(S->->-C-Cjkkk6 	n(S->->-B-Blmmm)r1   c                     | j         S )zGets the resource_config of this CreateJobRequest.  # noqa: E501


        :return: The resource_config of this CreateJobRequest.  # noqa: E501
        :rtype: ResourceConfigForCreateJobInput
        r)   r4   s    r/   r   z CreateJobRequest.resource_config   r8   r1   c                     || _         dS )zSets the resource_config of this CreateJobRequest.


        :param resource_config: The resource_config of this CreateJobRequest.  # noqa: E501
        :type: ResourceConfigForCreateJobInput
        NrM   )r.   r   s     r/   r   z CreateJobRequest.resource_config   r:   r1   c                     | j         S )zGets the retry_config of this CreateJobRequest.  # noqa: E501


        :return: The retry_config of this CreateJobRequest.  # noqa: E501
        :rtype: RetryConfigForCreateJobInput
        r*   r4   s    r/   r   zCreateJobRequest.retry_config   rE   r1   c                     || _         dS )zSets the retry_config of this CreateJobRequest.


        :param retry_config: The retry_config of this CreateJobRequest.  # noqa: E501
        :type: RetryConfigForCreateJobInput
        NrP   )r.   r   s     r/   r   zCreateJobRequest.retry_config  s     *r1   c                     | j         S )zGets the runtime_config of this CreateJobRequest.  # noqa: E501


        :return: The runtime_config of this CreateJobRequest.  # noqa: E501
        :rtype: RuntimeConfigForCreateJobInput
        r+   r4   s    r/   r   zCreateJobRequest.runtime_config       ##r1   c                     || _         dS )zSets the runtime_config of this CreateJobRequest.


        :param runtime_config: The runtime_config of this CreateJobRequest.  # noqa: E501
        :type: RuntimeConfigForCreateJobInput
        NrS   )r.   r   s     r/   r   zCreateJobRequest.runtime_config        .r1   c                     | j         S )zGets the storage_config of this CreateJobRequest.  # noqa: E501


        :return: The storage_config of this CreateJobRequest.  # noqa: E501
        :rtype: StorageConfigForCreateJobInput
        r,   r4   s    r/   r   zCreateJobRequest.storage_config'  rT   r1   c                     || _         dS )zSets the storage_config of this CreateJobRequest.


        :param storage_config: The storage_config of this CreateJobRequest.  # noqa: E501
        :type: StorageConfigForCreateJobInput
        NrX   )r.   r   s     r/   r   zCreateJobRequest.storage_config1  rV   r1   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrr\   )xs    r/   <lambda>z*CreateJobRequest.to_dict.<locals>.<lambda>D  s!    WQ	-B-BIaiikkk r1   r\   c                 v    t          | d         d          r"| d         | d                                         fn| S )NrH   r\   r   r]   )items    r/   r`   z*CreateJobRequest.to_dict.<locals>.<lambda>K  s<    tAw	22"=$q'47??+<+<!=!=8< r1   )six	iteritemsswagger_typesgetattr
isinstancelistmapr^   r\   dictitems
issubclassr   )r.   resultattr_valuekeys         r/   r\   zCreateJobRequest.to_dict<  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t&-- 	$"jjll $ $
U#sr1   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr\   r4   s    r/   to_strzCreateJobRequest.to_strW  s    ~dllnn---r1   c                 *    |                                  S )zFor `print` and `pprint`)ru   r4   s    r/   __repr__zCreateJobRequest.__repr__[  s    {{}}r1   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrg   r   r\   r.   others     r/   __eq__zCreateJobRequest.__eq___  s5    %!122 	5||~~00r1   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTry   rz   s     r/   __ne__zCreateJobRequest.__ne__f  s5    %!122 	4||~~00r1   )NNNNNNNNNNN)__name__
__module____qualname____doc__re   attribute_mapr0   propertyr   setterr   r   r   r   r   r   r   r   r   r\   ru   rw   r|   r~    r1   r/   r   r      s        
 B@<6:: M %+/%+%)) M%1 %1 %1 %1N ! ! X! ( ( ( % % X% 0 0 0   X ^    ^    X 
[  [ ' ' X' 4 4 4 " " X" * * *  % % X% 0 0 0 " " X" * * * $ $ X$ . . . $ $ X$ . . .  6. . .  1 1 11 1 1 1 1r1   r   )r   rs   rerc   volcenginesdkcore.configurationr   objectr   r   r1   r/   <module>r      s|      				 



 9 9 9 9 9 9U1 U1 U1 U1 U1v U1 U1 U1 U1 U1r1   