| 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 | |
| software.amazon.awssdk.services.lookoutequipment.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListDataIngestionJobsPublisher |
LookoutEquipmentAsyncClient.listDataIngestionJobsPaginator(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.
|
default ListDataIngestionJobsIterable |
LookoutEquipmentClient.listDataIngestionJobsPaginator(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.
|
| Constructor and Description |
|---|
ListDataIngestionJobsIterable(LookoutEquipmentClient client,
ListDataIngestionJobsRequest firstRequest) |
ListDataIngestionJobsPublisher(LookoutEquipmentAsyncClient client,
ListDataIngestionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDataIngestionJobsRequestMarshaller.marshall(ListDataIngestionJobsRequest listDataIngestionJobsRequest) |
Copyright © 2022. All rights reserved.