AWS::CleanRoomsML::ConfiguredModelAlgorithmDefinition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
Description | string | Create-only |
InferenceContainerConfig | InferenceContainerConfig | Create-only |
KmsKeyArn | string | Create-only |
Tags | Array<Tag> | |
TrainingContainerConfig | ContainerConfig | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConfiguredModelAlgorithmArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CleanRoomsML::ConfiguredModelAlgorithm
Resources:
MyResource:
Type: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Properties:
Name: "my-name"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cleanrooms-ml:CreateConfiguredModelAlgorithmcleanrooms-ml:GetConfiguredModelAlgorithmcleanrooms-ml:TagResourceiam:PassRolecleanrooms-ml:GetConfiguredModelAlgorithmcleanrooms-ml:DeleteConfiguredModelAlgorithmcleanrooms-ml:ListConfiguredModelAlgorithmscleanrooms-ml:TagResourcecleanrooms-ml:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConfiguredModelAlgorithmArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionRoleArnTrainingContainerConfigInferenceContainerConfigKmsKeyArn