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

DataIngestionJobSummary

import type { DataIngestionJobSummary } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";

Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.

interface DataIngestionJobSummary {
DatasetArn?: string | null;
DatasetName?: string | null;
IngestionInputConfiguration?: IngestionInputConfiguration | null;
JobId?: string | null;
Status?: IngestionJobStatus | null;
}

§Properties

§
DatasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.

§
DatasetName?: string | null
[src]

The name of the dataset used for the data ingestion job.

§
IngestionInputConfiguration?: IngestionInputConfiguration | null
[src]

Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.

§
JobId?: string | null
[src]

Indicates the job ID of the data ingestion job.

§
Status?: IngestionJobStatus | null
[src]

Indicates the status of the data ingestion job.