CleanRoomsML / Paginator / ListCollaborationConfiguredModelAlgorithmAssociations
ListCollaborationConfiguredModelAlgorithmAssociations¶
- class CleanRoomsML.Paginator.ListCollaborationConfiguredModelAlgorithmAssociations¶
- paginator = client.get_paginator('list_collaboration_configured_model_algorithm_associations') - paginate(**kwargs)¶
- Creates an iterator that will paginate through responses from - CleanRoomsML.Client.list_collaboration_configured_model_algorithm_associations().- See also: AWS API Documentation - Request Syntax- response_iterator = paginator.paginate( collaborationIdentifier='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) - Parameters:
- collaborationIdentifier (string) – - [REQUIRED] - The collaboration ID of the collaboration that contains the configured model algorithm associations that you are interested in. 
- PaginationConfig (dict) – - A dictionary that provides parameters to control pagination. - MaxItems (integer) – - The total number of items to return. If the total number of items available is more than the value specified in max-items then a - NextTokenwill be provided in the output that you can use to resume pagination.
- PageSize (integer) – - The size of each page. 
- StartingToken (string) – - A token to specify where to start paginating. This is the - NextTokenfrom a previous response.
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'collaborationConfiguredModelAlgorithmAssociations': [ { 'createTime': datetime(2015, 1, 1), 'updateTime': datetime(2015, 1, 1), 'configuredModelAlgorithmAssociationArn': 'string', 'name': 'string', 'description': 'string', 'membershipIdentifier': 'string', 'collaborationIdentifier': 'string', 'configuredModelAlgorithmArn': 'string', 'creatorAccountId': 'string' }, ], 'NextToken': 'string' } - Response Structure- (dict) – - collaborationConfiguredModelAlgorithmAssociations (list) – - The configured model algorithm associations that belong to this collaboration. - (dict) – - Provides summary information about a configured model algorithm in a collaboration. - createTime (datetime) – - The time at which the configured model algorithm association was created. 
- updateTime (datetime) – - The most recent time at which the configured model algorithm association was updated. 
- configuredModelAlgorithmAssociationArn (string) – - The Amazon Resource Name (ARN) of the configured model algorithm association. 
- name (string) – - The name of the configured model algorithm association. 
- description (string) – - The description of the configured model algorithm association. 
- membershipIdentifier (string) – - The membership ID of the member that created the configured model algorithm association. 
- collaborationIdentifier (string) – - The collaboration ID of the collaboration that contains the configured model algorithm association. 
- configuredModelAlgorithmArn (string) – - The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration. 
- creatorAccountId (string) – - The account ID of the member that created the configured model algorithm association. 
 
 
- NextToken (string) – - A token to resume pagination.