GetCollaborationConfiguredModelAlgorithmAssociation - AWS Clean Rooms ML

GetCollaborationConfiguredModelAlgorithmAssociation

Returns information about the configured model algorithm association in a collaboration.

Request Syntax

GET /collaborations/collaborationIdentifier/configured-model-algorithm-associations/configuredModelAlgorithmAssociationArn HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

collaborationIdentifier

The collaboration ID for the collaboration that contains the configured model algorithm association that you want to return information about.

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: Yes

configuredModelAlgorithmAssociationArn

The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/configured-model-algorithm-association/[-a-zA-Z0-9_/.]+

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "collaborationIdentifier": "string", "configuredModelAlgorithmArn": "string", "configuredModelAlgorithmAssociationArn": "string", "createTime": "string", "creatorAccountId": "string", "description": "string", "membershipIdentifier": "string", "name": "string", "privacyConfiguration": { "policies": { "trainedModelExports": { "filesToExport": [ "string" ], "maxSize": { "unit": "string", "value": number } }, "trainedModelInferenceJobs": { "containerLogs": [ { "allowedAccountIds": [ "string" ], "filterPattern": "string" } ], "maxOutputSize": { "unit": "string", "value": number } }, "trainedModels": { "containerLogs": [ { "allowedAccountIds": [ "string" ], "filterPattern": "string" } ], "containerMetrics": { "noiseLevel": "string" } } } }, "updateTime": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

collaborationIdentifier

The collaboration ID of the collaboration that contains the configured model algorithm association.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

configuredModelAlgorithmArn

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

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-model-algorithm/[-a-zA-Z0-9_/.]+

configuredModelAlgorithmAssociationArn

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

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/configured-model-algorithm-association/[-a-zA-Z0-9_/.]+

createTime

The time at which the configured model algorithm association was created.

Type: Timestamp

creatorAccountId

The account ID of the member that created the configured model algorithm association.

Type: String

Length Constraints: Fixed length of 12.

Pattern: [0-9]{12}

description

The description of the configured model algorithm association.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t\r\n]*

membershipIdentifier

The membership ID of the member that created the configured model algorithm association.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

name

The name of the configured model algorithm association.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: (?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*

privacyConfiguration

Information about the privacy configuration for a configured model algorithm association.

Type: PrivacyConfiguration object

updateTime

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

Type: Timestamp

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

You do not have sufficient access to perform this action.

HTTP Status Code: 403

ResourceNotFoundException

The resource you are requesting does not exist.

HTTP Status Code: 404

ValidationException

The request parameters for this request are incorrect.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: