We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type
Create ConfiguredModelAlgorithm Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConfiguredModelAlgorithm(name: string, args: ConfiguredModelAlgorithmArgs, opts?: CustomResourceOptions);@overload
def ConfiguredModelAlgorithm(resource_name: str,
args: ConfiguredModelAlgorithmArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConfiguredModelAlgorithm(resource_name: str,
opts: Optional[ResourceOptions] = None,
role_arn: Optional[str] = None,
description: Optional[str] = None,
inference_container_config: Optional[ConfiguredModelAlgorithmInferenceContainerConfigArgs] = None,
kms_key_arn: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
training_container_config: Optional[ConfiguredModelAlgorithmContainerConfigArgs] = None)func NewConfiguredModelAlgorithm(ctx *Context, name string, args ConfiguredModelAlgorithmArgs, opts ...ResourceOption) (*ConfiguredModelAlgorithm, error)public ConfiguredModelAlgorithm(string name, ConfiguredModelAlgorithmArgs args, CustomResourceOptions? opts = null)
public ConfiguredModelAlgorithm(String name, ConfiguredModelAlgorithmArgs args)
public ConfiguredModelAlgorithm(String name, ConfiguredModelAlgorithmArgs args, CustomResourceOptions options)
type: aws-native:cleanroomsml:ConfiguredModelAlgorithm
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConfiguredModelAlgorithmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConfiguredModelAlgorithmArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConfiguredModelAlgorithmArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConfiguredModelAlgorithmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConfiguredModelAlgorithmArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ConfiguredModelAlgorithm Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ConfiguredModelAlgorithm resource accepts the following input properties:
- Role
Arn string - Description string
- Inference
Container Pulumi.Config Aws Native. Clean Rooms Ml. Inputs. Configured Model Algorithm Inference Container Config - Kms
Key stringArn - Name string
-
List<Pulumi.
Aws Native. Inputs. Tag> - An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- Training
Container Pulumi.Config Aws Native. Clean Rooms Ml. Inputs. Configured Model Algorithm Container Config
- Role
Arn string - Description string
- Inference
Container ConfiguredConfig Model Algorithm Inference Container Config Args - Kms
Key stringArn - Name string
-
Tag
Args - An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- Training
Container ConfiguredConfig Model Algorithm Container Config Args
- role
Arn String - description String
- inference
Container ConfiguredConfig Model Algorithm Inference Container Config - kms
Key StringArn - name String
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- training
Container ConfiguredConfig Model Algorithm Container Config
- role
Arn string - description string
- inference
Container ConfiguredConfig Model Algorithm Inference Container Config - kms
Key stringArn - name string
- Tag[]
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- training
Container ConfiguredConfig Model Algorithm Container Config
- role_
arn str - description str
- inference_
container_ Configuredconfig Model Algorithm Inference Container Config Args - kms_
key_ strarn - name str
-
Sequence[Tag
Args] - An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- training_
container_ Configuredconfig Model Algorithm Container Config Args
- role
Arn String - description String
- inference
Container Property MapConfig - kms
Key StringArn - name String
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- training
Container Property MapConfig
Outputs
All input properties are implicitly available as output properties. Additionally, the ConfiguredModelAlgorithm resource produces the following output properties:
- Configured
Model stringAlgorithm Arn - Id string
- The provider-assigned unique ID for this managed resource.
- Configured
Model stringAlgorithm Arn - Id string
- The provider-assigned unique ID for this managed resource.
- configured
Model StringAlgorithm Arn - id String
- The provider-assigned unique ID for this managed resource.
- configured
Model stringAlgorithm Arn - id string
- The provider-assigned unique ID for this managed resource.
- configured_
model_ stralgorithm_ arn - id str
- The provider-assigned unique ID for this managed resource.
- configured
Model StringAlgorithm Arn - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ConfiguredModelAlgorithmContainerConfig, ConfiguredModelAlgorithmContainerConfigArgs
- Image
Uri string - Arguments List<string>
- Entrypoint List<string>
- Metric
Definitions List<Pulumi.Aws Native. Clean Rooms Ml. Inputs. Configured Model Algorithm Metric Definition>
- Image
Uri string - Arguments []string
- Entrypoint []string
- Metric
Definitions []ConfiguredModel Algorithm Metric Definition
- image
Uri String - arguments List<String>
- entrypoint List<String>
- metric
Definitions List<ConfiguredModel Algorithm Metric Definition>
- image
Uri string - arguments string[]
- entrypoint string[]
- metric
Definitions ConfiguredModel Algorithm Metric Definition[]
- image_
uri str - arguments Sequence[str]
- entrypoint Sequence[str]
- metric_
definitions Sequence[ConfiguredModel Algorithm Metric Definition]
- image
Uri String - arguments List<String>
- entrypoint List<String>
- metric
Definitions List<Property Map>
ConfiguredModelAlgorithmInferenceContainerConfig, ConfiguredModelAlgorithmInferenceContainerConfigArgs
- Image
Uri string
- Image
Uri string
- image
Uri String
- image
Uri string
- image_
uri str
- image
Uri String
ConfiguredModelAlgorithmMetricDefinition, ConfiguredModelAlgorithmMetricDefinitionArgs
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
