:doc:`SageMaker <../../sagemaker>` / Client / create_model_card_export_job

****************************
create_model_card_export_job
****************************



.. py:method:: SageMaker.Client.create_model_card_export_job(**kwargs)

  

  Creates an Amazon SageMaker Model Card export job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCardExportJob>`_  


  **Request Syntax**
  ::

    response = client.create_model_card_export_job(
        ModelCardName='string',
        ModelCardVersion=123,
        ModelCardExportJobName='string',
        OutputConfig={
            'S3OutputPath': 'string'
        }
    )
    
  :type ModelCardName: string
  :param ModelCardName: **[REQUIRED]** 

    The name or Amazon Resource Name (ARN) of the model card to export.

    

  
  :type ModelCardVersion: integer
  :param ModelCardVersion: 

    The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.

    

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

    The name of the model card export job.

    

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

    The model card output configuration that specifies the Amazon S3 path for exporting.

    

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

      The Amazon S3 output path to export your model card PDF.

      

    
  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ModelCardExportJobArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ModelCardExportJobArn** *(string) --* 

        The Amazon Resource Name (ARN) of the model card export job.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ConflictException`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceLimitExceeded`

  