IoTSiteWise / Client / describe_computation_model_execution_summary

describe_computation_model_execution_summary

IoTSiteWise.Client.describe_computation_model_execution_summary(**kwargs)

Retrieves information about the execution summary of a computation model.

See also: AWS API Documentation

Request Syntax

response = client.describe_computation_model_execution_summary(
    computationModelId='string',
    resolveToResourceType='ASSET',
    resolveToResourceId='string'
)
Parameters:
  • computationModelId (string) –

    [REQUIRED]

    The ID of the computation model.

  • resolveToResourceType (string) – The type of the resolved resource.

  • resolveToResourceId (string) – The ID of the resolved resource.

Return type:

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