lookoutequipment_list_data_ingestion_jobs {paws.machine.learning} | 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
Description
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.
Usage
lookoutequipment_list_data_ingestion_jobs(
DatasetName = NULL,
NextToken = NULL,
MaxResults = NULL,
Status = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.7.0 Index]