1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. sagemaker
  6. ExperimentTrialComponent

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.75.0
published on Monday, Aug 17, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.75.0
published on Monday, Aug 17, 2026 by Pulumi

    Resource Type definition for AWS::SageMaker::ExperimentTrialComponent

    Create ExperimentTrialComponent Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ExperimentTrialComponent(name: string, args?: ExperimentTrialComponentArgs, opts?: CustomResourceOptions);
    @overload
    def ExperimentTrialComponent(resource_name: str,
                                 args: Optional[ExperimentTrialComponentArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExperimentTrialComponent(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 display_name: Optional[str] = None,
                                 end_time: Optional[str] = None,
                                 metadata_properties: Optional[ExperimentTrialComponentMetadataPropertiesArgs] = None,
                                 start_time: Optional[str] = None,
                                 status: Optional[ExperimentTrialComponentStatusArgs] = None,
                                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                 trial_component_name: Optional[str] = None)
    func NewExperimentTrialComponent(ctx *Context, name string, args *ExperimentTrialComponentArgs, opts ...ResourceOption) (*ExperimentTrialComponent, error)
    public ExperimentTrialComponent(string name, ExperimentTrialComponentArgs? args = null, CustomResourceOptions? opts = null)
    public ExperimentTrialComponent(String name, ExperimentTrialComponentArgs args)
    public ExperimentTrialComponent(String name, ExperimentTrialComponentArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:ExperimentTrialComponent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_sagemaker_experiment_trial_component" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ExperimentTrialComponentArgs
    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 ExperimentTrialComponentArgs
    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 ExperimentTrialComponentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExperimentTrialComponentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExperimentTrialComponentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ExperimentTrialComponent 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 ExperimentTrialComponent resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ExperimentTrialComponent resource produces the following output properties:

    Arn string
    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    LineageGroupArn string
    Arn string
    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    LineageGroupArn string
    arn string
    aws_id string
    creation_time string
    id string
    The provider-assigned unique ID for this managed resource.
    last_modified_time string
    lineage_group_arn string
    arn String
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    lineageGroupArn String
    arn string
    awsId string
    creationTime string
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime string
    lineageGroupArn string
    arn str
    aws_id str
    creation_time str
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_time str
    lineage_group_arn str
    arn String
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    lineageGroupArn String

    Supporting Types

    ExperimentTrialComponentMetadataProperties, ExperimentTrialComponentMetadataPropertiesArgs

    CommitId string
    GeneratedBy string
    ProjectId string
    Repository string
    CommitId string
    GeneratedBy string
    ProjectId string
    Repository string
    commit_id string
    generated_by string
    project_id string
    repository string
    commitId String
    generatedBy String
    projectId String
    repository String
    commitId string
    generatedBy string
    projectId string
    repository string
    commitId String
    generatedBy String
    projectId String
    repository String

    ExperimentTrialComponentStatus, ExperimentTrialComponentStatusArgs

    Message string
    PrimaryStatus string
    Message string
    PrimaryStatus string
    message string
    primary_status string
    message String
    primaryStatus String
    message string
    primaryStatus string
    message String
    primaryStatus String

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.75.0
    published on Monday, Aug 17, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial