You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-lookoutequipment): This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers.
if(typeofoptionsOrCb!=="object")thrownewError(`Expect http options but get ${typeofoptionsOrCb}`);
541
+
this.send(command,optionsOrCb||{},cb);
542
+
}else{
543
+
returnthis.send(command,optionsOrCb);
544
+
}
545
+
}
546
+
505
547
/**
506
548
* <p> Lists all inference executions that have been performed by the specified inference
507
549
* scheduler. </p>
@@ -596,9 +638,9 @@ export class LookoutEquipment extends LookoutEquipmentClient {
596
638
}
597
639
598
640
/**
599
-
* <p>
600
-
* 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.
601
-
* </p>
641
+
* <p> Lists statistics about the data collected for each of the sensors that have been
642
+
* successfully ingested in the particular dataset. Can also be used to retreive Sensor
643
+
* Statistics for a previous ingestion job. </p>
602
644
*/
603
645
publiclistSensorStatistics(
604
646
args: ListSensorStatisticsCommandInput,
@@ -662,7 +704,8 @@ export class LookoutEquipment extends LookoutEquipmentClient {
662
704
}
663
705
664
706
/**
665
-
* <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </p>
707
+
* <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
708
+
* </p>
666
709
*/
667
710
publicstartDataIngestionJob(
668
711
args: StartDataIngestionJobCommandInput,
@@ -759,10 +802,10 @@ export class LookoutEquipment extends LookoutEquipmentClient {
759
802
760
803
/**
761
804
* <p>Associates a given tag to a resource in your account. A tag is a key-value pair which
762
-
* can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your
763
-
* resources as well as helping you to search and filter by tag. Multiple tags can be added to
764
-
* a resource, either when you create it, or later. Up to 50 tags can be associated with each
765
-
* resource. </p>
805
+
* can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for
806
+
* organizing your resources as well as helping you to search and filter by tag. Multiple tags
807
+
* can be added to a resource, either when you create it, or later. Up to 50 tags can be
* 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.
28
-
* </p>
26
+
* <p> Lists statistics about the data collected for each of the sensors that have been
27
+
* successfully ingested in the particular dataset. Can also be used to retreive Sensor
28
+
* Statistics for a previous ingestion job. </p>
29
29
* @example
30
30
* Use a bare-bones client and the command you need to make an API call.
0 commit comments