On October 7, 2026, AWS will discontinue support for
Amazon Lookout for Equipment. After October 7, 2026, you will no longer be
able to access the Lookout for Equipment console or resources. For more
information,
see the following
DataIngestionJobSummary
Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.
Contents
- DatasetArn
-
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\-]*:[0-9]{12}:dataset\/[0-9a-zA-Z_-]{1,200}\/.+
Required: No
- DatasetName
-
The name of the dataset used for the data ingestion job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^[0-9a-zA-Z_-]{1,200}$
Required: No
- IngestionInputConfiguration
-
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
Type: IngestionInputConfiguration object
Required: No
- JobId
-
Indicates the job ID of the data ingestion job.
Type: String
Length Constraints: Maximum length of 32.
Pattern:
[A-Fa-f0-9]{0,32}
Required: No
- Status
-
Indicates the status of the data ingestion job.
Type: String
Valid Values:
IN_PROGRESS | SUCCESS | FAILED | IMPORT_IN_PROGRESS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: