AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CleanRoomsML::ConfiguredModelAlgorithm

CfnConfiguredModelAlgorithm

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type.

Import

import { CfnConfiguredModelAlgorithm } from 'aws-cdk-lib/aws-cleanroomsml';

Or use the module namespace:

import * as cleanroomsml from 'aws-cdk-lib/aws-cleanroomsml';
// cleanroomsml.CfnConfiguredModelAlgorithm

Properties

Configuration passed to the constructor as CfnConfiguredModelAlgorithmProps.

nameRequired
string
roleArnRequired
string
descriptionOptional
string
inferenceContainerConfigOptional
IResolvable | InferenceContainerConfigProperty
kmsKeyArnOptional
string
tagsOptional
CfnTag[]

An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.

trainingContainerConfigOptional
IResolvable | ContainerConfigProperty

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-cleanroomsml
CFN TypeAWS::CleanRoomsML::ConfiguredModelAlgorithm
Properties7

External Links