View source: R/lookoutequipment_operations.R
lookoutequipment_start_data_ingestion_job | R Documentation |
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.
lookoutequipment_start_data_ingestion_job(
DatasetName,
IngestionInputConfiguration,
RoleArn,
ClientToken
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.