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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.cleanroomsml.getTrainingDataset

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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>
    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]
    func LookupTrainingDataset(ctx *Context, args *LookupTrainingDatasetArgs, opts ...InvokeOption) (*LookupTrainingDatasetResult, error)
    func LookupTrainingDatasetOutput(ctx *Context, args *LookupTrainingDatasetOutputArgs, opts ...InvokeOption) LookupTrainingDatasetResultOutput

    > 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)
    }
    public static CompletableFuture<GetTrainingDatasetResult> getTrainingDataset(GetTrainingDatasetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cleanroomsml:getTrainingDataset
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TrainingDatasetArn string
    The Amazon Resource Name (ARN) of the training dataset.
    TrainingDatasetArn string
    The Amazon Resource Name (ARN) of the training dataset.
    trainingDatasetArn String
    The Amazon Resource Name (ARN) of the training dataset.
    trainingDatasetArn string
    The Amazon Resource Name (ARN) of the training dataset.
    training_dataset_arn str
    The Amazon Resource Name (ARN) of the training dataset.
    trainingDatasetArn 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 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

    TrainingDatasetStatus

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi