Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatasetImportJobSummary

import type { DatasetImportJobSummary } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

Provides a summary of the properties of a dataset import job. For a complete listing, call the "DescribeDatasetImportJob" API.

interface DatasetImportJobSummary {
creationDateTime?: Date | number | null;
datasetImportJobArn?: string | null;
failureReason?: string | null;
jobName?: string | null;
lastUpdatedDateTime?: Date | number | null;
status?: string | null;
}

§Properties

§
creationDateTime?: Date | number | null
[src]

The date and time (in Unix time) that the dataset import job was created.

§
datasetImportJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset import job.

§
failureReason?: string | null
[src]

If a dataset import job fails, the reason behind the failure.

§
jobName?: string | null
[src]

The name of the dataset import job.

§
lastUpdatedDateTime?: Date | number | null
[src]

The date and time (in Unix time) that the dataset import job status was last updated.

§
status?: string | null
[src]

The status of the dataset import job.

A dataset import job can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED