:doc:`CleanRoomsML <../../cleanroomsml>` / Client / list_configured_model_algorithms

********************************
list_configured_model_algorithms
********************************



.. py:method:: CleanRoomsML.Client.list_configured_model_algorithms(**kwargs)

  

  Returns a list of configured model algorithms.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListConfiguredModelAlgorithms>`_  


  **Request Syntax**
  ::

    response = client.list_configured_model_algorithms(
        nextToken='string',
        maxResults=123
    )
    
  :type nextToken: string
  :param nextToken: 

    The token value retrieved from a previous call to access the next page of results.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum size of the results that is returned per call.

    

  
  
  :rtype: 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**
  
  *   :py:class:`CleanRoomsML.Client.exceptions.ValidationException`

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

  