:doc:`CleanRoomsML <../../cleanroomsml>` / Client / start_trained_model_export_job

******************************
start_trained_model_export_job
******************************



.. py:method:: CleanRoomsML.Client.start_trained_model_export_job(**kwargs)

  

  Provides the information necessary to start a trained model export job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/StartTrainedModelExportJob>`_  


  **Request Syntax**
  ::

    response = client.start_trained_model_export_job(
        name='string',
        trainedModelArn='string',
        trainedModelVersionIdentifier='string',
        membershipIdentifier='string',
        outputConfiguration={
            'members': [
                {
                    'accountId': 'string'
                },
            ]
        },
        description='string'
    )
    
  :type name: string
  :param name: **[REQUIRED]** 

    The name of the trained model export job.

    

  
  :type trainedModelArn: string
  :param trainedModelArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the trained model that you want to export.

    

  
  :type trainedModelVersionIdentifier: string
  :param trainedModelVersionIdentifier: 

    The version identifier of the trained model to export. This specifies which version of the trained model should be exported to the specified destination.

    

  
  :type membershipIdentifier: string
  :param membershipIdentifier: **[REQUIRED]** 

    The membership ID of the member that is receiving the exported trained model artifacts.

    

  
  :type outputConfiguration: dict
  :param outputConfiguration: **[REQUIRED]** 

    The output configuration information for the trained model export job.

    

  
    - **members** *(list) --* **[REQUIRED]** 

      The members that will received the exported trained model output.

      

    
      - *(dict) --* 

        Provides information about the member who will receive trained model exports.

        

      
        - **accountId** *(string) --* **[REQUIRED]** 

          The account ID of the member who will receive trained model exports.

          

        
      
  
  
  :type description: string
  :param description: 

    The description of the trained model export job.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CleanRoomsML.Client.exceptions.ConflictException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.ValidationException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.ThrottlingException`

  