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.
Using getExperiment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExperiment(args: GetExperimentArgs, opts?: InvokeOptions): Promise<GetExperimentResult>
function getExperimentOutput(args: GetExperimentOutputArgs, opts?: InvokeOutputOptions): Output<GetExperimentResult>def get_experiment(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExperimentResult
def get_experiment_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetExperimentResult]func LookupExperiment(ctx *Context, args *LookupExperimentArgs, opts ...InvokeOption) (*LookupExperimentResult, error)
func LookupExperimentOutput(ctx *Context, args *LookupExperimentOutputArgs, opts ...InvokeOption) LookupExperimentResultOutput> Note: This function is named LookupExperiment in the Go SDK.
public static class GetExperiment
{
public static Task<GetExperimentResult> InvokeAsync(GetExperimentArgs args, InvokeOptions? opts = null)
public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetExperimentResult> Invoke(GetExperimentInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetExperimentResult> getExperiment(GetExperimentArgs args, InvokeOptions options)
public static Output<GetExperimentResult> getExperiment(GetExperimentArgs args, InvokeOptions options)
public static Output<GetExperimentResult> getExperiment(GetExperimentArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:sagemaker:getExperiment
arguments:
# arguments dictionarydata "aws-native_sagemaker_get_experiment" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the experiment.
- Arn string
- The Amazon Resource Name (ARN) of the experiment.
- arn string
- The Amazon Resource Name (ARN) of the experiment.
- arn String
- The Amazon Resource Name (ARN) of the experiment.
- arn string
- The Amazon Resource Name (ARN) of the experiment.
- arn str
- The Amazon Resource Name (ARN) of the experiment.
- arn String
- The Amazon Resource Name (ARN) of the experiment.
getExperiment Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the experiment.
- Creation
Time string - When the experiment was created.
- 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.
- Last
Modified stringTime - When the experiment was last modified.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags to associate with the experiment.
- Arn string
- The Amazon Resource Name (ARN) of the experiment.
- Creation
Time string - When the experiment was created.
- 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.
- Last
Modified stringTime - When the experiment was last modified.
- Tag
- A list of tags to associate with the experiment.
- arn string
- The Amazon Resource Name (ARN) of the experiment.
- creation_
time string - When the experiment was created.
- 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.
- last_
modified_ stringtime - When the experiment was last modified.
- list(object)
- A list of tags to associate with the experiment.
- arn String
- The Amazon Resource Name (ARN) of the experiment.
- creation
Time String - When the experiment was created.
- 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.
- last
Modified StringTime - When the experiment was last modified.
- List<Tag>
- A list of tags to associate with the experiment.
- arn string
- The Amazon Resource Name (ARN) of the experiment.
- creation
Time string - When the experiment was created.
- 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.
- last
Modified stringTime - When the experiment was last modified.
- Tag[]
- A list of tags to associate with the experiment.
- arn str
- The Amazon Resource Name (ARN) of the experiment.
- creation_
time str - When the experiment was created.
- 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.
- last_
modified_ strtime - When the experiment was last modified.
- Sequence[root_Tag]
- A list of tags to associate with the experiment.
- arn String
- The Amazon Resource Name (ARN) of the experiment.
- creation
Time String - When the experiment was created.
- 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.
- last
Modified StringTime - When the experiment was last modified.
- List<Property Map>
- A list of tags to associate with the experiment.
Supporting Types
Tag
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