class Aws::LookoutEquipment::Types::StartDataIngestionJobRequest
@note When making an API call, you may pass StartDataIngestionJobRequest
data as a hash: { dataset_name: "DatasetIdentifier", # required ingestion_input_configuration: { # required s3_input_configuration: { # required bucket: "S3Bucket", # required prefix: "S3Prefix", }, }, role_arn: "IamRoleArn", # required client_token: "IdempotenceToken", # required }
@!attribute [rw] dataset_name
The name of the dataset being used by the data ingestion job. @return [String]
@!attribute [rw] ingestion_input_configuration
Specifies information for the input data for the data ingestion job, including dataset S3 location. @return [Types::IngestionInputConfiguration]
@!attribute [rw] role_arn
The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job. @return [String]
@!attribute [rw] client_token
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/StartDataIngestionJobRequest AWS API Documentation
Constants
- SENSITIVE