lookoutequipment_start_data_ingestion_job: Starts a data ingestion job

View source: R/lookoutequipment_operations.R

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


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