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

LookoutEquipment

import { LookoutEquipment } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
class LookoutEquipment {
constructor(apiFactory: client.ApiFactory);
async createDataset(params: CreateDatasetRequest, opts?: client.RequestOptions): Promise<CreateDatasetResponse>;
async createInferenceScheduler(params: CreateInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<CreateInferenceSchedulerResponse>;
async createLabel(params: CreateLabelRequest, opts?: client.RequestOptions): Promise<CreateLabelResponse>;
async createLabelGroup(params: CreateLabelGroupRequest, opts?: client.RequestOptions): Promise<CreateLabelGroupResponse>;
async createModel(params: CreateModelRequest, opts?: client.RequestOptions): Promise<CreateModelResponse>;
async deleteDataset(params: DeleteDatasetRequest, opts?: client.RequestOptions): Promise<void>;
async deleteInferenceScheduler(params: DeleteInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<void>;
async deleteLabel(params: DeleteLabelRequest, opts?: client.RequestOptions): Promise<void>;
async deleteLabelGroup(params: DeleteLabelGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteModel(params: DeleteModelRequest, opts?: client.RequestOptions): Promise<void>;
async describeDataIngestionJob(params: DescribeDataIngestionJobRequest, opts?: client.RequestOptions): Promise<DescribeDataIngestionJobResponse>;
async describeDataset(params: DescribeDatasetRequest, opts?: client.RequestOptions): Promise<DescribeDatasetResponse>;
async describeInferenceScheduler(params: DescribeInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<DescribeInferenceSchedulerResponse>;
async describeLabel(params: DescribeLabelRequest, opts?: client.RequestOptions): Promise<DescribeLabelResponse>;
async describeLabelGroup(params: DescribeLabelGroupRequest, opts?: client.RequestOptions): Promise<DescribeLabelGroupResponse>;
async describeModel(params: DescribeModelRequest, opts?: client.RequestOptions): Promise<DescribeModelResponse>;
async listDataIngestionJobs(params?: ListDataIngestionJobsRequest, opts?: client.RequestOptions): Promise<ListDataIngestionJobsResponse>;
async listDatasets(params?: ListDatasetsRequest, opts?: client.RequestOptions): Promise<ListDatasetsResponse>;
async listInferenceEvents(params: ListInferenceEventsRequest, opts?: client.RequestOptions): Promise<ListInferenceEventsResponse>;
async listInferenceExecutions(params: ListInferenceExecutionsRequest, opts?: client.RequestOptions): Promise<ListInferenceExecutionsResponse>;
async listInferenceSchedulers(params?: ListInferenceSchedulersRequest, opts?: client.RequestOptions): Promise<ListInferenceSchedulersResponse>;
async listLabelGroups(params?: ListLabelGroupsRequest, opts?: client.RequestOptions): Promise<ListLabelGroupsResponse>;
async listLabels(params: ListLabelsRequest, opts?: client.RequestOptions): Promise<ListLabelsResponse>;
async listModels(params?: ListModelsRequest, opts?: client.RequestOptions): Promise<ListModelsResponse>;
async listSensorStatistics(params: ListSensorStatisticsRequest, opts?: client.RequestOptions): Promise<ListSensorStatisticsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async startDataIngestionJob(params: StartDataIngestionJobRequest, opts?: client.RequestOptions): Promise<StartDataIngestionJobResponse>;
async startInferenceScheduler(params: StartInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<StartInferenceSchedulerResponse>;
async stopInferenceScheduler(params: StopInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<StopInferenceSchedulerResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateInferenceScheduler(params: UpdateInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<void>;
async updateLabelGroup(params: UpdateLabelGroupRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new LookoutEquipment(apiFactory: client.ApiFactory)
[src]

§Methods

§

Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.

§

Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.

§

Creates a label for an event.

§

Creates a group of labels.

§

Creates an ML model for data inference.

A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.

Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.

§
deleteDataset(params: DeleteDatasetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.

§
deleteInferenceScheduler(params: DeleteInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an inference scheduler that has been set up. Already processed output results are not affected.

§
deleteLabel(params: DeleteLabelRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a label.

§
deleteLabelGroup(params: DeleteLabelGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a group of labels.

§
deleteModel(params: DeleteModelRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.

§

Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.

§

Provides a JSON description of the data in each time series dataset, including names, column names, and data types.

§

Specifies information about the inference scheduler being used, including name, model, status, and associated metadata

§

Returns the name of the label.

§

Returns information about the label group.

§

Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on.

§

Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.

§

Lists all datasets currently available in your account, filtering on the dataset name.

§

Lists all inference events that have been found for the specified inference scheduler.

§

Lists all inference executions that have been performed by the specified inference scheduler.

§

Retrieves a list of all inference schedulers currently available for your account.

§

Returns a list of the label groups.

§

Provides a list of labels.

§
listModels(params?: ListModelsRequest, opts?: client.RequestOptions): Promise<ListModelsResponse>
[src]

Generates a list of all models in the account, including model name and ARN, dataset, and status.

§

Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.

§

Lists all the tags for a specified resource, including key and value.

§

Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.

§

Starts an inference scheduler.

§

Stops an inference scheduler.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes a specific tag from a given resource. The tag is specified by its key.

§
updateInferenceScheduler(params: UpdateInferenceSchedulerRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates an inference scheduler.

§
updateLabelGroup(params: UpdateLabelGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the label group.

§Static Properties