1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cleanroomsml
  5. getTrainingDataset

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.cleanroomsml.getTrainingDataset

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Definition of AWS::CleanRoomsML::TrainingDataset Resource Type

Using getTrainingDataset

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 getTrainingDataset(args: GetTrainingDatasetArgs, opts?: InvokeOptions): Promise<GetTrainingDatasetResult>
function getTrainingDatasetOutput(args: GetTrainingDatasetOutputArgs, opts?: InvokeOptions): Output<GetTrainingDatasetResult>
Copy
def get_training_dataset(training_dataset_arn: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetTrainingDatasetResult
def get_training_dataset_output(training_dataset_arn: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetTrainingDatasetResult]
Copy
func LookupTrainingDataset(ctx *Context, args *LookupTrainingDatasetArgs, opts ...InvokeOption) (*LookupTrainingDatasetResult, error)
func LookupTrainingDatasetOutput(ctx *Context, args *LookupTrainingDatasetOutputArgs, opts ...InvokeOption) LookupTrainingDatasetResultOutput
Copy

> Note: This function is named LookupTrainingDataset in the Go SDK.

public static class GetTrainingDataset 
{
    public static Task<GetTrainingDatasetResult> InvokeAsync(GetTrainingDatasetArgs args, InvokeOptions? opts = null)
    public static Output<GetTrainingDatasetResult> Invoke(GetTrainingDatasetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTrainingDatasetResult> getTrainingDataset(GetTrainingDatasetArgs args, InvokeOptions options)
public static Output<GetTrainingDatasetResult> getTrainingDataset(GetTrainingDatasetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:cleanroomsml:getTrainingDataset
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

TrainingDatasetArn This property is required. string
The Amazon Resource Name (ARN) of the training dataset.
TrainingDatasetArn This property is required. string
The Amazon Resource Name (ARN) of the training dataset.
trainingDatasetArn This property is required. String
The Amazon Resource Name (ARN) of the training dataset.
trainingDatasetArn This property is required. string
The Amazon Resource Name (ARN) of the training dataset.
training_dataset_arn This property is required. str
The Amazon Resource Name (ARN) of the training dataset.
trainingDatasetArn This property is required. String
The Amazon Resource Name (ARN) of the training dataset.

getTrainingDataset Result

The following output properties are available:

Status Pulumi.AwsNative.CleanRoomsMl.TrainingDatasetStatus
The status of the training dataset.
Tags List<Pulumi.AwsNative.Outputs.Tag>
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.
TrainingDatasetArn string
The Amazon Resource Name (ARN) of the training dataset.
Status TrainingDatasetStatus
The status of the training dataset.
Tags Tag
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.
TrainingDatasetArn string
The Amazon Resource Name (ARN) of the training dataset.
status TrainingDatasetStatus
The status of the training dataset.
tags List<Tag>
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.
trainingDatasetArn String
The Amazon Resource Name (ARN) of the training dataset.
status TrainingDatasetStatus
The status of the training dataset.
tags Tag[]
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.
trainingDatasetArn string
The Amazon Resource Name (ARN) of the training dataset.
status TrainingDatasetStatus
The status of the training dataset.
tags Sequence[root_Tag]
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.
training_dataset_arn str
The Amazon Resource Name (ARN) of the training dataset.
status "ACTIVE"
The status of the training dataset.
tags List<Property Map>
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.
trainingDatasetArn String
The Amazon Resource Name (ARN) of the training dataset.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

TrainingDatasetStatus

Package Details

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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi