View source: R/lookoutequipment_operations.R
lookoutequipment_list_data_ingestion_jobs | R Documentation |
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_data_ingestion_jobs/ for full documentation.
lookoutequipment_list_data_ingestion_jobs(
DatasetName = NULL,
NextToken = NULL,
MaxResults = NULL,
Status = NULL
)
DatasetName |
The name of the dataset being used for the data ingestion job. |
NextToken |
An opaque pagination token indicating where to continue the listing of data ingestion jobs. |
MaxResults |
Specifies the maximum number of data ingestion jobs to list. |
Status |
Indicates the status of the data ingestion job. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.