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::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:
- display_
name string - end_
time string - metadata_
properties object - start_
time string - status object
- list(object)
- trial_
component_ stringname
- display
Name String - end
Time String - metadata
Properties Property Map - start
Time String - status Property Map
- List<Property Map>
- trial
Component StringName
Outputs
All input properties are implicitly available as output properties. Additionally, the ExperimentTrialComponent resource produces the following output properties:
- Arn string
- Aws
Id string - Creation
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime - Lineage
Group stringArn
- Arn string
- Aws
Id string - Creation
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime - Lineage
Group stringArn
- arn string
- aws_
id string - creation_
time string - id string
- The provider-assigned unique ID for this managed resource.
- last_
modified_ stringtime - lineage_
group_ stringarn
- arn String
- aws
Id String - creation
Time String - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringTime - lineage
Group StringArn
- arn string
- aws
Id string - creation
Time string - id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringTime - lineage
Group stringArn
- arn str
- aws_
id str - creation_
time str - id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strtime - lineage_
group_ strarn
- arn String
- aws
Id String - creation
Time String - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringTime - lineage
Group StringArn
Supporting Types
ExperimentTrialComponentMetadataProperties, ExperimentTrialComponentMetadataPropertiesArgs
- Commit
Id string - Generated
By string - Project
Id string - Repository string
- Commit
Id string - Generated
By string - Project
Id string - Repository string
- commit_
id string - generated_
by string - project_
id string - repository string
- commit
Id String - generated
By String - project
Id String - repository String
- commit
Id string - generated
By string - project
Id string - repository string
- commit_
id str - generated_
by str - project_
id str - repository str
- commit
Id String - generated
By String - project
Id String - repository String
ExperimentTrialComponentStatus, ExperimentTrialComponentStatusArgs
- Message string
- Primary
Status string
- Message string
- Primary
Status string
- message string
- primary_
status string
- message String
- primary
Status String
- message string
- primary
Status string
- message str
- primary_
status str
- message String
- primary
Status String
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