Class: Aws::Rekognition::Types::GetMediaAnalysisJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetMediaAnalysisJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_timestamp ⇒ Time
The Unix date and time when the job finished.
-
#creation_timestamp ⇒ Time
The Unix date and time when the job was started.
-
#failure_details ⇒ Types::MediaAnalysisJobFailureDetails
Details about the error that resulted in failure of the job.
-
#input ⇒ Types::MediaAnalysisInput
Reference to the input manifest that was provided in the job creation request.
-
#job_id ⇒ String
The identifier for the media analysis job.
-
#job_name ⇒ String
The name of the media analysis job.
-
#kms_key_id ⇒ String
KMS Key that was provided in the creation request.
-
#manifest_summary ⇒ Types::MediaAnalysisManifestSummary
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
-
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Operation configurations that were provided during job creation.
-
#output_config ⇒ Types::MediaAnalysisOutputConfig
Output configuration that was provided in the creation request.
-
#results ⇒ Types::MediaAnalysisResults
Output manifest that contains prediction results.
-
#status ⇒ String
The current status of the media analysis job.
Instance Attribute Details
#completion_timestamp ⇒ Time
The Unix date and time when the job finished.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ Time
The Unix date and time when the job was started.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#failure_details ⇒ Types::MediaAnalysisJobFailureDetails
Details about the error that resulted in failure of the job.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#input ⇒ Types::MediaAnalysisInput
Reference to the input manifest that was provided in the job creation request.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The identifier for the media analysis job.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the media analysis job.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
KMS Key that was provided in the creation request.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#manifest_summary ⇒ Types::MediaAnalysisManifestSummary
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Operation configurations that were provided during job creation.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::MediaAnalysisOutputConfig
Output configuration that was provided in the creation request.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Types::MediaAnalysisResults
Output manifest that contains prediction results.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the media analysis job.
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3933 class GetMediaAnalysisJobResponse < Struct.new( :job_id, :job_name, :operations_config, :status, :failure_details, :creation_timestamp, :completion_timestamp, :input, :output_config, :kms_key_id, :results, :manifest_summary) SENSITIVE = [] include Aws::Structure end |