ExportJobSummary
Contains summary information about a dataset export job.
Contents
- destinationS3Uri
-
The S3 URI where output clips are written.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
s3://[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]/.+Required: Yes
- jobId
-
The unique identifier for the dataset export job.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- startedAt
-
The timestamp when the job started processing.
Type: Timestamp
Required: Yes
- status
-
The current status of the dataset export job.
Type: String
Valid Values:
SUBMITTED | RUNNING | COMPLETED | COMPLETED_WITH_ERRORS | FAILEDRequired: Yes
- completedAt
-
The timestamp when the job completed, or null if the job is still running.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: