CleanRoomsML / Client / list_configured_model_algorithm_associations
list_configured_model_algorithm_associations#
- CleanRoomsML.Client.list_configured_model_algorithm_associations(**kwargs)#
Returns a list of configured model algorithm associations.
See also: AWS API Documentation
Request Syntax
response = client.list_configured_model_algorithm_associations( nextToken='string', maxResults=123, membershipIdentifier='string' )
- 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.
membershipIdentifier (string) –
[REQUIRED]
The membership ID of the member that created the configured model algorithm associations you are interested in.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'configuredModelAlgorithmAssociations': [ { 'createTime': datetime(2015, 1, 1), 'updateTime': datetime(2015, 1, 1), 'configuredModelAlgorithmAssociationArn': 'string', 'configuredModelAlgorithmArn': 'string', 'name': 'string', 'description': 'string', 'membershipIdentifier': 'string', 'collaborationIdentifier': 'string' }, ] }
Response Structure
(dict) –
nextToken (string) –
The token value used to access the next page of results.
configuredModelAlgorithmAssociations (list) –
The list of configured model algorithm associations.
(dict) –
Provides summary information about the configured model algorithm association.
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.
configuredModelAlgorithmArn (string) –
The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.
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.
Exceptions
CleanRoomsML.Client.exceptions.ValidationException
CleanRoomsML.Client.exceptions.AccessDeniedException