| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
ListDataIngestionJobsResult |
AmazonLookoutEquipmentClient.listDataIngestionJobs(ListDataIngestionJobsRequest request)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
ListDataIngestionJobsResult |
AmazonLookoutEquipment.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.
|
ListDataIngestionJobsResult |
AbstractAmazonLookoutEquipment.listDataIngestionJobs(ListDataIngestionJobsRequest request) |
Future<ListDataIngestionJobsResult> |
AmazonLookoutEquipmentAsyncClient.listDataIngestionJobsAsync(ListDataIngestionJobsRequest request) |
Future<ListDataIngestionJobsResult> |
AmazonLookoutEquipmentAsync.listDataIngestionJobsAsync(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.
|
Future<ListDataIngestionJobsResult> |
AbstractAmazonLookoutEquipmentAsync.listDataIngestionJobsAsync(ListDataIngestionJobsRequest request) |
Future<ListDataIngestionJobsResult> |
AmazonLookoutEquipmentAsyncClient.listDataIngestionJobsAsync(ListDataIngestionJobsRequest request,
AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler) |
Future<ListDataIngestionJobsResult> |
AmazonLookoutEquipmentAsync.listDataIngestionJobsAsync(ListDataIngestionJobsRequest listDataIngestionJobsRequest,
AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
Future<ListDataIngestionJobsResult> |
AbstractAmazonLookoutEquipmentAsync.listDataIngestionJobsAsync(ListDataIngestionJobsRequest request,
AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataIngestionJobsResult> |
AmazonLookoutEquipmentAsyncClient.listDataIngestionJobsAsync(ListDataIngestionJobsRequest request,
AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler) |
Future<ListDataIngestionJobsResult> |
AmazonLookoutEquipmentAsync.listDataIngestionJobsAsync(ListDataIngestionJobsRequest listDataIngestionJobsRequest,
AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
Future<ListDataIngestionJobsResult> |
AbstractAmazonLookoutEquipmentAsync.listDataIngestionJobsAsync(ListDataIngestionJobsRequest request,
AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataIngestionJobsRequest |
ListDataIngestionJobsRequest.clone() |
ListDataIngestionJobsRequest |
ListDataIngestionJobsRequest.withDatasetName(String datasetName)
The name of the dataset being used for the data ingestion job.
|
ListDataIngestionJobsRequest |
ListDataIngestionJobsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of data ingestion jobs to list.
|
ListDataIngestionJobsRequest |
ListDataIngestionJobsRequest.withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
|
ListDataIngestionJobsRequest |
ListDataIngestionJobsRequest.withStatus(IngestionJobStatus status)
Indicates the status of the data ingestion job.
|
ListDataIngestionJobsRequest |
ListDataIngestionJobsRequest.withStatus(String status)
Indicates the status of the data ingestion job.
|
Copyright © 2022. All rights reserved.