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

DescribeDatasetExportJobResponse

import type { DescribeDatasetExportJobResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface DescribeDatasetExportJobResponse {
datasetExportJob?: DatasetExportJob | null;
}

§Properties

§
datasetExportJob?: DatasetExportJob | null
[src]

Information about the dataset export job, including the status.

The status is one of the following values:

  • CREATE PENDING
  • CREATE IN_PROGRESS
  • ACTIVE
  • CREATE FAILED