Values.StartDataIngestionJobRequestSourceStarts a data ingestion job. Amazon Lookout for Equipment returns the job status.
type nonrec t = {datasetName : DatasetIdentifier.t;The name of the dataset being used by the data ingestion job.
*)ingestionInputConfiguration : IngestionInputConfiguration.t;Specifies information for the input data for the data ingestion job, including dataset S3 location.
*)roleArn : IamRoleArn.t;The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.
*)clientToken : IdempotenceToken.t;A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
*)}val make :
datasetName:DatasetIdentifier.t ->
ingestionInputConfiguration:IngestionInputConfiguration.t ->
roleArn:IamRoleArn.t ->
clientToken:IdempotenceToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DatasetIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list ]