1. Packages
  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.74.1
published on Monday, Aug 3, 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.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource type definition for AWS SageMaker Experiment Trial Component

    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[MetadataPropertiesPropertiesArgs] = None,
                                 start_time: Optional[str] = None,
                                 status: Optional[StatusPropertiesArgs] = 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:

    DisplayName string
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    EndTime string
    When the component ended.
    MetadataProperties Pulumi.AwsNative.SageMaker.Inputs.MetadataPropertiesProperties
    Metadata properties of the tracking entity, trial, or trial component.
    StartTime string
    When the component started.
    Status Pulumi.AwsNative.SageMaker.Inputs.StatusProperties
    The status of the trial component.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A list of tags to associate with the component.
    TrialComponentName string
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
    DisplayName string
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    EndTime string
    When the component ended.
    MetadataProperties MetadataPropertiesPropertiesArgs
    Metadata properties of the tracking entity, trial, or trial component.
    StartTime string
    When the component started.
    Status StatusPropertiesArgs
    The status of the trial component.
    Tags TagArgs
    A list of tags to associate with the component.
    TrialComponentName string
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
    display_name string
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    end_time string
    When the component ended.
    metadata_properties object
    Metadata properties of the tracking entity, trial, or trial component.
    start_time string
    When the component started.
    status object
    The status of the trial component.
    tags list(object)
    A list of tags to associate with the component.
    trial_component_name string
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
    displayName String
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    endTime String
    When the component ended.
    metadataProperties MetadataPropertiesProperties
    Metadata properties of the tracking entity, trial, or trial component.
    startTime String
    When the component started.
    status StatusProperties
    The status of the trial component.
    tags List<Tag>
    A list of tags to associate with the component.
    trialComponentName String
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
    displayName string
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    endTime string
    When the component ended.
    metadataProperties MetadataPropertiesProperties
    Metadata properties of the tracking entity, trial, or trial component.
    startTime string
    When the component started.
    status StatusProperties
    The status of the trial component.
    tags Tag[]
    A list of tags to associate with the component.
    trialComponentName string
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
    display_name str
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    end_time str
    When the component ended.
    metadata_properties MetadataPropertiesPropertiesArgs
    Metadata properties of the tracking entity, trial, or trial component.
    start_time str
    When the component started.
    status StatusPropertiesArgs
    The status of the trial component.
    tags Sequence[TagArgs]
    A list of tags to associate with the component.
    trial_component_name str
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
    displayName String
    The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
    endTime String
    When the component ended.
    metadataProperties Property Map
    Metadata properties of the tracking entity, trial, or trial component.
    startTime String
    When the component started.
    status Property Map
    The status of the trial component.
    tags List<Property Map>
    A list of tags to associate with the component.
    trialComponentName String
    The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.

    Outputs

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

    Arn string
    The Amazon Resource Name (ARN) of the trial component.
    CreationTime string
    When the component was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    When the component was last modified.
    LineageGroupArn string
    The Amazon Resource Name (ARN) of the lineage group.
    Arn string
    The Amazon Resource Name (ARN) of the trial component.
    CreationTime string
    When the component was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    When the component was last modified.
    LineageGroupArn string
    The Amazon Resource Name (ARN) of the lineage group.
    arn string
    The Amazon Resource Name (ARN) of the trial component.
    creation_time string
    When the component was created.
    id string
    The provider-assigned unique ID for this managed resource.
    last_modified_time string
    When the component was last modified.
    lineage_group_arn string
    The Amazon Resource Name (ARN) of the lineage group.
    arn String
    The Amazon Resource Name (ARN) of the trial component.
    creationTime String
    When the component was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    When the component was last modified.
    lineageGroupArn String
    The Amazon Resource Name (ARN) of the lineage group.
    arn string
    The Amazon Resource Name (ARN) of the trial component.
    creationTime string
    When the component was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime string
    When the component was last modified.
    lineageGroupArn string
    The Amazon Resource Name (ARN) of the lineage group.
    arn str
    The Amazon Resource Name (ARN) of the trial component.
    creation_time str
    When the component was created.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_time str
    When the component was last modified.
    lineage_group_arn str
    The Amazon Resource Name (ARN) of the lineage group.
    arn String
    The Amazon Resource Name (ARN) of the trial component.
    creationTime String
    When the component was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    When the component was last modified.
    lineageGroupArn String
    The Amazon Resource Name (ARN) of the lineage group.

    Supporting Types

    ExperimentTrialComponentStatusPropertiesPrimaryStatus, ExperimentTrialComponentStatusPropertiesPrimaryStatusArgs

    InProgress
    InProgress
    Completed
    Completed
    Failed
    Failed
    Stopping
    Stopping
    Stopped
    Stopped
    ExperimentTrialComponentStatusPropertiesPrimaryStatusInProgress
    InProgress
    ExperimentTrialComponentStatusPropertiesPrimaryStatusCompleted
    Completed
    ExperimentTrialComponentStatusPropertiesPrimaryStatusFailed
    Failed
    ExperimentTrialComponentStatusPropertiesPrimaryStatusStopping
    Stopping
    ExperimentTrialComponentStatusPropertiesPrimaryStatusStopped
    Stopped
    "InProgress"
    InProgress
    "Completed"
    Completed
    "Failed"
    Failed
    "Stopping"
    Stopping
    "Stopped"
    Stopped
    InProgress
    InProgress
    Completed
    Completed
    Failed
    Failed
    Stopping
    Stopping
    Stopped
    Stopped
    InProgress
    InProgress
    Completed
    Completed
    Failed
    Failed
    Stopping
    Stopping
    Stopped
    Stopped
    IN_PROGRESS
    InProgress
    COMPLETED
    Completed
    FAILED
    Failed
    STOPPING
    Stopping
    STOPPED
    Stopped
    "InProgress"
    InProgress
    "Completed"
    Completed
    "Failed"
    Failed
    "Stopping"
    Stopping
    "Stopped"
    Stopped

    MetadataPropertiesProperties, MetadataPropertiesPropertiesArgs

    Metadata properties of the tracking entity, trial, or trial component.
    CommitId string
    The commit ID.
    GeneratedBy string
    The entity this entity was generated by.
    ProjectId string
    The project ID.
    Repository string
    The repository.
    CommitId string
    The commit ID.
    GeneratedBy string
    The entity this entity was generated by.
    ProjectId string
    The project ID.
    Repository string
    The repository.
    commit_id string
    The commit ID.
    generated_by string
    The entity this entity was generated by.
    project_id string
    The project ID.
    repository string
    The repository.
    commitId String
    The commit ID.
    generatedBy String
    The entity this entity was generated by.
    projectId String
    The project ID.
    repository String
    The repository.
    commitId string
    The commit ID.
    generatedBy string
    The entity this entity was generated by.
    projectId string
    The project ID.
    repository string
    The repository.
    commit_id str
    The commit ID.
    generated_by str
    The entity this entity was generated by.
    project_id str
    The project ID.
    repository str
    The repository.
    commitId String
    The commit ID.
    generatedBy String
    The entity this entity was generated by.
    projectId String
    The project ID.
    repository String
    The repository.

    StatusProperties, StatusPropertiesArgs

    The status of the trial component.
    Message string
    If the component failed, a message describing why.
    PrimaryStatus Pulumi.AwsNative.SageMaker.ExperimentTrialComponentStatusPropertiesPrimaryStatus
    The status of the trial component.
    Message string
    If the component failed, a message describing why.
    PrimaryStatus ExperimentTrialComponentStatusPropertiesPrimaryStatus
    The status of the trial component.
    message string
    If the component failed, a message describing why.
    primary_status "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped"
    The status of the trial component.
    message String
    If the component failed, a message describing why.
    primaryStatus ExperimentTrialComponentStatusPropertiesPrimaryStatus
    The status of the trial component.
    message string
    If the component failed, a message describing why.
    primaryStatus ExperimentTrialComponentStatusPropertiesPrimaryStatus
    The status of the trial component.
    message str
    If the component failed, a message describing why.
    primary_status ExperimentTrialComponentStatusPropertiesPrimaryStatus
    The status of the trial component.
    message String
    If the component failed, a message describing why.
    primaryStatus "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped"
    The status of the trial component.

    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.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial