:doc:`IoTSiteWise <../../iotsitewise>` / Client / describe_computation_model_execution_summary

********************************************
describe_computation_model_execution_summary
********************************************



.. py:method:: IoTSiteWise.Client.describe_computation_model_execution_summary(**kwargs)

  

  Retrieves information about the execution summary of a computation model.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotsitewise-2019-12-02/DescribeComputationModelExecutionSummary>`_  


  **Request Syntax**
  ::

    response = client.describe_computation_model_execution_summary(
        computationModelId='string',
        resolveToResourceType='ASSET',
        resolveToResourceId='string'
    )
    
  :type computationModelId: string
  :param computationModelId: **[REQUIRED]** 

    The ID of the computation model.

    

  
  :type resolveToResourceType: string
  :param resolveToResourceType: 

    The type of the resolved resource.

    

  
  :type resolveToResourceId: string
  :param resolveToResourceId: 

    The ID of the resolved resource.

    

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

    
    ::

      {
          'computationModelId': 'string',
          'resolveTo': {
              'assetId': 'string'
          },
          'computationModelExecutionSummary': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **computationModelId** *(string) --* 

        The ID of the computation model.

        
      

      - **resolveTo** *(dict) --* 

        The detailed resource this execution summary resolves to.

        
        

        - **assetId** *(string) --* 

          The ID of the asset that the resource resolves to.

          
    
      

      - **computationModelExecutionSummary** *(dict) --* 

        Contains the execution summary of the computation model.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`IoTSiteWise.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`IoTSiteWise.Client.exceptions.InternalFailureException`

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

  