lookoutequipment_start_data_ingestion_job {paws.machine.learning} | R Documentation |
Starts a data ingestion job
Description
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
See https://www.paws-r-sdk.com/docs/lookoutequipment_start_data_ingestion_job/ for full documentation.
Usage
lookoutequipment_start_data_ingestion_job(
DatasetName,
IngestionInputConfiguration,
RoleArn,
ClientToken
)
Arguments
DatasetName |
[required] The name of the dataset being used by the data ingestion job. |
IngestionInputConfiguration |
[required] Specifies information for the input data for the data ingestion job, including dataset S3 location. |
RoleArn |
[required] The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job. |
ClientToken |
[required] A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. |
[Package paws.machine.learning version 0.7.0 Index]