:doc:`SageMakergeospatialcapabilities <../../sagemaker-geospatial>` / Client / export_vector_enrichment_job

****************************
export_vector_enrichment_job
****************************



.. py:method:: SageMakergeospatialcapabilities.Client.export_vector_enrichment_job(**kwargs)

  

  Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/ExportVectorEnrichmentJob>`_  


  **Request Syntax**
  ::

    response = client.export_vector_enrichment_job(
        Arn='string',
        ClientToken='string',
        ExecutionRoleArn='string',
        OutputConfig={
            'S3Data': {
                'KmsKeyId': 'string',
                'S3Uri': 'string'
            }
        }
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the Vector Enrichment job.

    

  
  :type ClientToken: string
  :param ClientToken: 

    A unique token that guarantees that the call to this API is idempotent.

    This field is autopopulated if not provided.

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

    The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.

    

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

    Output location information for exporting Vector Enrichment Job results.

    

  
    - **S3Data** *(dict) --* **[REQUIRED]** 

      The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.

      

    
      - **KmsKeyId** *(string) --* 

        The Key Management Service key ID for server-side encryption.

        

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

        The URL to the Amazon S3 data for the Vector Enrichment job.

        

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

    
    ::

      {
          'Arn': 'string',
          'CreationTime': datetime(2015, 1, 1),
          'ExecutionRoleArn': 'string',
          'ExportStatus': 'IN_PROGRESS'|'SUCCEEDED'|'FAILED',
          'OutputConfig': {
              'S3Data': {
                  'KmsKeyId': 'string',
                  'S3Uri': 'string'
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.

        
      

      - **CreationTime** *(datetime) --* 

        The creation time.

        
      

      - **ExecutionRoleArn** *(string) --* 

        The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.

        
      

      - **ExportStatus** *(string) --* 

        The status of the results the Vector Enrichment job being exported.

        
      

      - **OutputConfig** *(dict) --* 

        Output location information for exporting Vector Enrichment Job results.

        
        

        - **S3Data** *(dict) --* 

          The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.

          
          

          - **KmsKeyId** *(string) --* 

            The Key Management Service key ID for server-side encryption.

            
          

          - **S3Uri** *(string) --* 

            The URL to the Amazon S3 data for the Vector Enrichment job.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.ServiceQuotaExceededException`

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

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

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

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.ConflictException`

  