CleanRoomsML / Client / list_configured_model_algorithms

list_configured_model_algorithms#

CleanRoomsML.Client.list_configured_model_algorithms(**kwargs)#

Returns a list of configured model algorithms.

See also: AWS API Documentation

Request Syntax

response = client.list_configured_model_algorithms(
    nextToken='string',
    maxResults=123
)
Parameters:
  • nextToken (string) – The token value retrieved from a previous call to access the next page of results.

  • maxResults (integer) – The maximum size of the results that is returned per call.

Return type:

dict

Returns:

Response Syntax

{
    'nextToken': 'string',
    'configuredModelAlgorithms': [
        {
            'createTime': datetime(2015, 1, 1),
            'updateTime': datetime(2015, 1, 1),
            'configuredModelAlgorithmArn': 'string',
            'name': 'string',
            'description': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • nextToken (string) –

      The token value used to access the next page of results.

    • configuredModelAlgorithms (list) –

      The list of configured model algorithms.

      • (dict) –

        Provides summary information about a configured model algorithm.

        • createTime (datetime) –

          The time at which the configured model algorithm was created.

        • updateTime (datetime) –

          The most recent time at which the configured model algorithm was updated.

        • configuredModelAlgorithmArn (string) –

          The Amazon Resource Name (ARN) of the configured model algorithm.

        • name (string) –

          The name of the configured model algorithm.

        • description (string) –

          The description of the configured model algorithm.

Exceptions

  • CleanRoomsML.Client.exceptions.ValidationException

  • CleanRoomsML.Client.exceptions.AccessDeniedException