lookoutequipment_list_data_ingestion_jobs: Provides a list of all data ingestion jobs, including dataset...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_data_ingestion_jobsR 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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.