MediaAnalysisJobDescription - Amazon Rekognition

MediaAnalysisJobDescription

Description for a media analysis job.

Contents

CreationTimestamp

The Unix date and time when the job was started.

Type: Timestamp

Required: Yes

Input

Reference to the input manifest that was provided in the job creation request.

Type: MediaAnalysisInput object

Required: Yes

JobId

The identifier for a media analysis job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9-_]+$

Required: Yes

OperationsConfig

Operation configurations that were provided during job creation.

Type: MediaAnalysisOperationsConfig object

Required: Yes

OutputConfig

Output configuration that was provided in the creation request.

Type: MediaAnalysisOutputConfig object

Required: Yes

Status

The status of the media analysis job being retrieved.

Type: String

Valid Values: CREATED | QUEUED | IN_PROGRESS | SUCCEEDED | FAILED

Required: Yes

CompletionTimestamp

The Unix date and time when the job finished.

Type: Timestamp

Required: No

FailureDetails

Details about the error that resulted in failure of the job.

Type: MediaAnalysisJobFailureDetails object

Required: No

JobName

The name of a media analysis job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [a-zA-Z0-9_.\-]+

Required: No

KmsKeyId

KMS Key that was provided in the creation request.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$

Required: No

ManifestSummary

Provides statistics on input manifest and errors identified in the input manifest.

Type: MediaAnalysisManifestSummary object

Required: No

Results

Output manifest that contains prediction results.

Type: MediaAnalysisResults object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: