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

DatasetExportJobSummary

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

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

interface DatasetExportJobSummary {
creationDateTime?: Date | number | null;
datasetExportJobArn?: 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 export job was created.

§
datasetExportJobArn?: string | null
[src]

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

§
failureReason?: string | null
[src]

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

§
jobName?: string | null
[src]

The name of the dataset export job.

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

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

§
status?: string | null
[src]

The status of the dataset export job.

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

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