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

DescribeDataIngestionJobResponse

import type { DescribeDataIngestionJobResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface DescribeDataIngestionJobResponse {
CreatedAt?: Date | number | null;
DataEndTime?: Date | number | null;
DataQualitySummary?: DataQualitySummary | null;
DatasetArn?: string | null;
DataStartTime?: Date | number | null;
FailedReason?: string | null;
IngestedDataSize?: number | null;
IngestedFilesSummary?: IngestedFilesSummary | null;
IngestionInputConfiguration?: IngestionInputConfiguration | null;
JobId?: string | null;
RoleArn?: string | null;
Status?: IngestionJobStatus | null;
StatusDetail?: string | null;
}

§Properties

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

The time at which the data ingestion job was created.

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

Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

§
DataQualitySummary?: DataQualitySummary | null
[src]

Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

§
DatasetArn?: string | null
[src]

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

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

Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

§
FailedReason?: string | null
[src]

Specifies the reason for failure when a data ingestion job has failed.

§
IngestedDataSize?: number | null
[src]

Indicates the size of the ingested dataset.

§
IngestedFilesSummary?: IngestedFilesSummary | null
[src]
§
IngestionInputConfiguration?: IngestionInputConfiguration | null
[src]

Specifies the S3 location configuration for the data input for the data ingestion job.

§
JobId?: string | null
[src]

Indicates the job ID of the data ingestion job.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

§
Status?: IngestionJobStatus | null
[src]

Indicates the status of the DataIngestionJob operation.

§
StatusDetail?: string | null
[src]

Provides details about status of the ingestion job that is currently in progress.