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

DescribeDatasetImportJobResponse

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

§Properties

§
datasetImportJob?: DatasetImportJob | null
[src]

Information about the dataset import job, including the status.

The status is one of the following values:

  • CREATE PENDING
  • CREATE IN_PROGRESS
  • ACTIVE
  • CREATE FAILED