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

DescribeDatasetResponse

import type { DescribeDatasetResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface DescribeDatasetResponse {
CreatedAt?: Date | number | null;
DataEndTime?: Date | number | null;
DataQualitySummary?: DataQualitySummary | null;
DatasetArn?: string | null;
DatasetName?: string | null;
DataStartTime?: Date | number | null;
IngestedFilesSummary?: IngestedFilesSummary | null;
IngestionInputConfiguration?: IngestionInputConfiguration | null;
LastUpdatedAt?: Date | number | null;
RoleArn?: string | null;
Schema?: jsonP.JSONValue | null;
ServerSideKmsKeyId?: string | null;
Status?: DatasetStatus | null;
}

§Properties

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

Specifies the time the dataset was created in Lookout for Equipment.

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

Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

§
DataQualitySummary?: DataQualitySummary | null
[src]

Gives statistics associated with the given dataset for the latest successful associated ingestion job id. 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 described.

§
DatasetName?: string | null
[src]

The name of the dataset being described.

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

Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

§
IngestedFilesSummary?: IngestedFilesSummary | null
[src]

IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.

§
IngestionInputConfiguration?: IngestionInputConfiguration | null
[src]

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

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

Specifies the time the dataset was last updated, if it was.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.

§
Schema?: jsonP.JSONValue | null
[src]

A JSON description of the data that is in each time series dataset, including names, column names, and data types.

§
ServerSideKmsKeyId?: string | null
[src]

Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.

§
Status?: DatasetStatus | null
[src]

Indicates the status of the dataset.