View source: R/cleanroomsml_operations.R
cleanroomsml_create_configured_model_algorithm_association | R Documentation |
Associates a configured model algorithm to a collaboration for use by any member of the collaboration.
See https://www.paws-r-sdk.com/docs/cleanroomsml_create_configured_model_algorithm_association/ for full documentation.
cleanroomsml_create_configured_model_algorithm_association(
membershipIdentifier,
configuredModelAlgorithmArn,
name,
description = NULL,
privacyConfiguration = NULL,
tags = NULL
)
membershipIdentifier |
[required] The membership ID of the member who is associating this configured model algorithm. |
configuredModelAlgorithmArn |
[required] The Amazon Resource Name (ARN) of the configured model algorithm that you want to associate. |
name |
[required] The name of the configured model algorithm association. |
description |
The description of the configured model algorithm association. |
privacyConfiguration |
Specifies the privacy configuration information for the configured model algorithm association. This information includes the maximum data size that can be exported. |
tags |
The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.