| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment |
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in
machines from sensor data for use in predictive maintenance.
|
| software.amazon.awssdk.services.lookoutequipment.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataIngestionJobsResponse |
LookoutEquipmentClient.listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
default ListDataIngestionJobsResponse |
LookoutEquipmentClient.listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataIngestionJobsResponse> |
LookoutEquipmentAsyncClient.listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
default CompletableFuture<ListDataIngestionJobsResponse> |
LookoutEquipmentAsyncClient.listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataIngestionJobsResponse> |
ListDataIngestionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataIngestionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataIngestionJobsResponse> subscriber) |
Copyright © 2022. All rights reserved.