We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi
Resource type definition for AWS::SageMaker::Experiment. An experiment is a collection of related trials used to organize and track machine learning workflows.
Create Experiment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Experiment(name: string, args?: ExperimentArgs, opts?: CustomResourceOptions);@overload
def Experiment(resource_name: str,
args: Optional[ExperimentArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Experiment(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
experiment_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewExperiment(ctx *Context, name string, args *ExperimentArgs, opts ...ResourceOption) (*Experiment, error)public Experiment(string name, ExperimentArgs? args = null, CustomResourceOptions? opts = null)
public Experiment(String name, ExperimentArgs args)
public Experiment(String name, ExperimentArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:Experiment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_sagemaker_experiment" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ExperimentArgs
- 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 ExperimentArgs
- 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 ExperimentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExperimentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExperimentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Experiment 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 Experiment resource accepts the following input properties:
- Description string
- The description of the experiment.
- Display
Name string - The name of the experiment as displayed. The name does not need to be unique.
- Experiment
Name string - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
-
List<Pulumi.
Aws Native. Inputs. Tag> - A list of tags to associate with the experiment.
- Description string
- The description of the experiment.
- Display
Name string - The name of the experiment as displayed. The name does not need to be unique.
- Experiment
Name string - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
-
Tag
Args - A list of tags to associate with the experiment.
- description string
- The description of the experiment.
- display_
name string - The name of the experiment as displayed. The name does not need to be unique.
- experiment_
name string - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
- list(object)
- A list of tags to associate with the experiment.
- description String
- The description of the experiment.
- display
Name String - The name of the experiment as displayed. The name does not need to be unique.
- experiment
Name String - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
- List<Tag>
- A list of tags to associate with the experiment.
- description string
- The description of the experiment.
- display
Name string - The name of the experiment as displayed. The name does not need to be unique.
- experiment
Name string - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
- Tag[]
- A list of tags to associate with the experiment.
- description str
- The description of the experiment.
- display_
name str - The name of the experiment as displayed. The name does not need to be unique.
- experiment_
name str - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
-
Sequence[Tag
Args] - A list of tags to associate with the experiment.
- description String
- The description of the experiment.
- display
Name String - The name of the experiment as displayed. The name does not need to be unique.
- experiment
Name String - The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
- List<Property Map>
- A list of tags to associate with the experiment.
Outputs
All input properties are implicitly available as output properties. Additionally, the Experiment resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the experiment.
- Creation
Time string - When the experiment was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime - When the experiment was last modified.
- Arn string
- The Amazon Resource Name (ARN) of the experiment.
- Creation
Time string - When the experiment was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime - When the experiment was last modified.
- arn string
- The Amazon Resource Name (ARN) of the experiment.
- creation_
time string - When the experiment was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last_
modified_ stringtime - When the experiment was last modified.
- arn String
- The Amazon Resource Name (ARN) of the experiment.
- creation
Time String - When the experiment was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringTime - When the experiment was last modified.
- arn string
- The Amazon Resource Name (ARN) of the experiment.
- creation
Time string - When the experiment was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringTime - When the experiment was last modified.
- arn str
- The Amazon Resource Name (ARN) of the experiment.
- creation_
time str - When the experiment was created.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strtime - When the experiment was last modified.
- arn String
- The Amazon Resource Name (ARN) of the experiment.
- creation
Time String - When the experiment was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringTime - When the experiment was last modified.
Supporting Types
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, Aug 17, 2026 by Pulumi