aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.personalize.getDataset

Explore with Pulumi AI

Resource schema for AWS::Personalize::Dataset.

Using getDataset

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 getDataset(args: GetDatasetArgs, opts?: InvokeOptions): Promise<GetDatasetResult>
function getDatasetOutput(args: GetDatasetOutputArgs, opts?: InvokeOptions): Output<GetDatasetResult>
def get_dataset(dataset_arn: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetDatasetResult
def get_dataset_output(dataset_arn: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetDatasetResult]
func LookupDataset(ctx *Context, args *LookupDatasetArgs, opts ...InvokeOption) (*LookupDatasetResult, error)
func LookupDatasetOutput(ctx *Context, args *LookupDatasetOutputArgs, opts ...InvokeOption) LookupDatasetResultOutput

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

public static class GetDataset 
{
    public static Task<GetDatasetResult> InvokeAsync(GetDatasetArgs args, InvokeOptions? opts = null)
    public static Output<GetDatasetResult> Invoke(GetDatasetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:personalize:getDataset
  arguments:
    # arguments dictionary

The following arguments are supported:

DatasetArn string

The ARN of the dataset

DatasetArn string

The ARN of the dataset

datasetArn String

The ARN of the dataset

datasetArn string

The ARN of the dataset

dataset_arn str

The ARN of the dataset

datasetArn String

The ARN of the dataset

getDataset Result

The following output properties are available:

DatasetArn string

The ARN of the dataset

DatasetImportJob DatasetImportJob
datasetArn String

The ARN of the dataset

datasetImportJob DatasetImportJob
datasetArn string

The ARN of the dataset

datasetImportJob DatasetImportJob
datasetArn String

The ARN of the dataset

datasetImportJob Property Map

Supporting Types

DatasetImportJob

DataSource Pulumi.AwsNative.Personalize.Inputs.DatasetImportJobDataSourceProperties

The Amazon S3 bucket that contains the training data to import.

DatasetArn string

The ARN of the dataset that receives the imported data

DatasetImportJobArn string

The ARN of the dataset import job

JobName string

The name for the dataset import job.

RoleArn string

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

DataSource DatasetImportJobDataSourceProperties

The Amazon S3 bucket that contains the training data to import.

DatasetArn string

The ARN of the dataset that receives the imported data

DatasetImportJobArn string

The ARN of the dataset import job

JobName string

The name for the dataset import job.

RoleArn string

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

dataSource DatasetImportJobDataSourceProperties

The Amazon S3 bucket that contains the training data to import.

datasetArn String

The ARN of the dataset that receives the imported data

datasetImportJobArn String

The ARN of the dataset import job

jobName String

The name for the dataset import job.

roleArn String

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

dataSource DatasetImportJobDataSourceProperties

The Amazon S3 bucket that contains the training data to import.

datasetArn string

The ARN of the dataset that receives the imported data

datasetImportJobArn string

The ARN of the dataset import job

jobName string

The name for the dataset import job.

roleArn string

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

data_source DatasetImportJobDataSourceProperties

The Amazon S3 bucket that contains the training data to import.

dataset_arn str

The ARN of the dataset that receives the imported data

dataset_import_job_arn str

The ARN of the dataset import job

job_name str

The name for the dataset import job.

role_arn str

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

dataSource Property Map

The Amazon S3 bucket that contains the training data to import.

datasetArn String

The ARN of the dataset that receives the imported data

datasetImportJobArn String

The ARN of the dataset import job

jobName String

The name for the dataset import job.

roleArn String

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

DatasetImportJobDataSourceProperties

DataLocation string

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

DataLocation string

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

dataLocation String

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

dataLocation string

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

data_location str

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

dataLocation String

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

Package Details

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